html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*My code starts here*/

* {
  text-decoration: none;
}

@font-face {
  font-family: bignoodletitling;
  font-weight: 200;
  src: url("big_noodle_titling.ttf");
}

body {
  /*background-color: #f3f3f3;*/
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

main {
  padding-top: 100px;
}

header .header-brand img {
  width: 150px;
  padding: 5px;
  display: block;
  margin: 0 auto;
}

header .header-brand img:hover {
  opacity: 0.5;
}
header nav ul {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

header nav ul li {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0 5px;
}

header nav ul li a {
  font-family: Oswald;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
}

header nav ul li a:hover {
  opacity: 0.5;
}

header .header-phone {
  display: none;
}

header .phone-icon img {
  width: 30px;
  padding: 5px;
  display: block;
  margin: 0 auto;
  float: left;
  margin: 10px;
  position: absolute;
}

header .phone-icon img:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1000px) {
  header .header-brand img {
    margin: 16px;
    text-align: left;
    line-height: 38px;
    padding: 0px 20px 0px 0px;
    border-right: 2px solid #111;
    float: left;
  }

  header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
  }

  header nav ul li a {
    line-height: 60px;
    font-size: 20px;
  }

  header .header-phone {
    display: block;
    font-family: Oswald;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    line-height: 38px;
    border: 1px solid #111;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    padding: 0 20px;
  }

  header .header-phone:hover {
    opacity: 0.5;
  }

  header .phone-icon img {
    display: none;
  }
}

/* INDEX */

.index-banner {
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url("img/indexbanner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.about-banner {
  width: 100%;
  height: calc(100vh - 400px);
  background-image: url("img/aboutbanner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.media-banner {
  width: 100%;
  height: calc(100vh - 400px);
  background-image: url("img/mediabanner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.services-banner {
  width: 100%;
  height: calc(100vh - 400px);
  background-image: url("img/servicesbanner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.contact-banner {
  width: 100%;
  height: calc(100vh - 400px);
  background-image: url("img/contactbanner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.index-banner h2 {
  font-family: bignoodletitling;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-banner h1 {
  font-family: Playfair display;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.about-banner h2 {
  font-family: bignoodletitling;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.about-banner h1 {
  font-family: Playfair display;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.media-banner h2 {
  font-family: bignoodletitling;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.media-banner h1 {
  font-family: Playfair display;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.services-banner h2 {
  font-family: bignoodletitling;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.services-banner h1 {
  font-family: Playfair display;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.contact-banner h2 {
  font-family: bignoodletitling;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.contact-banner h1 {
  font-family: Playfair display;
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
}

.index-links div {
  margin: 16px 16px 0;
  width: calc(100%-32px);
  height: 100px;
  background-color: #c66419;
  border-radius: 10%;
}
/* den första orangea färgen va #edad40*/

.index-links div h3 {
  font-family: Oswald;
  font-size: 28px;
  font-weight: 600;
  line-height: 100px;
  color: #111;
  text-align: center;
  text-transform: uppercase;
}

.index-links div h3:hover {
  opacity: 0.5;
}
/* about */

.bild_staffan {
  width: 320px;
  height: auto;
  text-align: center;
  margin: 10px auto;
}

.bild_staffan img {
  width: 80%;
  height: auto;
}

.text_staffan {
  width: 300px;
  height: auto;
  text-align: center;
  margin: 5px auto;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  display: block;
}

.text_staffan h2 {
  font-size: 1rem;
  font-weight: bold;
}

.text_felix {
  width: 300px;
  height: auto;
  text-align: center;
  margin: 5px auto;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  display: block;
}

.text_felix h2 {
  font-size: 1rem;
  font-weight: bold;
}

.bild_felix {
  width: 320px;
  height: auto;
  text-align: center;
  margin: 10px auto;
}

.bild_felix img {
  width: 80%;
  height: auto;
}

/* SLIDESHOW */

#slide {
  width: 310px;
  height: 400px;
  padding: 5px;
  margin: 20px auto;
  display: block;
}
.facebook-plugin {
  margin: 20px auto;
  display: block;
  width: 300px;
}

.services-div {
  margin: 20px auto;
  padding: 30px;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
.services-div h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.services-div ul li {
  padding: 2rem;
}

.contact-form {
  padding: 50px 5px;
  font-size: 13px;
  font-style: Oswald, Tahoma, sans-serif;
  background-color: #c66419;
  margin-top: 20px;
}

.c_h2 h2 {
  width: 310px;
  height: 30px;
  margin: 0 auto 20px auto;
  color: #111;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  border-radius: 5px;
}

.c_h2 a {
  text-align: center;
}

.form {
  text-align: center;
}

.submit {
  text-align: center;
}
.contact-form input,
textarea {
  padding: 10px;
  border: 1px solid #e5e5e5;
  width: 270px;
  color: #999999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  margin: 3px auto;
}

.contact-form textarea {
  width: 270px;
  height: 150px;
  max-width: 270px;
  min-width: 270px;
  max-height: 150px;
  min-height: 150px;
}

.contact-form input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #c9c9c9;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
}

.contact-form .form label {
  margin-left: 10px;
  color: #111;
}

.contact-form .submit input {
  width: 100px;
  height: 40px;
  background-color: #4c5603;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input[type="file"]::file-selector-button {
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #4c5603;
  transition: 1s;
  font-family: Oswald;
  color: white;
}

@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .index-banner {
    height: 800px;
  }

  .index-banner h1 {
    margin: 0 auto;
    display: block;
    width: 560px;
  }

  .index-links {
    overflow: hidden;
  }

  .index-links div {
    margin: 20px 10px 0;
    height: 230px;

    float: left;
  }
  .index-boxlink-small {
    width: calc(33.3% - 20px) !important;
  }

  .index-boxlink-large {
    width: calc(66.6% - 20px) !important;
  }

  .index-links div h3 {
    line-height: 230px;
  }
  /* about */

  .aboutStaffan {
    margin: auto;
    width: 50%;
    padding: 10px;
    display: flex;
    margin-top: 30px;
  }
  .bild_staffan {
    flex: 0 0 65%;
  }
  .text_staffan {
    flex: 1;
    line-height: 21px;
  }

  .aboutFelix {
    margin: auto;
    width: 50%;
    padding: 10px;
    display: flex;
    margin-top: 30px;
    line-height: 21px;
  }
  .bild_felix {
    flex: 0 0 65%;
  }
  .text_felix {
    flex: 1;
  }
  /* SLIDESHOW*/
  #slide {
    width: 600px;
    height: 800px;
    padding: 5px;
    margin-top: 20px;
    margin: 20px auto;
    display: block;
  }

  .facebook-plugin {
    margin: 20px auto;
    display: block;
    width: 340px;
  }

  .contact-form {
    padding: 50px 100px !important;
    margin: auto;
    width: 50%;
    margin-top: 20px;
  }

  .contact-form textarea {
    height: 150px;
    max-width: 400px;
    max-height: 300px;
    min-width: 200px;
    min-height: 150px;
  }
}
/* FOOTER */

footer {
  width: calc(100% - 80px);
  padding: 40px 40px;
  margin-top: 20px;
  background-color: #4c5603;
  overflow: hidden;
}
/* #6b7f10, den gröna vi hade först */

footer ul {
  width: fit-content;
  float: left;
  padding-left: 20px;
}

footer ul li {
  display: block;
  list-style: none;
}

footer ul li a {
  font-family: Oswald;
  font-size: 24px;
  color: #fff;
  line-height: 55px;
}

footer ul li a:hover {
  opacity: 0.5;
}

.footer-sm {
  width: 50px;
  float: right;
  margin: 40px auto;
}

.footer-sm img {
  width: 100%;
  margin-bottom: 10px;
}

.footer-sm img:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1000px) {
}
