@font-face {
    font-family: WhyteInktrap;
    src: url(../assets/WhyteInktrap-Medium.woff2) format("woff2"),url(../assets/WhyteInktrap-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: WhyteInktrap;
    src: url(../assets/WhyteInktrap-Heavy.woff2) format("woff2"),url(../assets/WhyteInktrap-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: FreeSans;
    src: url(../assets/FreeSansBold.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

* {
  font-family: WhyteInktrap;;
}

html {
  font-size: 62.5%;
}




#warning {
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  padding: 5px 0;
}
#warning p {
  text-align: center;
  font-family: FreeSans;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#warning p svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 30px 0 0;
}



#vacation-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background-color: #0047BB; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://loopnicotinepouches.se/wp-content/uploads/2023/11/LOOP_bakgrund_1920x1080.png);
}

#vacation-inner {
  position: relative;
  z-index: 111;
}

#vacation-inner h1 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 6rem;
  text-align: center;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, .4);
  margin: 0;
}

#vacation-inner p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2.5rem;
  max-width: 500px;
  text-align: center;
  margin: 2rem auto 0 auto;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, .4);
}
#vacation-inner p a {
  color: #FFFFFF;
  text-decoration: none;
}

#vacation-logo {
  max-width: 150px;
  display: block;
  margin: 7rem auto 0 auto;
}





@media only screen and (max-width: 700px) {
  #warning p {
    font-size: 1.2rem;
    max-width: 90%;
    margin: auto;
  }
  #warning p svg {
    margin: 0 10px 0 0;
    width: 42px;
    height: 42px;
  }




  #vacation-section {
    background-image: url(https://loopnicotinepouches.se/wp-content/uploads/2023/11/LOOP_bakgrund_1920x1080.png);
  }

  #vacation-inner {
    max-width: 80%;
    margin: auto;
  }

  #vacation-inner h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  #vacation-inner p {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }


}
