* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.hidden {
  display: none;
}
@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),
  (min-width: 800px) and (max-width: 1024px) {
  body {
    background-color: #dceef9;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    padding: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }

  .next {
    right: 10px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 10px;
  }
  .prev:hover,
  .next:hover {
    background-color: #fbc88d;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .slide-content {
    display: flex;
    align-items: center;
  }
  .header {
    color: rgb(0, 135, 165);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
  }
  .text-content p {
    text-align: center;
    position: relative;
    font-size: 24px;
    margin: auto;
    width: 500px; /* Remove default margins */
  }
  .text-content {
    justify-content: center;
    display: block;
    height: 460px;
    width: 100%;
    align-items: center;
    padding: 20px; /* Adjust padding as needed */
    color: rgb(0, 0, 0);
    background-color: rgb(238, 249, 249);
  }
  .mySlides {
    margin: auto;
    display: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    width: 100%; /* Take full width of .dish */
    height: 100%; /* Take full height of .dish */
  }
  .slide-detail {
    background-color: rgb(238, 249, 249);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Adjust as needed */
    height: 490px;
    max-width: 1400px; /* Maximum width of the container */
    overflow: hidden; /* Prevents content overflow */
    margin-bottom: 100px;
  }
  .slide-detail img {
    margin: auto;
    width: 600px;
    max-width: 100%;
  }
  .language-window {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    width: 280px;
    top: 50%;
    margin: auto;
    z-index: 20;
    border: 1px solid gray;
  }
  .language-bar {
    position: relative;
    text-align: center;
    z-index: 5;
    padding: 5px;
    background-color: rgb(101, 149, 167);
    color: aliceblue;
  }

  .language-list {
    text-align: center;
    margin: auto;
    display: flex;
    padding: 5px;
    flex-direction: column;
    background-color: rgb(194, 229, 242);
  }

  .language-list a {
    margin-bottom: 5px;
    padding: 10px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
    background-color: rgb(194, 229, 242);
    text-decoration: none;
    color: black;
    font-weight: bold;
  }

  .language-list :hover {
    background-color: rgb(224, 246, 244);
  }

  .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: 10px;
    font-size: 18px;
    text-decoration: none;
    display: block;
  }
  .beer-icon {
    display: flex;
    width: 35px;
    height: 35px;
    float: right;
  }
  .touch-menu {
    font-size: 12px;
    float: right;
  }
  .topnav a:hover {
    padding: 5px;
    background-color: #96dcf5;
    color: black;
  }
  .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: 650px;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .slide-picture {
    margin: auto;
    display: flex;
    width: 150px;
  }
  .welcome {
    max-width: 80%;
    width: 800px;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }

  .path {
    margin: auto;
    max-width: 80%;
    width: 800px;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgb(27, 166, 197);
    text-align: center;
  }
  .head-content {
    text-align: center;
    background-color: rgb(28, 92, 105);
    color: #fffbfb;
    margin-bottom: 10px;
    margin: auto;
    max-width: 100%;
    width: 450px;
    font-size: 18px;
  }

  .container {
    position: relative;
    display: flex;
    max-width: 80%;
    width: 320px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    flex-direction: row;
    margin: auto;
  }

  .container .card {
    background-color: rgb(120, 195, 211);
    position: relative;
    margin: auto;
    max-width: 100%;
    height: 250px;
    width: 150px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 25px;
  }

  .container .card:hover {
    height: 480px;
  }

  .container .card .imgbx {
    position: flex;
    max-width: 100%;
    z-index: 1;
    margin-top: 10px;
  }

  .container .card .imgbx img {
    margin: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .container .card .content {
    position: inherit;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 2px;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    visibility: visible;
  }

  .container .card:hover .content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
  }
  .content-link {
    background-color: rgb(27, 166, 197);
  }
  .content-link a {
    color: #fffbfb;
    margin: 20px;
    align-items: center;
    align-self: center;
    font-size: 20px;
    text-decoration: none;
  }
  .frog-hp {
    width: 100px;
    margin: auto;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
  }
  .manual-paragraph {
    margin-left: 10px;
    display: flex;
    position: relative;
    align-items: baseline;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .topic-first {
    background-color: rgb(118, 213, 229);
  }
}

@media screen and (min-width: 800px) and (max-width: 1024px),
  (min-width: 1024px) {
  body {
    background-color: #dceef9;
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    padding: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }

  .next {
    right: 10px;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 10px;
  }
  .prev:hover,
  .next:hover {
    background-color: #fbc88d;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .slide-content {
    display: flex;
    align-items: center;
  }
  .header {
    color: rgb(0, 135, 165);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
  }
  .text-content p {
    text-align: center;
    position: relative;
    font-size: 24px;
    margin: auto;
    width: 500px; /* Remove default margins */
  }
  .text-content {
    justify-content: center;
    display: block;
    height: 460px;
    width: 100%;
    align-items: center;
    padding: 20px; /* Adjust padding as needed */
    color: rgb(0, 0, 0);
    background-color: rgb(238, 249, 249);
  }
  .mySlides {
    margin: auto;
    display: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    width: 100%; /* Take full width of .dish */
    height: 100%; /* Take full height of .dish */
  }
  .slide-detail {
    background-color: rgb(238, 249, 249);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Adjust as needed */
    height: 490px;
    max-width: 1400px; /* Maximum width of the container */
    overflow: hidden; /* Prevents content overflow */
    margin-bottom: 100px;
  }
  .slide-detail img {
    margin: auto;
    width: 600px;
    max-width: 100%;
  }
  .language-window {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    width: 280px;
    top: 50%;
    margin: auto;
    z-index: 20;
    border: 1px solid gray;
  }

  .language-bar {
    position: relative;
    text-align: center;
    z-index: 5;
    padding: 5px;
    background-color: rgb(101, 149, 167);
    color: aliceblue;
  }

  .language-list {
    text-align: center;
    margin: auto;
    display: flex;
    padding: 5px;
    flex-direction: column;
    background-color: rgb(194, 229, 242);
  }

  .language-list a {
    margin-bottom: 5px;
    padding: 10px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
    background-color: rgb(194, 229, 242);
    text-decoration: none;
    color: black;
    font-weight: bold;
  }

  .language-list :hover {
    background-color: rgb(224, 246, 244);
  }

  .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;
    color: black;
  }
  .welcome {
    max-width: 80%;
    width: 800px;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }

  .path {
    margin: auto;
    max-width: 80%;
    width: 800px;
    font-size: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgb(27, 166, 197);
    text-align: center;
  }
  .head-content {
    text-align: center;
    background-color: rgb(28, 92, 105);
    color: #fffbfb;
    margin-bottom: 5px;
    margin: auto;
    max-width: 100%;
    width: 450px;
    font-size: 18px;
  }

  .container {
    position: relative;
    display: flex;
    max-width: 80%;
    width: 320px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px;
    flex-direction: row;
    margin: auto;
  }

  .container .card {
    background-color: rgb(120, 195, 211);
    position: relative;
    margin: auto;
    max-width: 80%;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 25px;
  }

  .container .card:hover {
    height: 480px;
  }

  .container .card .imgbx {
    position: flex;
    width: 100%;
    z-index: 1;
  }

  .container .card .imgbx img {
    margin: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .container .card .content {
    position: inherit;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 2px;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    visibility: visible;
  }

  .container .card:hover .content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
  }
  .content-link {
    background-color: rgb(27, 166, 197);
  }
  .content-link a {
    color: #fffbfb;
    margin: 20px;
    align-items: center;
    align-self: center;
    font-size: 20px;
    text-decoration: none;
  }
  .frog-hp {
    margin: auto;
    align-content: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 180px;
  }
  .manual-paragraph {
    margin-left: 50px;
    display: flex;
    position: relative;
    align-items: baseline;
  }
  .topic-first {
    background-color: rgb(118, 213, 229);
  }
}

@media screen and (min-width: 1400px) {
  body {
    background-color: #dceef9;
  }
  .logo {
    background-color: #dceef9;
    position: flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .homeimage {
    margin: auto;
    display: block;
    position: flex;
    flex-direction: column;
    width: 50px;
  }
  .top-text {
    font-size: 25px;
    align-self: center;
    align-items: center;
  }

  .top-text a {
    text-decoration: none;
    color: rgb(0, 135, 165);
  }
  .top-icon {
    margin: auto;
  }
  .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;
  }
  .welcome {
    max-width: 80%;
    width: 800px;
    font-size: 25px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
  .slide-picture {
    margin: auto;
    width: 50px;
  }
  .path {
    margin: auto;
    max-width: 80%;
    width: 800px;
    font-size: 25px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgb(27, 166, 197);
    text-align: center;
  }
  .head-content {
    text-align: center;
    background-color: rgb(28, 92, 105);
    color: #fffbfb;
    margin-bottom: 15px;
    max-width: 100%;
    width: 450px;
    font-size: 20px;
  }

  .container {
    position: relative;
    display: inline-block;
    max-width: 80%;
    width: 320px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    flex-direction: row;
    margin: auto;
  }

  .container .card {
    background-color: rgb(120, 195, 211);
    position: flex;
    margin-top: 5px;
    max-width: 80%;
    height: 320px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    margin-bottom: 150px;
  }
  #card-one {
    left: 20%;
  }
  #card-two {
    left: 35%;
  }

  .container .card:hover {
    height: 510px;
  }

  .container .card .imgbx {
    position: flex;
    width: 100%;
    z-index: 1;
  }

  .container .card .imgbx img {
    margin: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .container .card .content {
    position: inherit;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 2px;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    visibility: visible;
  }

  .container .card:hover .content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
  }
  .content-link {
    background-color: rgb(27, 166, 197);
  }
  .content-link a {
    color: #fffbfb;
    margin: 20px;
    align-items: center;
    align-self: center;
    font-size: 20px;
    text-decoration: none;
  }
  .frog-hp {
    margin: auto;
    align-content: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 180px;
  }
  .manual-paragraph {
    margin-left: 50px;
    display: flex;
    position: relative;
    align-items: baseline;
  }
  .topic-first {
    background-color: rgb(118, 213, 229);
  }

  .footer-container {
    background-color: rgb(0, 135, 165);
    display: block;
    width: 100%;
    margin: auto;
    bottom: 0%;
    padding: 20px;
  }
}
