html, * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #111113;
  font-family: Sen, Helvetica, Arial;
  box-sizing: border-box;
  background-image: url("../assets/barrskogens-drottning-background.jpg");
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: center top;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

section .centered {
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

h1, h2, h3, p {
  color: #fff;
}

h1 {
  font-size: 80px;
  margin: 0;
}

h2 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}

p {
  font-size: 22px;
  line-height: 1.5;
}

.hero {
  justify-content: left;
  display: block;
  padding-left: 10vw;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: transparent;
}
.hero .hero-container {
  width: 45vw;
  text-align: center;
}
.hero .hero-container p {
  font-size: 1.4vw;
  font-weight: 300;
}
.hero .hero-container img {
  width: 40vw;
  margin-bottom: 50px;
}
.hero .hero-container .svt-link {
  padding: 20px 50px;
  border-radius: 99px;
  background: #642c28;
  text-decoration: none;
  font-size: 1.4vw;
  color: #fff;
  margin-top: 50px;
  display: inline-block;
}
.hero .hero-container .svt-link:hover {
  background: #7c413c;
}

.margin-top-minus-nano {
  margin-top: -50px;
}

.padding-top-zero {
  padding-top: 0px !important;
}

@media (max-width: 600px) {
  body {
    background-image: url("../assets/barrskogens-drottning-background-mobile.jpg");
  }
  .hero {
    text-align: center;
    padding: 0;
    padding-top: 50px;
  }
  .hero .hero-container {
    width: 100vw;
    padding: 0 30px;
  }
  .hero .hero-container p {
    font-size: 16px;
  }
  .hero .hero-container img {
    width: 70vw;
    margin-bottom: 48vw;
  }
  .hero .hero-container .svt-link {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .hero {
    padding-left: 192px;
  }
  .hero .hero-container {
    width: 864px;
  }
  .hero .hero-container p {
    font-size: 26.88px;
  }
  .hero .hero-container img {
    width: 768px;
  }
}

/*# sourceMappingURL=style.css.map */
