@media only screen and (max-width: 1439px) {
  .site-content { max-width: 70%; }
}

@media only screen and (max-width: 1023px) {
  .site-content { max-width: 80%; }
}

@media only screen and (max-width: 800px) {

  .site-content { max-width: 90%; }

  #nav-small {
    width: 100vw;
    height: 52px;
    border-radius: 0;
    text-align: center;
    padding: 0;
  }

  #nav-small-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  #nav-small-content li {
    width: 75%;
    height: 100%;
    text-align: center;
    margin: auto;
  }

  footer {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 25px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fffaf0;
    background-color: #1a1100;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  #footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  footer i {
    color: #fffaf0;
    width: 80px;
    text-align: center;
    text-decoration: none;
  }

  footer i:hover { color: #ffaa00; }

  #header-container {
    border-radius: 0;
    width: 100%;
    height: 165px;
    /* object-fit: cover;
    cursor: default; */
    background-color: #004d40;
    text-align: center;
  }
  
  #logo {
    height: 75px;
    margin-top: 30px;
    box-shadow: none;
    z-index: 1;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow-clip-margin: none;
  }

  #background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  video { max-width: 100%; }

  .large { display: none; }
  
  .small {

    ul li {
      float: none;
      display: inline-block;
    }

    ul li a {
      display: block;
      color: #fffaf0;
      background-color: inherit;
      text-align: center;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 10px;
      padding-bottom: 13px;
      text-decoration: none;
      font-size: 21px;
    }

    .dropdown .dropbtn {
      font-size: 21px;
      border: none;
      outline: none;
      color: #fffaf0;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: inherit;
      font-family: inherit;
      margin: 0;
    }

    ul a:hover, .dropdown:hover .dropbtn { color: #ffaa00; }

    .dropdown-content {
      position: absolute;
      background-color: #004d40;
      min-width: 100%;
      left: 0%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      text-align: center;
      transition: all 0.3s;
      max-height: 0px;
      overflow: hidden;
      color: #fffaf0;
    }

    .dropdown-content a {
      float: none;
      color: #fffaf0;
      padding: 12px 16px;
      text-decoration: none;
    }

    .dropdown-content .bi {
      padding-right: 12px;
    }

    .accordion {
      background-color: #004d40;
      color: #fffaf0;
      font-size: 21px;
      font-family: inherit;
      cursor: pointer;
      padding: 14px 16px;
      width: 100%;
      text-align: center;
      border: none;
      outline: none;
    }

    .accordion:hover {
      color: #ffaa00;
    }

    .panel {
      padding: 0 0;
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s;
      background-color: rgba(0, 0, 0, 0.1);
    }

    .active { box-shadow: inset 0 3px 0 #ffaa00; }

    .slide-adults-small, .slide-kids-small { display: none }
    
    .slideshow-adults-small, .slideshow-kids-small {
      max-width: 100%;
      position: relative;
      margin: auto;
    }
    
    .prev, .next {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      margin-bottom: 5px;
      width: auto;
      padding: 16px;
      color: #fffaf0;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 4px 0 4px;
      user-select: none;
      overflow: hidden;
    }
    
    .next {
      right: 0;
      border-radius: 4px 0 4px 0;
    }

    #light-switch-mobile {
      background-color: inherit;
      border: none;
      font-size: 21px;
      color: #fffaf0;
      cursor: pointer;
      display: block;
      width: 100%;
      height: 100%;
    }

  }
}
