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

  #nav-large {
    min-width: 720px;
  }

  #nav-large ul {
    text-align: center;
    font-weight: 500;
  }

  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);
    text-align: center;
  }

  #footer {
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }

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

  #header-container {
    border-radius: 0;
    width: 100%;
    height: 220px;
    /* object-fit: cover;
    cursor: default; */
    background-color: #004d40;
    text-align: center;
  }
  
  #logo-container {
    width: 90%;
    height: 220px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  #logo {
    height: 100px;
    margin-top: 60px;
    position: absolute;
    box-shadow: none;
    z-index: 1;
    display: block;
    overflow-clip-margin: none;
    cursor: default;
  }

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

  .responsive-three-column-grid > * {
    padding: 30px;
  }

  .responsive-three-column-grid {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 -30px;
  }

  table {
    max-width: 100%;
    min-width: 50%;
  }

  .small { display: none; }

  .large {

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

    li a {
      display: block;
      color: #fffaf0;
      text-align: center;
      padding: 16px;
      text-decoration: none;
    }

    .dropdown .dropbtn {
      font-size: 100%;
      border: none;
      outline: none;
      color: #fffaf0;
      padding: 15px;
      background-color: inherit;
      font-family: inherit;
      font-weight: 500;
      margin: 0;
    }

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

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

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

    .dropdown:hover .dropdown-content { max-height: 228px; }

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

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

    .slideshow-kids .prev { margin-bottom: 5px; }

    .slideshow-kids .next {
      margin-right: 0px;
      margin-bottom: 5px;
    }

    #light-switch {
      background-color: inherit;
      border: none;
      font-size: 17px;
      padding: 17px;
      color: #fffaf0;
      cursor: pointer;
      display: block;
      text-align: center;
      width: 3em;
    }

  }

}
