@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

main {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  text-wrap: wrap;
}

body {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #F8F6F2;
  text-wrap: wrap;
}

.button {
  white-space: nowrap;
  text-align: center;
  font-weight: bolder;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

body:before {
  content: "";
  background-image: url("https://cdn.pixabay.com/photo/2017/05/29/23/49/abstract-2355329_1280.png");
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.01;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  z-index: -10;
}

img {
  display: block;
  max-width: 100%;
}

* .material-symbols-outlined, *:before .material-symbols-outlined, *:after .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#aboutMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100vw;
  max-height: auto;
}

.aboutWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 1.5rem;
  max-height: auto;
  max-width: 100vw;
  text-align: center;
}

.aboutText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-wrap-style: balance;
  margin-top: 1rem;
  padding: 0;
  padding-top: 2rem;
  max-width: 65vw;
  max-height: auto;
  color: #475C22;
}
.aboutText h1 {
  padding: 0;
  margin-top: 0.1rem;
  margin-bottom: 15%;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, -0.2142857143rem + 2.6785714286vw, 3rem);
}
.aboutText h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5%;
  font-size: 1rem;
  font-size: clamp(1rem, 0.6794871795rem + 1.3675213675vw, 1.5rem);
}
.aboutText p {
  padding: 0;
  margin: 0;
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.0285714286rem + 0.8928571429vw, 1.1rem);
}

ul.about_Shellie {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  max-width: 100vw;
  padding: none;
  padding-left: 5%;
  padding-right: 5%;
  margin: none;
  color: #475C22;
}
ul.about_Shellie li {
  text-align: center;
  height: 6.5rem;
  margin: 0.25rem;
  margin-top: 0;
  background: #CAD8C3; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #F8F6F2, #CAD8C3); /* W3C, IE10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 100%;
  font-size: 1.15rem;
  font-variant: all-small-caps;
  font-weight: bold;
  border-radius: 0.5rem;
}
ul.about_Shellie li p.quals {
  margin-top: 0.3rem;
  padding: 0.2rem;
  text-wrap: balance;
  font-size: 1rem;
  font-variant: normal;
  font-weight: normal;
}

#testimonials {
  padding-top: 3rem;
}

div.carousel {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 40vh;
  max-width: 75vw;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: 0;
  aspect-ratio: 16/9;
}

div.group img {
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 35vw;
  height: auto;
  aspect-ratio: 16/9;
}

div.group input {
  display: none;
  position: absolute;
  top: -100%;
  left: -100%;
}

div.group label {
  display: none;
}

div.group input:checked ~ label.previous,
div.group input:checked ~ label.next {
  display: block;
}

div.group input:checked ~ div.content {
  display: block;
}

div.group input ~ div.content {
  display: none;
  position: relative;
}

label.previous {
  float: left;
}

label.next {
  float: right;
}

@media screen and (min-width: 1024px) {
  main.home-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100vw;
  }
  .mainWrapper {
    display: flex;
    gap: 10%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 3rem;
    max-height: 43.75rem;
    max-width: 100%;
    text-align: center;
  }
  .heroText {
    margin-top: 1.2rem;
    padding-bottom: 0;
    padding-left: 2rem;
    max-width: 30rem;
    -webkit-text-fill-color: #5C3D2E;
    -moz-text-fill-color: #5C3D2E;
  }
  .heroText h1 {
    line-height: 150%;
    font-size: 2rem;
    font-size: clamp(2rem, 0.3974358974rem + 6.8376068376vw, 4.5rem);
  }
  .heroText p {
    padding-top: 1.2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    font-size: clamp(1rem, 0.6794871795rem + 1.3675213675vw, 1.5rem);
  }
  .heroButton {
    font-size: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 7.5em;
    height: 2em;
    box-shadow: 1em 0.5em 5em #9AA9B9;
  }
  #exploreButton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: #E6C5C5;
    border: none;
    border-radius: 0.25em;
    padding: 1rem 1rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #exploreButton:hover {
    -webkit-text-fill-color: hsl(0, 0%, 90%);
    -moz-text-fill-color: hsl(0, 0%, 90%);
    background: hsl(28, 80%, 16%);
    border: hsl(28, 100%, 16%);
    transition: all 0.25s ease-in-out;
  }
  .heroImage {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
    visibility: visible;
    background: #E6C5C5; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background-size: 100%;
    border: transparent;
    border-top-left-radius: 22.5rem;
    border-top-right-radius: 22.5rem;
    border-bottom-left-radius: 9rem;
    border-bottom-right-radius: 9rem;
    height: auto;
    width: 37rem;
    aspect-ratio: 67/48;
  }
  .heroImage img {
    background: transparent;
    translate: -1.2rem 2.5rem;
    margin-top: 1rem;
    width: 22rem;
    height: auto;
    aspect-ratio: 504/517;
    filter: drop-shadow(0 0 1.5rem #D7C3B9);
  }
  .quoteWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem 0 0 0;
    margin: 0;
    text-wrap: balance;
  }
  .heroQuote {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    text-align: center;
  }
  .heroQuote #quoteEY {
    font-weight: bolder;
  }
  #PCCbadge {
    padding-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #heroBadge {
    height: 150px;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  main {
    width: 100%;
    height: auto;
  }
  .mainWrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 100%;
    text-align: center;
  }
  .heroImage {
    display: none;
  }
  .heroButton {
    font-size: 1rem;
    font-size: clamp(1rem, 0.16796875rem + 2.0833333333vw, 1.5rem);
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 7.5em;
    height: 2em;
    box-shadow: 0.2rem 0.65rem 7px #9AA9B9;
  }
  #exploreButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: auto;
    background: #E6C5C5;
    border-radius: 0.25em;
    padding: 1rem 0;
    font-size: 1rem;
    font-size: clamp(1rem, 0.16796875rem + 2.0833333333vw, 1.5rem);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #exploreButton:hover {
    -webkit-text-fill-color: hsl(0, 0%, 90%);
    -moz-text-fill-color: hsl(0, 0%, 90%);
    background: hsl(28, 80%, 16%);
    border: hsl(28, 100%, 16%);
    transition: all 0.25s ease-in-out;
  }
  .heroText {
    margin-top: 3.125rem;
  }
  .heroText h1, .heroText p {
    margin-inline: 7.5vw;
    text-align: center;
  }
  .heroText h1 {
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 1.7766203704rem + 3.0864197531vw, 3.75rem);
  }
  .heroText p {
    margin-top: 2rem;
    font-size: 1rem;
    font-size: clamp(1rem, 0.2766203704rem + 3.0864197531vw, 2.25rem);
  }
  .heroButton {
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 7.5em;
    height: 2em;
    box-shadow: 1em 0.5em 5em #9AA9B9;
  }
  .quoteWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2rem 0 0 0;
    margin: 0;
    text-wrap: balance;
  }
  .heroQuote {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    text-align: center;
  }
  .heroQuote #quoteEY {
    font-weight: bolder;
  }
}
@media screen and (max-width: 639px) {
  main {
    width: 100%;
    height: auto;
  }
  .mainWrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 100%;
    text-align: center;
  }
  .heroImage {
    display: none;
  }
  .heroButton {
    font-size: 1rem;
    font-size: clamp(1rem, 0.6794871795rem + 1.3675213675vw, 1.5rem);
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 7.5em;
    height: 2em;
    box-shadow: 0.2rem 0.65rem 7px #9AA9B9;
  }
  #exploreButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: auto;
    background: #E6C5C5;
    border-radius: 0.25em;
    padding: 1rem 0;
    font-size: 1rem;
    font-size: clamp(1rem, 0.8397435897rem + 0.6837606838vw, 1.25rem);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #exploreButton:hover {
    -webkit-text-fill-color: hsl(0, 0%, 90%);
    -moz-text-fill-color: hsl(0, 0%, 90%);
    background: hsl(28, 80%, 16%);
    border: hsl(28, 100%, 16%);
    transition: all 0.25s ease-in-out;
  }
  .heroText {
    margin-top: 0.25rem;
  }
  .heroText h1, .heroText p {
    margin-inline: 7.5vw;
    text-align: center;
  }
  .heroText h1 {
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 1.7766203704rem + 3.0864197531vw, 3.75rem);
  }
  .heroText p {
    margin-top: 0.75rem;
    font-size: 1rem;
    font-size: clamp(1rem, 0.2766203704rem + 3.0864197531vw, 2.25rem);
  }
  .heroButton {
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 1rem;
    width: 7.5em;
    height: 2em;
    box-shadow: 1em 0.5em 5em #9AA9B9;
  }
  #exploreButton {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: #E6C5C5;
    border: none;
    border-radius: 0.25em;
    padding: 1rem 1rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #exploreButton:hover {
    -webkit-text-fill-color: hsl(0, 0%, 90%);
    -moz-text-fill-color: hsl(0, 0%, 90%);
    background: hsl(28, 80%, 16%);
    border: hsl(28, 100%, 16%);
    transition: all 0.25s ease-in-out;
  }
  .quoteWrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 1rem;
    text-wrap: balance;
  }
  .heroQuote {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    text-align: center;
    font-size: 0.5rem;
    font-size: clamp(0.5rem, 0.1586059744rem + 1.706970128vw, 1.25rem);
  }
  .heroQuote #quoteEY {
    font-weight: bolder;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
    margin-top: 20rem;
  }
  footer ul {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
  }
  footer img {
    max-height: 64px;
    max-width: 64px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 540px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
  }
  footer p {
    text-align: center;
    margin: 0;
    margin-top: 2rem;
    padding: 0.25rem;
    font-size: 0.5rem;
    font-size: clamp(0.5rem, 0.1586059744rem + 1.706970128vw, 1.25rem);
  }
  footer ul {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
  }
  footer img {
    max-height: 64px;
    max-width: 64px;
  }
}
@media screen and (max-width: 539px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  footer p {
    text-align: center;
    margin: 0;
    padding: 0.25rem;
    font-size: 0.5rem;
    font-size: clamp(0.5rem, 0.1586059744rem + 1.706970128vw, 1.25rem);
  }
  footer ul {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
  }
  footer img {
    max-height: 64px;
    max-width: 64px;
  }
}
main.services-main {
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  width: 100vw;
  height: auto;
  top: 0;
}

.servicesWrapper {
  display: inline-block;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
}

.introText {
  display: inline-block;
  text-align: center;
  text-wrap: balance;
  color: #4A5F7A;
  margin-bottom: 3rem;
}
.introText h1, .introText p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.introText h1 {
  width: 70rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 2rem;
}

.card {
  display: inline-flex;
  flex-direction: column;
  border: 1px solid #ddd;
  padding: 1.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  color: #4A5F7A;
  background-color: #F8F6F2;
  align-items: center;
  justify-content: center;
}
.card h3 {
  text-align: center;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.card p {
  margin-bottom: 1.5rem;
}

.open-modal-btn {
  box-shadow: 1em 0.5em 5em #9AA9B9;
  background-color: #F8F6F2;
  color: #4A5F7A;
  border-radius: 0.25em;
  outline: 1px;
  border-color: #B0C4DE;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.open-modal-btn:hover {
  box-shadow: 1em 0.5em 5em #9AA9B9;
  background-color: #4A5F7A;
  color: #F8F6F2;
  border-radius: 0.25em;
  outline: 1px;
  border-color: #4A5F7A;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal.is-visible {
  display: flex;
}

.modal-content {
  color: #4A5F7A;
  background-color: #F8F6F2;
  padding: 2rem;
  border-radius: 0.3rem;
  max-width: 37.5rem;
  width: 90%;
  position: relative;
}
.modal-content h2 {
  text-align: center;
}
.modal-content ul {
  list-style-type: "🞂  ";
}

.close-modal-btn {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.5rem;
  height: 2.25rem;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  text-decoration: none;
}
.page-home .topnav {
  background-color: #F8F6F2;
  color: #5C3D2E;
  border-bottom: 2px solid #E6C5C5;
}
.page-home .topnav__links {
  -webkit-text-fill-color: #5C3D2E;
  -moz-text-fill-color: #5C3D2E;
}
.page-home .topnav__links :hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-home .topnav__links a {
  -webkit-text-fill-color: #5C3D2E;
  -moz-text-fill-color: #5C3D2E;
}
.page-home .topnav #eyLogo {
  -webkit-text-fill-color: #5C3D2E;
  -moz-text-fill-color: #5C3D2E;
}
.page-services .topnav {
  background-color: #F8F6F2;
  color: #4A5F7A;
  border-bottom: 2px solid #B0C4DE;
}
.page-services .topnav__links {
  -webkit-text-fill-color: #4A5F7A;
  -moz-text-fill-color: #4A5F7A;
}
.page-services .topnav__links :hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-services .topnav__links a {
  -webkit-text-fill-color: #4A5F7A;
  -moz-text-fill-color: #4A5F7A;
}
.page-services .topnav #eyLogo {
  -webkit-text-fill-color: #4A5F7A;
  -moz-text-fill-color: #4A5F7A;
}
.page-about .topnav {
  background-color: #F8F6F2;
  color: #475C22;
  border-bottom: 2px solid #CAD8C3;
}
.page-about .topnav__links {
  -webkit-text-fill-color: #475C22;
  -moz-text-fill-color: #475C22;
}
.page-about .topnav__links :hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-about .topnav__links a {
  -webkit-text-fill-color: #475C22;
  -moz-text-fill-color: #475C22;
}
.page-about .topnav #eyLogo {
  -webkit-text-fill-color: #475C22;
  -moz-text-fill-color: #475C22;
}
.page-favorites .topnav {
  background-color: #F8F6F2;
  color: #483D8B;
  border-bottom: 2px solid #D8BFD8;
}
.page-favorites .topnav__links {
  -webkit-text-fill-color: #483D8B;
  -moz-text-fill-color: #483D8B;
}
.page-favorites .topnav__links :hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-favorites .topnav__links a {
  -webkit-text-fill-color: #483D8B;
  -moz-text-fill-color: #483D8B;
}
.page-favorites .topnav #eyLogo {
  -webkit-text-fill-color: #483D8B;
  -moz-text-fill-color: #483D8B;
}
.page-affiliates .topnav {
  background-color: #F8F6F2;
  color: #A0522D;
  border-bottom: 2px solid #FFDAB9;
}
.page-affiliates .topnav__links {
  -webkit-text-fill-color: #A0522D;
  -moz-text-fill-color: #A0522D;
}
.page-affiliates .topnav__links :hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-affiliates .topnav__links a {
  -webkit-text-fill-color: #A0522D;
  -moz-text-fill-color: #A0522D;
}
.page-affiliates .topnav #eyLogo {
  -webkit-text-fill-color: #A0522D;
  -moz-text-fill-color: #A0522D;
}
@media screen and (min-width: 1024px) {
  .topnav #eyLogo {
    background-size: 100%;
    font-family: "Playwrite DE Grund", cursive;
    font-weight: 400;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 0.6232394366rem + 1.7605633803vw, 3rem);
    overflow: visible;
    text-wrap-mode: nowrap;
  }
  .topnav #eyLogo a {
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .topnav #eyLogo {
    background-size: 100%;
    font-family: "Playwrite DE Grund", cursive;
    font-weight: 400;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: #003366;
    -moz-text-fill-color: #003366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.41796875rem + 2.0833333333vw, 1.75rem);
    overflow: visible;
    text-wrap-mode: nowrap;
  }
  .topnav #eyLogo a {
    text-decoration: none;
  }
}
@media screen and (max-width: 639px) {
  .topnav #eyLogo {
    background-size: 100%;
    font-family: "Playwrite DE Grund", cursive;
    font-weight: 400;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: #003366;
    -moz-text-fill-color: #003366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.75rem;
    font-size: clamp(0.75rem, 0.2484326019rem + 2.5078369906vw, 1.25rem);
    overflow: visible;
    text-wrap-mode: nowrap;
  }
  .topnav #eyLogo a {
    text-decoration: none;
  }
}
.topnav button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (width >= 40em) {
  .topnav button {
    display: none;
  }
}
.topnav__open[aria-expanded=true] + .topnav__menu {
  translate: 0;
}
@media (prefers-reduced-motion) {
  .topnav__open[aria-expanded=true] + .topnav__menu {
    opacity: 1;
  }
}
.topnav__close {
  display: block;
  margin-inline-start: auto;
  margin-block-end: 8rem;
}
.topnav__close img {
  width: 2.5rem;
}
@media (width < 40em) {
  .topnav__menu {
    position: fixed;
    inset: 0;
    padding: 1.5rem;
    translate: 100vw 0;
    transition: translate 0.5s ease-in-out;
  }
}
@media (width < 40em) and (prefers-reduced-motion) {
  .topnav__menu {
    translate: 0;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
  }
}
.topnav__links {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 2rem;
  margin: 0;
  margin-right: 2rem;
  padding: 0;
}
.topnav__links :hover {
  -webkit-text-fill-color: hsl(0, 0%, 90%);
  -moz-text-fill-color: hsl(0, 0%, 90%);
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (width < 40em) {
  .topnav__links {
    flex-direction: column;
    color: #DBDBDB;
  }
}
.topnav__links a {
  text-decoration: none;
}
.topnav__links a :hover {
  -webkit-text-fill-color: hsl(0, 0%, 90%);
  -moz-text-fill-color: hsl(0, 0%, 90%);
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (width < 40em) {
  .topnav__links a {
    text-decoration: none;
    color: #DBDBDB;
  }
}
.topnav__item {
  list-style-type: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */