/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/39b6f5");

@font-face {
  font-family: 'VivaBeautiful';
  src: url('/assets/fonts/39B6F5_0_0.eot');
  src: url('/assets/fonts/39B6F5_0_0.eot?#iefix')
  format('embedded-opentype'),url('/assets/fonts/39B6F5_0_0.woff2')
  format('woff2'),url('/assets/fonts/39B6F5_0_0.woff')
  format('woff'),url('/assets/fonts/39B6F5_0_0.ttf')
  format('truetype');
}

@font-face {
  font-family: 'Gelion-Light';
  src: url('/assets/fonts/39B6F5_1_0.eot');
  src: url('/assets/fonts/39B6F5_1_0.eot?#iefix') 
    format('embedded-opentype'),url('/assets/fonts/39B6F5_1_0.woff2') 
    format('woff2'),url('/assets/fonts/39B6F5_1_0.woff') 
    format('woff'),url('/assets/fonts/39B6F5_1_0.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Gelion-Regular';
  src: url('/assets/fonts/39B6F5_2_0.eot');
  src: url('/assets/fonts/39B6F5_2_0.eot?#iefix') 
    format('embedded-opentype'),url('/assets/fonts/39B6F5_2_0.woff2') 
    format('woff2'),url('/assets/fonts/39B6F5_2_0.woff') 
    format('woff'),url('/assets/fonts/39B6F5_2_0.ttf')
    format('truetype');
}

@font-face {
  font-family: 'Gelion-Bold';
  src: url('/assets/fonts/39B6F5_3_0.eot');
  src: url('/assets/fonts/39B6F5_3_0.eot?#iefix') 
    format('embedded-opentype'),url('/assets/fonts/39B6F5_3_0.woff2') 
    format('woff2'),url('/assets/fonts/39B6F5_3_0.woff') 
    format('woff'),url('/assets/fonts/39B6F5_3_0.ttf')
    format('truetype');
}

.VivaBeautiful {
  font-family: VivaBeautiful;
}

.Gelion-Light {
  font-family: Gelion-Light;
}

.Gelion-Regular {
  font-family: Gelion-Regular;
}

.Gelion-Bold {
  font-family: Gelion-Bold;
}

.notes-mt-4 {
  margin: 4em 16px 16px;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.note {
  margin-top: 60px;
}

h2 {
  font-weight: 600;
  font-size: 2.2em;
}

h3 {
  font-weight: 700;
  font-size: 1.4em;
  padding: 10px 0;
}

p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.paralead {
  font-size: 1.5em;
  line-height: 1.2em;
}

@media (min-width: 0) {
  html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }

  a {
    text-decoration: none;
  }

  header .w3-row {
    padding: 10px;
    text-align: center;
  }

  .branding img {
    width: 8%;
    min-height: 50px;
    min-width: 97px;
    padding: 10px 0 20px;
  }

  #banner_container {
    background-image: url('/assets/img/yukon-experience-guide-advertise-banner.jpg');
    background-size: cover;
    background-position: right top;
    margin-bottom: 4em;
  }

  .banner h1 {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 25px;
  }
  
  #banner_container {
    position: relative;
    width: 100%;
    padding-bottom: 35%;
  }

  #banner {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #subheader {
    background-color: #dcddde;
  }

  #subheader .text {
    padding: 4em 0;
  }

  #subheader h2 {
    margin-top: 0;
  }

  #subheader .sub-padding {
    padding: 1.5em 0;
    margin-left: 3em;
  }

  #subheader_display {
    height: 100%;
    min-height: 415px;
  }

  #subimg_container {
    position: relative;
    width: 400px;
    height: 293px;
    margin-top: 0;
    text-align: center;
  }
  
  p.arrow {
    font-size: 1.5em;
    margin: 1em 0 0;
  }
  
  p.arrow::before {
    content: "";
    background-image: url("/assets/img/arrow.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    /* aspect ratio: 54 x 123 */
    width: 1em;
    height: 2.3em;
    margin: 0 0.3em 0.2em 0.9em;
  }

  .tabletmag {
    width: 100%;
  }

  #body {
    text-align: center;
  }

  footer {
    font-size: .9em;
    font-weight: 100;
    text-align: center;
    margin-top: 5em;
    background-color: #000;
    color: #fff;
  }

  footer div {
    padding: 10px 0;
  }

  footer p {
    font-size: 1.2em;
    margin-top: 0;
  }

  footer h5 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0;
    padding-top: 0.5em;
    margin: 0;
  }

  button {
    font-size: 0.85em;
    font-weight: 100;
    text-align: center;
    padding: 1.5em;
    width: 16em;
    border: 0.35em solid #fdb813;
    background-color: #000000;
    background-color: rgba(0,0,0,0);
  }

  button.action {
    background-color: #fdb813;
    border: 0 none;
    text-align: left;
  }

  button.action::before {
    background-image: url("/assets/img/arrow-01.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
  }

}

@media only screen and (min-width: 0) and (max-width: 992px) {
  .banner h1 {
    font-size: 7vw;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1399px) {
  .banner h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .banner h1 {
    font-size: 90px;
  }
}


@media only screen and (max-width: 454px) {
  html, body {
    line-height: 1.3 !important;
  }

  #banner_container {
    min-height: 150px;
  }
  
  h1 {
    font-size: 1.8em;
    white-space: normal;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.2em;
    font-weight: 600;
  }

  h4 {
    margin: 1em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }
  
  p {
    font-size: 1.1em;
  }

  .note {
    margin-top: 2em;
    padding: 0 2em;
    font-size: 1em;
    text-align: left;
  }

  #subheader .text {
    padding: 0.5em 0.5em 2em 0.5em;
  }

  #subimg {
    margin-top: 50px;
  }

}

@media only screen and (min-width: 455px) and (max-width: 599px) {
  #banner_container {
    min-height: 250px
  }

  h1 {
    font-size: 2em;
    white-space: normal;
    padding-left: 0.5em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    margin: 1em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }
  
  .note {
    margin-top: 2em;
    padding: 0 2em;
    font-size: 1.2em;
    text-align: left;
  }

  #subheader .text {
    padding: 1em;
  }

  #subheader_display {
    margin-top: 50px;
  }

  #subimg_container {
    margin-top: 0;
    text-align: center;
  }

}

@media only screen and (min-width: 600px) and (max-width: 674px) {
  #subheader_display {
    min-height: 300px;
  }
}

@media only screen and (min-width: 675px) and (max-width: 764px) {
  #subheader_display {
    min-height: 350px;
  }
}

@media only screen and (min-width: 765px) and (max-width: 992px) {
  #subheader_display {
    min-height: 470px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  #banner_container {
    min-height: 250px
  }

  h1 {
    font-size: 2.5em;
    white-space: normal;
    padding: 0 0.5em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    margin: 1em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }

  p {
    font-size: 1.1em;
  }

  .note {
    margin-top: 2em;
    padding: 0 2em;
    font-size: 1.4em;
    text-align: left;
  }

  #subheader .text {
    padding: 1.2em;
  }

  #subheader_display {
    margin-top: 50px;
  }

  #subimg_container {
    margin-top: 0;
    text-align: center;
  }

  #subimg {
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3, p {
    font-size: 1em;
  }

  h4 {
    margin: 2em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }
  
  .note {
    margin-top: 2em;
    font-size: 1.4em;
    text-align: left;
  }

  .image {
    padding-top: 1%;
  }

  #subheader_display {
    height: 40vw;
    min-height: 412px;
  }

  #subimg_container {
    margin-top: 0;
    text-align: center;
  }

  #subimg {
    width: 25vw;
    margin-top: 20px;
    margin-left: 60px;
  }

}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3, p {
    font-size: 1.1em;
  }

  h4 {
    margin: 2em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }
  
  .note {
    margin-top: 2em;
    font-size: 1.4em;
    text-align: left;
  }

  #subheader .text {
    padding-bottom: 0;
  }

  #subheader_display {
    height: 35vw;
    min-height: 420px;
  }

  #subimg_container {
    margin-top: 0;
    text-align: center;
  }

  #subimg {
    width: 20vw;
    margin-top: 20px;
    margin-left: 100px;
  }

}

@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3, p {
    font-size: 1.1em;
  }

  h4 {
    margin: 2em 0 1.5em;
  }

  h4.info {
    margin-top: 2.5em;
  }
  
  .note {
    margin-top: 2em;
    font-size: 1.4em;
    text-align: left;
  }

  .image {
    padding-top: 1%;
  }

  #subheader .text {
    padding-bottom: 5.1em;
    max-width: 516px;
  }

  #subheader_display {
    height: unset;
    min-height: 456px;
  }

  #subimg_container {
    margin-top: 0;
    text-align: center;
  }

  #subimg {
    width: 20vw;
    margin-bottom: -31px;
  }

  .tabletmag {
    max-width: 495px;
  }
}
