@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) {
  * {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  }
  body {
    background-color: #dceef9;
  }
  .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;
  }
  .active {
    background-color: #dbeee7;
    color: white;
  }
}
.headline {
  font-size: 18px;
  text-align: center;
  padding: 15px 20px;
  margin: auto;
  width: 350px;
  max-width: 80%;
  display: flex;
  justify-content: center;
}

.vocab-head {
  color: white;
  width: auto;
  background-color: #275c5c;
  padding: 25px;
  font-weight: bold;
}
#adj-table {
  width: 455px;
  margin: auto;
}

#table-content {
  width: 400px;
  margin: auto;
  font-size: 14px;
}
.tableStyle {
  margin: auto;
  padding: 0px;
  font-size: 12px;
  text-align: center;
  display: flex;
  width: 460px;
  max-width: 100%;
  line-height: 1;
  border-spacing: 10px;
}

.holder-box {
  background-color: rgb(167, 224, 237);
  width: 280px;
  max-width: 100%;
  margin: auto;
  display: block;
  padding: 25px;
  position: relative;
  margin-bottom: 10px;
  justify-content: center;
}
.content {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  align-self: center;
}
.content p {
  line-height: 45px;
}
.text-content {
  background-color: #dceef9;
  width: 250px;
  max-width: 850%;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 15px;
}

.outer-container {
  width: 360px;
  max-width: 100%;
  background-color: rgb(167, 224, 237);
  margin: auto;
  margin-bottom: 10px;
  justify-content: center;
}
.slideshow-container {
  justify-content: center;
  max-width: 50%;
  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(0, 135, 165);
  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: #96dcf5;
}

.slideshow-container .mySlides .imgbx {
  position: block;
  z-index: 1;
  margin: auto;
  padding: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
.slideshow-container .mySlides .imgbx img {
  max-width: 100%;
  margin: auto;
  justify-content: center;
  display: inline-block;
  width: 20px;
  border-radius: 5px;
}
.text-container {
  background-color: #dceef9;
  margin: auto;
  font-size: 16px;
  text-align: center;
  padding: 25px;
  display: block;
}

.play-button {
  transition: opacity 0.1s;
  position: relative;
  margin: auto;
}

.play-button:hover {
  cursor: pointer;
  background-color: rgb(71, 229, 244);
  width: 20px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.prev-page-link {
  background-color: rgb(249, 254, 162);
  text-align: center;
  width: 280px;
  max-width: 100%;
  margin: auto;
  padding: 8px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.next-page-link {
  background-color: rgb(158, 255, 177);
  text-align: center;
  width: 280px;
  max-width: 80%;
  margin: auto;
  padding: 8px;
  display: flex;
  justify-content: center;
}
.prev-page-link a,
.next-page-link a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(28, 62, 96);
}
.prev-page-link:hover,
.next-page-link:hover {
  background-color: #91cdf6;
}
.page-link {
  cursor: pointer;
  padding: 2px;
  position: relative;
  margin: 5px;
  background-color: #aefeee;
  display: flex;
  flex-wrap: wrap;
  transition: background-color 0.6s ease;
  text-align: center;
  justify-content: center;
  font-size: 12px;
}
.dot-position {
  margin: auto;
  display: flex;
  position: relative;
  justify-content: center;
}

.topic-first {
  background-color: rgb(118, 213, 229);
}
#searchbar {
  margin: auto;
  display: flex;
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
}

input[type="text"] {
  width: 20%;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

input[type="text"]:focus {
  width: 25%;
}
.word-container {
  width: 100%;
  margin: auto;
}
#list {
  font-size: 14px;
  margin: auto;
  line-height: 2.5;
}

.search {
  display: block;
}
@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: #dceef9;
    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%;
  }
  #adj-table {
    width: 650px;
    margin: auto;
  }
  #table-content {
    width: 600px;
  }
  .tableStyle {
    margin: auto;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 600px;
    line-height: 1;
    border-spacing: 10px;
  }
  .holder-box {
    background-color: rgb(167, 224, 237);
    max-width: 80%;
    width: 520px;
    margin: auto;
    display: block;
    justify-content: center;
    padding: 25px;
    position: relative;
  }
  .content {
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    align-self: center;
  }
  .text-content {
    background-color: #dceef9;
    width: 380px;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 15px;
    font-size: 17.5px;
    line-height: 2;
  }

  .outer-container {
    width: 520px;
    max-width: 60%;
    background-color: rgb(167, 224, 237);
    margin: auto;
    margin-bottom: 15px;
  }
  .slideshow-container {
    width: 250px;
    max-width: 100%;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    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(5, 108, 163);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  .next {
    float: right;
    right: 15%;
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 15%;
  }
  .prev:hover,
  .next:hover {
    background-color: rgb(0, 135, 165);
  }

  .slideshow-container .mySlides .imgbx {
    position: block;
    z-index: 1;
    margin: auto;
    max-width: 100%;
    padding-top: 10px;
    margin-bottom: 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;
    margin: auto;
  }

  .play-button:hover {
    cursor: pointer;
    width: 20px;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .prev-page-link {
    background-color: rgb(244, 250, 172);
    text-align: center;
    width: 350px;
    max-width: 100%;
    margin: auto;
    padding: 8px;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
  .next-page-link {
    background-color: rgb(134, 234, 196);
    text-align: center;
    width: 320px;
    max-width: 80%;
    margin: auto;
    padding: 8px;
    display: flex;
    justify-content: center;
  }
  .prev-page-link a,
  .next-page-link a {
    font-size: 16px;
    text-decoration: none;
    color: rgb(28, 62, 96);
  }
  .prev-page-link:hover,
  .next-page-link:hover {
    background-color: #91cdf6;
  }
  .page-link {
    cursor: pointer;
    height: 25px;
    padding: 10px;
    margin: 15px;
    background-color: #a4e7ff;
    justify-content: center;
    display: inline-block;
    margin: 10px;
    transition: background-color 0.6s ease;
  }
  .dot-position {
    margin: auto;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .page-link:hover {
    background-color: rgb(39, 217, 237);
    color: black;
  }
  .topic-first {
    background-color: rgb(118, 213, 229);
  }
  #searchbar {
    margin: auto;
    display: flex;
    margin-top: 25px;
    padding: 15px;
    border-radius: 10px;
  }

  input[type="text"] {
    width: 20%;
    -webkit-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
  }

  input[type="text"]:focus {
    width: 25%;
  }
  .word-container {
    width: 70%;
    margin: auto;
  }
  #list {
    font-size: 20px;
    margin: auto;
    line-height: 2.5;
  }

  .search {
    display: block;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
