* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #1e959f;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #106f74;
  font-weight: 800;
  font-size: 64px;
}
h2 {
  font-family: "Montserrat", sans-serif;
  color: #106f74;
  font-weight: 800;
  font-size: 56px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #106f74;
  font-weight: 800;
  font-size: 36px;
}

p {
  font-family: "Poppins", sans-serif;
}

.mask {
  background-color: rgba(250, 228, 217, 0.8);
  height: auto;
  width: 724px;
  padding-bottom: 10px;
}

.home-intro {
  background-image: url(/assets/hero-image6.jpg);
  min-height: 90vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  padding-top: 140px;
  background-position: bottom center;
}

.intro_heading {
  padding-top: 20px;
}

.contactBtn {
  background-color: #765667;
  color: #fae4d9;
  font-weight: 600;
  border-radius: 25px;
  border: 1px solid #765667;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}

.contactBtn:hover {
  background-color: #106f74;
  color: #fae4d9;
  border: 1px solid #106f74;
}

.contactBtn:active {
  border: 1px solid #106f74;
}

.nov_akcija {
  background-color: #ff938f;
  max-width: 40%;
  margin: 44px auto 34px;
  padding: 15px 0 10px 0;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0 0 0 3px #106f74, 0 0 0 7px #cc7fa8, 0 0 0 11px #765667;
  animation: pulsate 2.5s infinite ease-out;
  border-radius: 1rem;
  cursor: pointer;
}

.strikethrough {
  text-decoration: line-through;
  text-decoration-color: red;
}

.akcija_masinskog_pranja {
  font-size: 18px;
  color: red;
}

.uppercase {
  text-transform: uppercase;
}

@keyframes pulsate {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}

.nov_akcija a {
  text-decoration: none;
  color: #106f74;
}

.cenovnik_akcija {
  color: #765667;
  box-shadow: 0 3px 0 0 #106f74, 0 7px 0 0 #cc7fa8, 0 11px 0 0 #765667;
}

.aboutusdiv {
  background-image: url(/assets/aboutus.png);
  height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 35px;
}

.aboutus_heading {
  color: #765667;
}

.aboutus_par {
  color: #106f74;
  font-size: 25px;
  font-weight: 500;
  padding-top: 48px;
}

.card {
  position: relative;
  height: 300px;
  width: 400px;
  border-radius: 25px;
  transform-style: preserve-3d;
  transition: all 0.6s ease;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.3);
  border: none;
  background-color: #fae4d9;
  cursor: pointer;
}

.card h4 {
  color: #765667;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 25px;
  cursor: pointer;
}

.card:hover h4 {
  color: #cc7fa8;
}

.card a {
  text-decoration: none;
}

.card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  object-fit: cover;
  max-height: 160px;
}

.card:hover {
  transform: scale(1.1);
}

.videoDiv {
  margin-top: 250px;
}

.videoDiv h3 {
  color: #faf8f6;
  font-size: 40px;
  margin-top: 60px;
}

.videoDiv h4 {
  color: #ff938f;
  font-size: 25px;
  font-weight: 500;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
}

.ratio {
  height: 315px;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.main_text {
  color: #faf8f6;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.main_text h3 {
  color: #ff938f;
}

.highlight a {
  color: #ff938f;
}

.footer {
  background-image: url(/assets/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  padding-top: 150px;
}

.footer h5 {
  font-family: "Poppins", sans-serif;
  color: #faf8f6;
  font-size: 28px;
  font-weight: 500;
  padding-left: 7rem;
}
.footer h6 {
  font-family: "Poppins", sans-serif;
  color: #ff938f;
  font-size: 18px;
  font-weight: 500;
}

.footer p {
  font-family: "Poppins", sans-serif;
  color: #fae4d993;
}
.footer a {
  font-family: "Poppins", sans-serif;
  color: #fae4d993;
  text-decoration: none;
}
.footer a:hover {
  color: #ff938f;
}

.email_link {
  margin-bottom: 7px;
}

.logoFooter img {
  background-color: #faf8f6;
  padding: 5px;
  border-radius: 50%;
}

.social-media {
  background-color: #093b3d;
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
.social-media i {
  color: #1e959f;
}
.social-media i:hover {
  color: #ff938f;
}

/* Cenovnik page */

.cenovnik-intro {
  height: 690px;
  padding-top: 140px;
  background-image: url(/assets/hero-image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.price_heading {
  padding-top: 10px;
}

.cenovnik-header {
  position: relative;
}

.carpet-note {
  color: #765667;
  font-size: 25px;
}

.footnote-cenovnik {
  font-size: 27px;
  color: #765667;
}

#cenovnik-waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#cenovnik-waves2 {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.mask-cenovnik {
  background-color: rgba(250, 228, 217, 0.8);
  height: auto;
  width: 724px;
  z-index: 3;
  padding-bottom: 10px;
}

.price-heading h3 {
  padding-top: 35px;
  z-index: 12;
  font-family: "Poppins", sans-serif;
}
.carpets-pricelist {
  background-color: #fff;
  height: 800px;
  margin-top: 30px;
}
.carpet-mask {
  margin-top: 45px;
  padding-top: 50px;
  width: 80%;
  height: fit-content;
  background-color: #e5f6f5;
}

.pricelist-ul {
  line-height: 3rem;
}

.pricelist-ul li {
  color: #106f74;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

.pricelist img {
  border-radius: 20px;
  height: 200px;
  width: auto;
  margin-top: 45px;
  margin-left: 35px;
}

#mebl {
  height: 360px;
  width: auto;
}

.fa-info-circle {
  color: #cc7fa8;
}

.remark_washing {
  line-height: 2rem;
  font-size: 15px;
}

.fa-exclamation-circle {
  color: #765667;
}

br {
  display: none;
}

h1 br {
  display: inline;
}

h3 br {
  display: inline;
}

.remark_heading {
  color: #ff938f;
}

/* Galerija page */
.galerija-header {
  position: relative;
}
.galerija-intro {
  height: 690px;
  padding-top: 80px;
  background-image: url(/assets/hero-image-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-galerija {
  background-color: rgba(250, 228, 217, 0.8);
  height: auto;
  width: 724px;
  z-index: 3;
  padding-bottom: 10px;
}

#galerija-waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#galerija-waves2 {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.gallery-div {
  height: fit-content;
  width: 100%;
  background-color: #fff;
}

.gallery {
  padding: 25px;
  height: fit-content;
  background-color: #e5f6f5;
}

.gallery img {
  min-height: 260px;
}

.gallery a {
  position: relative;
}

.mask-hover {
  display: none;
  position: absolute;
  height: 270px;
  width: 274px;
  background-color: rgba(128, 125, 122, 0.8);
}

.mask-hover i {
  color: #106f74;
  display: flex;
  justify-content: center;
  padding-top: 105px;
}

/* Proces pranja page */
.proces_pranja-header {
  position: relative;
}

.proces_pranja-intro {
  height: 690px;
  padding-top: 80px;
  background-image: url(/assets/hero-image-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mask-proces_pranja {
  background-color: rgba(250, 228, 217, 0.8);
  height: auto;
  padding-bottom: 10px;
  width: 724px;
  z-index: 3;
}

.proces_pranja-div {
  height: fit-content;
  width: 100%;
  background-color: #fff;
  padding-bottom: 45px;
}

.proces_pranja-div h4 {
  font-weight: 800;
  font-size: 28px;
}

.proces_pranja-div p {
  font-size: 20px;
  padding-top: 0px;
}

.proces_pranja-div ul {
  font-size: 20px;
  padding-bottom: 0px;
}

.accordion-body {
  padding-top: 0px;
}

.accordion-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #106f74;
  background-color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #ff938f;
  background-color: #106f74;
}

.accordion-button::after {
  background-image: url(/assets/down-arrow.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/down-arrow.svg);
}

.accordion-body h4 {
  font-family: "Montserrat", sans-serif;
  color: #765667;
}

.pranje_tepiha-mask {
  margin-top: 20px;
  padding: 25px 40px;
  width: 100%;
  height: fit-content;
  background-color: #e5f6f5;
}

/* Different design option */
.pranje_namestaja-mask {
  margin-top: 20px;
  padding: 25px 40px;
  width: 100%;
  height: fit-content;
  background-color: #e5f6f5;
}
.pranje_namestaja-mask h4 {
  color: #765667;
}
.pranje_namestaja-mask p {
  color: #106f74;
}

.pranje_namestaja-mask p:last-child {
  padding-top: 0px;
}

.img-container {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-top: 25px;
}

.proces_pranja-img {
  width: 250px;
  border-radius: 20px;
}

.single_photo {
  width: 300px;
}

/* Kontakt page */

.kontakt-header {
  position: relative;
}
.footnote {
  font-size: 18px;
  color: #765667;
}
.footnoteDiv {
  font-size: 13px;
  color: #faf8f6;
  text-align: center;
}
.subhead_kontakt {
  font-size: 24px;
}
.kontakt-intro {
  height: 690px;
  padding-top: 80px;
  background-image: url(/assets/hero-image-7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mask-kontakt {
  background-color: rgba(250, 228, 217, 0.8);
  min-height: 300px;
  width: 724px;
  z-index: 3;
}

#kontakt-waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#kontakt-waves2 {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.terms-div {
  width: 100%;
  background-color: #fff;
  padding-bottom: 480px;
}

.form-div {
  margin-top: -500px;
  position: relative;
}

form {
  font-family: "Poppins", sans-serif;
  color: #106f74;
  border: #ff938f 5px solid;
  border-radius: 20px;
  padding: 3em;
  background-color: #e5f6f5;
}

.mapContainer h3 {
  color: #faf8f6;
  font-size: 40px;
}

.mapContainer h4 {
  color: #ff938f;
  font-size: 25px;
  font-weight: 500;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 1200px) {
  .gallery {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media screen and (max-width: 1115px) {
  .footerAddress {
    padding-right: 55px;
  }
}

@media screen and (max-width: 991px) {
  .nav-links {
    width: 80%;
  }
  .aboutusdiv {
    height: 700px;
    padding-top: 50px;
  }

  .footer {
    margin-top: 70px;
    padding-top: 100px;
  }
  .social-media {
    margin-top: 50px;
  }
  .footerAddress {
    padding-right: 0px;
  }
  .footerRow {
    display: flex;
    justify-content: space-between;
  }
  .logoFooter {
    padding-left: 20px;
  }
  .social-media {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    text-align: center;
  }
  .social-media a {
    margin-bottom: 15px;
  }
  .social-media p {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .carpets_ul {
    display: flex;
    justify-content: center !important;
  }
  .gallery img {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 806px) {
  br {
    display: inline;
  }
  .nov_akcija {
    max-width: 60%;
    padding-left: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .nav-links {
    position: fixed;
    height: 85vh;
    top: 10vh;
    right: 0px;
    background-color: #fae4d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    z-index: 10;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
    padding: 20px;
  }

  .nav-links li {
    opacity: 0;
  }
  .burger {
    display: block;
    z-index: 3;
  }
  .home-intro {
    background-image: url(/assets/hero-image6.jpg);
    background-position: center;
  }
  .cenovnik-intro {
    background-image: url(/assets/hero-image-2.jpg);
    background-position: center;
  }
  .galerija-intro {
    background-image: url(/assets/hero-image-5.jpg);
    background-position: center;
  }
  .proces_pranja-intro {
    background-image: url(/assets/hero-image-4.jpg);
    background-position: center;
  }
  .kontakt-intro {
    background-image: url(/assets/hero-image-7.jpg);
    background-position: center;
  }
  .mask {
    max-width: 80%;
    width: auto;
    height: auto;
  }
  .mask h3 {
    margin-top: 14px !important;
  }
  .intro_heading {
    padding-top: 45px;
  }
  .mask-cenovnik {
    max-width: 80%;
    width: auto;
    height: auto;
  }
  .mask-galerija {
    max-width: 80%;
    width: auto;
    height: auto;
  }
  .mask-proces_pranja {
    max-width: 80%;
    width: auto;
    height: auto;
    padding-bottom: 10px;
  }
  .img-container {
    gap: 4rem;
  }
  .mask-kontakt {
    max-width: 80%;
    width: auto;
  }
  .mask-cenovnik h3 {
    margin-top: 14px !important;
  }
  .mask-galerija h3 {
    margin-top: 14px !important;
  }
  .mask-proces_pranja h3 {
    margin-top: 14px !important;
  }
  .mask-kontakt h3 {
    margin-top: 14px !important;
  }
  h1 {
    font-size: 45px;
    padding: 10px;
  }
  h2 {
    font-size: 38px;
    padding: 10px;
  }
  h3 {
    font-size: 28px;
    padding: 10px;
  }
  .accordion-button {
    font-size: 28px;
  }
  .proces_pranja-div h4 {
    font-size: 24px;
  }
  .proces_pranja-div p {
    font-size: 18px;
  }
  .proces_pranja-div ul {
    font-size: 18px;
  }
  .footnote-cenovnik {
    font-size: 20px;
    color: #765667;
  }
  .subhead_kontakt {
    font-size: 20px;
  }
  .footnote {
    font-size: 15px;
  }
  .home-intro {
    padding-top: 70px;
  }
  .aboutus_par {
    font-size: 21px;
  }
  .main_text {
    font-size: 18px;
  }
  .footer {
    margin-top: 15px;
    height: 820px;
  }
  .footer h5 {
    padding-left: 0;
  }
  .logoFooter {
    margin-bottom: 25px;
  }
  .footerRow {
    text-align: center;
    width: 100%;
  }
  #carpet-svg {
    top: 550px;
  }
  .ratio {
    height: auto;
    width: auto;
  }
}

#catBtn {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff938f;
  color: #106f74;
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
}

#catBtn:hover {
  background-color: #fae4d9;
  color: #106f74;
  border: 1px solid #fae4d9;
}

.social-media {
  min-height: 180px;
  margin-top: 0px;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media screen and (max-width: 626px) {
  #kontakt-waves2 {
    bottom: -30px;
  }
  #galerija-waves2 {
    bottom: -30px;
  }
  .mask-proces_pranja {
    height: auto;
    padding-bottom: 0px;
  }
  .img-container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 578px) {
  .card {
    width: 260px;
    height: 260px;
    .card-img-top {
      max-height: 130px;
    }
  }
  .cenovnik-intro {
    height: 650px;
  }
  .galerija-intro {
    height: 600px;
  }
  .proces_pranja-intro {
    height: 625px;
  }
  .proces_pranja-div h4 {
    font-size: 22px;
  }
  .proces_pranja-div p {
    font-size: 16px;
    padding-top: 10px;
  }
  .proces_pranja-div ul {
    font-size: 16px;
  }
  .kontakt-intro {
    height: 580px;
  }
  .mask-kontakt h1 {
    font-size: 40px !important;
  }
  .mask-kontakt h3 {
    font-size: 18px !important;
  }
  .subhead_kontakt {
    font-size: 19px;
  }
  .footnote {
    font-size: 14px;
    color: #765667;
  }
  #cenovnik-waves {
    bottom: -10px;
  }
  #cenovnik-waves2 {
    bottom: -35px;
  }
}

@media screen and (max-width: 537px) {
  .intro_heading {
    padding-top: 5px;
  }
  .mask h3 {
    margin-top: 0px !important;
  }
  .mask-cenovnik h3 {
    margin-top: 0px !important;
  }
  .mask-galerija h3 {
    font-size: 18px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .subhead_kontakt {
    font-size: 18px;
  }
  .footnote {
    font-size: 13px;
    color: #765667;
  }
}

@media screen and (max-width: 490px) {
  #carpet-svg {
    top: 560px;
  }
}

@media screen and (max-width: 470px) {
  .nov_akcija {
    max-width: 75%;
  }
  .pricelist-ul {
    font-size: 14px;
  }
  .remark_washing {
    font-size: 13px;
  }
  .pricelist img {
    height: 150px;
    width: auto;
  }
  #galerija-waves2 {
    bottom: -25px;
  }
  .mask-kontakt h1 {
    font-size: 35px !important;
  }
  #kontaktBtn {
    margin-top: 20px !important;
  }
  #kontakt-waves2 {
    bottom: -25px;
  }
}

@media screen and (max-width: 450px) {
  .nov_akcija {
    font-size: 18px;
  }
  #carpet-svg {
    top: 580px;
  }
  .mask-galerija {
    height: auto;
    padding-bottom: 10px;
  }
  #galerija-CAT {
    margin-top: 1.5rem !important;
  }
  .mask-proces_pranja h3 {
    font-size: 20px !important;
  }
  .proces_pranja-div h4 {
    font-size: 20px;
  }
  .proces_pranja-div p {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .proces_pranja-div ul {
    font-size: 15px;
  }
}

@media screen and (max-width: 390px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 23px;
  }
  .footnote-cenovnik {
    font-size: 16px;
    color: #765667;
  }
  .home-intro {
    padding-top: 50px;
  }
  .aboutus_heading {
    padding-top: 10px !important;
  }
  .aboutusdiv {
    padding-top: 70px;
  }
  .aboutus_par {
    padding-top: 20px;
    font-size: 18px;
  }
  .videoDiv h3 {
    font-size: 36px;
    margin-top: 0px;
  }
  .main_text {
    font-size: 16px;
  }
  .carpet-mask {
    padding-top: 14px;
  }
  .pricelist-ul {
    padding-left: 10px;
  }
  .mapContainer h3 {
    font-size: 36px;
  }
  .mapContainer h4 {
    font-size: 18px;
  }
  .gallery-div {
    padding-top: 60px;
  }
  #galerija-waves2 {
    bottom: -20px;
  }
  .proces_pranja-div {
    padding-top: 15px;
  }
  .mask-proces_pranja {
    height: auto;
  }
  .mask-kontakt h3 {
    font-size: 16px !important;
  }
  #kontakt-waves2 {
    bottom: -20px;
  }
}

@media screen and (max-width: 376px) {
  #carpet-svg {
    top: 585px;
  }
  .pricelist img {
    height: 120px;
  }
  .footer {
    height: 840px;
  }
  .g-recaptcha {
    transform: scale(0.85) !important;
    -webkit-transform: scale(0.85) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
    margin-left: 20px;
  }
  .gallery img {
    min-height: 230px;
  }
}

@media screen and (max-width: 320px) {
  .intro_heading {
    padding-top: 0px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 8300px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home-intro {
    height: 550px;
  }
  .nav-links {
    top: 50px;
    z-index: 15;
  }
  .cenovnik-intro {
    height: 600px;
  }
  .galerija-intro {
    height: 600px;
  }
  .proces_pranja-intro {
    height: 625px;
  }
  .kontakt-intro {
    height: 600px;
  }
  .burger.toggle {
    z-index: 20;
  }
}

@media screen and (min-height: 800px) {
  .nav-links {
    top: 30px;
    z-index: 15;
  }
  .burger.toggle {
    z-index: 20;
  }
}

/* New Nav menu */
.topnav {
  background-color: #fae4d9;
  overflow: hidden;
  padding-top: 20px;
}

.topnav a {
  float: left;
  display: block;
  color: #765667;
  text-align: center;
  padding: 20px 25px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.active {
  border: 2px solid #106f74;
  border-radius: 25px;
  margin: 0 5px;
}

.topnav .icon {
  display: none;
  font-size: 30px;
}

.dropdown {
  float: left;
  overflow: hidden;
  position: unset;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  padding: 20px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #765667;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #faeee7;
  min-width: 160px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #765667;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  /* background-color: #555; */
  color: #106f74;
}

.dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 10px;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  /* .topnav.responsive {position: relative;} */
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* End Nav Menu */
