@media screen and (max-width: 360px) and (max-height: 780px),
  (max-width: 599px),
  (min-width: 360px) and (max-width: 780px),
  (min-width: 600px) and (max-width: 799px) {
  * {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  }
  body {
    background-color: #dceef9;
  }
  .game {
    display: none;
  }
  #special {
    display: none;
    margin: auto;
  }
  .logo {
    background-color: #dceef9;
    position: flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .top-text {
    color: rgb(0, 135, 165);
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 60px;
    background-color: #dceef9;
  }
  .top-text a {
    background-color: #dceef9;
    color: rgb(0, 135, 165);
    font-size: 20px;
    text-decoration: none;
  }

  .topnav {
    background-color: rgb(0, 135, 165);
    overflow: hidden;
    position: relative;
  }
  .topnav #myLinks {
    display: none;
  }
  .topnav a {
    background-color: rgb(0, 135, 165);
    color: #ffffff;
    margin: 5px;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }
  .beer-icon {
    display: flex;
    float: right;
  }
  .touch-menu {
    font-size: 12px;
    float: right;
  }
  .topnav a:hover {
    padding: 5px;
    background-color: #96dcf5;
    color: black;
    max-width: 100%;
  }
  .active {
    background-color: #dbeee7;
    color: white;
  }
  .search-icon {
    margin: auto;
    display: block;
  }
  .headline {
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    margin: auto;
    width: 350px;
    max-width: 80%;
    display: flex;
    justify-content: center;
  }
  .holder-box {
    margin: auto;
    background-color: rgb(120, 195, 211);
    max-width: 60%;
    left: 1.5;
    margin-top: 10px;
    padding: 10px;
    vertical-align: middle;
    align-items: center;
  }
  .pic-container {
    width: 180px;
    max-width: 100%;
    position: relative;
    height: auto;
    margin: auto;
    display: flex;
    margin-top: 10px;
    flex-direction: row;
  }
  .pic-content {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 120px;
    margin-top: 10px;
    text-align: center;
    padding: 2px;
    background-color: #dceef9;
    justify-content: center;
  }
  .pic-content p {
    text-align: center;
    font-size: 15px;
    max-width: 250px;
  }
  .outer-frame {
    max-width: 100%;
    display: flex;
    width: 250px;
    background-color: rgb(167, 224, 237);
  }

  .content {
    margin: auto;
    flex-wrap: wrap;
    align-content: space-between;
    align-self: center;
    font-size: 16px;
  }
  .text-content {
    background-color: #dceef9;
    width: 260px;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 15px;
  }

  .outer-container {
    width: 380px;
    max-width: 100%;
    background-color: rgb(167, 224, 237);
    margin: auto;
  }
  .slideshow-container {
    width: 250px;
    max-width: 100%;
    position: relative;
    display: flex;
    margin: auto;
    background-color: rgb(167, 224, 237);
  }

  .mySlides {
    display: none;
  }
  .prev,
  .next {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 50%;
    max-width: 100%;
    width: auto;
    margin: auto;
    padding: 16px;
    color: rgb(22, 166, 89);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    float: right;
    right: 5%;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 2%;
  }
  .prev:hover,
  .next:hover {
    background-color: rgb(0, 135, 165);
  }

  .slideshow-container .mySlides .imgbx {
    position: block;
    z-index: 1;
    margin: auto;
    padding: 0;
    padding-top: 10px;
  }
  .slideshow-container .mySlides .imgbx img {
    max-width: 100%;
    width: 20px;
    border-radius: 5px;
  }
  .text-container {
    background-color: #dceef9;
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    display: block;
  }

  .play-button {
    transition: opacity 0.2s;
    position: relative;
    background-color: #dceef9;
    margin: auto;
  }

  .play-button:hover {
    cursor: pointer;
    width: 30px;
  }

  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .prev-page-link {
    background-color: rgb(247, 255, 130);
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
  }
  .next-page-link {
    background-color: rgb(108, 213, 173);
    text-align: center;
    width: auto;
    max-width: 300px;
    margin: auto;
    padding: 10px;
    display: flex;
  }
  .prev-page-link a,
  .next-page-link a {
    font-size: 15px;
    text-decoration: none;
    color: rgb(28, 62, 96);
  }
  .prev-page-link:hover,
  .next-page-link:hover {
    background-color: #91cdf6;
  }
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px),
  (min-width: 1025px) and (max-width: 1399px),
  (min-width: 1400px) {
  body {
    background-color: #dceef9;
  }
  .logo {
    background-color: #dceef9;
    position: flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .top-text {
    font-size: 25px;
    align-self: center;
    align-items: center;
  }

  .top-text a {
    text-decoration: none;
    color: rgb(0, 135, 165);
  }
  .topnav {
    background-color: rgb(0, 135, 165);
    text-align: right;
    margin: auto;
  }
  .topnav,
  #myLinks {
    padding: 6px;
  }
  .topnav a {
    background-color: rgb(0, 135, 165);
    color: #ffffff;
    margin: 0 18px;
    align-items: center;
    align-self: center;
    font-size: 20px;
    text-decoration: none;
  }
  .beer-icon {
    display: none;
  }
  .touch-menu {
    display: none;
  }

  .topnav a:hover {
    background-color: #96dcf5;
    padding: 15px;
  }
  .headline {
    font-size: 20px;
    text-align: center;
    padding: 15px 20px;
    margin: auto;
    width: 650px;
    max-width: 100%;
  }
  #special {
    text-align: center;
    display: block;
  }
  .holder-alphabet-box {
    background-color: rgb(167, 224, 237);
    width: 420px;
    height: 280px;
    max-width: 100%;
    margin: auto;
    display: flex;
    padding: 15px;
    position: relative;
  }
  .holder-box {
    display: inline-block;
    margin: 5px;
    left: 2.5%;
    position: relative;
    background-color: rgb(167, 224, 237);
    max-width: 100%;
    width: 250px;
    height: 260px;
    margin-top: 10px;
    padding: 10px;
    justify-content: center;
    vertical-align: middle;
  }
  .pic-container {
    width: 220px;
    max-width: 60%;
    position: relative;
    height: auto;
    margin: auto;
    display: flex;
    margin-top: 10px;
    flex-direction: row;
  }
  .pic-content {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 200px;
    margin-top: 10px;
    text-align: center;
    padding: 2px;
    background-color: #dceef9;
    justify-content: center;
  }
  .pic-content p {
    text-align: center;
    font-size: 18px;
    max-width: 250px;
  }
  .outer-frame {
    max-width: 100%;
    display: flex;
    width: 250px;
    background-color: rgb(167, 224, 237);
  }
  .content {
    margin: auto;
    flex-wrap: wrap;
    align-content: space-between;
    align-self: center;
  }
  .text-content {
    background-color: #dceef9;
    width: 260px;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 15px;
  }

  .outer-container {
    width: 650px;
    max-width: 60%;
    background-color: rgb(167, 224, 237);
    margin: auto;
  }
  .slideshow-container {
    width: 250px;
    max-width: 100%;
    position: relative;
    display: flex;
    margin: auto;
    background-color: rgb(167, 224, 237);
  }

  .mySlides {
    display: none;
  }
  .prev,
  .next {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 50%;
    max-width: 100%;
    width: auto;
    margin: auto;
    padding: 16px;
    color: rgb(22, 166, 89);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    float: right;
    right: 2%;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 2%;
  }
  .prev:hover,
  .next:hover {
    background-color: rgb(0, 135, 165);
  }

  .slideshow-container .mySlides .imgbx {
    position: block;
    z-index: 1;
    margin: auto;
    padding: 0;
    padding-top: 10px;
  }
  .slideshow-container .mySlides .imgbx img {
    max-width: 100%;
    width: 20px;
    border-radius: 5px;
  }
  .text-container {
    background-color: #dceef9;
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding: 0px;
    display: block;
  }

  .play-button {
    transition: opacity 0.2s;
    position: relative;
    background-color: #dceef9;
    margin: auto;
  }

  .play-button:hover {
    cursor: pointer;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .prev-page-link {
    background-color: rgb(247, 255, 130);
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
    display: flex;
    margin-bottom: 10px;
  }
  .next-page-link {
    background-color: rgb(108, 213, 173);
    text-align: center;
    width: auto;
    max-width: 300px;
    margin: auto;
    padding: 10px;
    display: flex;
  }
  .prev-page-link a,
  .next-page-link a {
    font-size: 15px;
    text-decoration: none;
    color: rgb(28, 62, 96);
  }
  .prev-page-link:hover,
  .next-page-link:hover {
    background-color: #91cdf6;
  }
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
}
