@import url("https://fonts.googleapis.com/css2?family=Lemon&family=Montserrat:ital,wght@0,400;0,800;1,200&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  font: inherit; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.55; }

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif; }

.Logo {
  color: #FFCB08;
  font-size: 1.8rem;
  aspect-ratio: 1 / 1;
  width: 3ch;
  color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .Logo svg {
    width: 100%;
    height: 100%; }
  .Logo.backdrop-shadow svg {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)); }
  .Logo.large {
    font-size: 13.5rem; }
    @media (max-width: 599px) {
      .Logo.large {
        font-size: 7.2rem;
        transform: translateY(-1.8rem); } }
#main {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  grid-template-rows: 5.4rem 1fr; }
  #main .NavBar {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid whitesmoke;
    grid-template-columns: min-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 1ch;
    padding: 0 1.5ch; }
    #main .NavBar .Logo {
      padding-right: 0.5ch; }
    #main .NavBar .link {
      text-transform: uppercase;
      font-weight: bolder;
      transition: color 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out;
      cursor: pointer; }
      #main .NavBar .link.active, #main .NavBar .link:hover {
        color: #FFCB08;
        border-bottom: 4px solid #FFCB08;
        transform: translateY(2px); }
      @media (max-width: 599px) {
        #main .NavBar .link {
          font-size: 0.7rem; } }
      @media (max-width: 400px) {
        #main .NavBar .link {
          font-size: 0.6rem; } }
  #main .content {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  #main .the-footer {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%; }

.DirectionsCard {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-auto-flow: column;
  grid-template-columns: 40rem 1fr; }
  @media (max-width: 599px) {
    .DirectionsCard {
      grid-template-columns: unset;
      grid-template-rows: 1fr 1fr;
      grid-auto-flow: row; } }
.MapComponent {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.Section {
  min-height: 100vh;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.Section.image {
  animation-name: inline-u8f5588ab;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover; }

@keyframes inline-u8f5588ab {
  0% {
    background-position: 22% 22%; }
  50% {
    background-position: 88% 88%; }
  100% {
    background-position: 22% 22%; } }

.Section.carousel {
  background-image: var(--background-image);
  background-size: cover;
  animation-name: inline-ua263b9ad;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: background-image 0.2s ease-in-out;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: calc(100svh - 5.4rem);
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center; }

@keyframes inline-ua263b9ad {
  0% {
    background-position: 22% 22%; }
  50% {
    background-position: 88% 88%; }
  100% {
    background-position: 22% 22%; } }

.ContactCard {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: unset;
  width: unset;
  padding: 1ch;
  gap: 4ch;
  font-size: 1.8rem;
  align-content: space-around; }
  @media (max-width: 599px) {
    .ContactCard {
      font-size: 1.22rem; } }
  .ContactCard .icon {
    color: #FFCB08; }

.icon {
  color: inherit;
  height: 1ch;
  width: 1ch;
  display: inline-block; }

.icon-text {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-auto-flow: column;
  grid-template-columns: 3ch 1fr;
  gap: 1ch;
  cursor: pointer;
  transition: opacity 0.3s ease-out; }
  .icon-text:hover {
    opacity: 0.55; }
  .icon-text .text {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .icon-text .text p {
      width: 100%;
      font-weight: bolder; }
  .icon-text .icon {
    width: 3ch;
    height: 3ch; }

.about-us {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 22rem;
  width: unset;
  height: unset;
  gap: 1ch; }
  .about-us .title {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FFCB08;
    margin: 2rem; }
  .about-us--content {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 2rem; }
    .about-us--content p {
      background-color: #FFCB08;
      color: white;
      border-radius: 0.55rem;
      padding: 2ch;
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
      .about-us--content p:nth-child(even) {
        transform: translateX(-44%); }
      .about-us--content p:nth-child(odd) {
        transform: translateX(44%); }
      @media (max-width: 599px) {
        .about-us--content p {
          transform: unset !important; } }
      .about-us--content p span {
        display: inline; }
        .about-us--content p span.bold {
          font-weight: bolder; }

button {
  background: #FFCB08;
  border: none;
  padding: 1ch 1.66ch;
  border-radius: 0.55rem;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  outline: none;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  font-weight: bolder; }
  button:hover {
    opacity: 0.55; }

.ArticlePreview {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 22rem;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.55rem;
  padding: 1rem;
  gap: 1rem;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  grid-template-rows: 1fr 8rem;
  height: 30rem; }
  .ArticlePreview:hover {
    opacity: 0.55; }
  .ArticlePreview .image {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    background-image: var(--background-image);
    background-size: cover; }
  .ArticlePreview h1 {
    font-size: 1.22rem;
    font-weight: bolder;
    width: 100%;
    text-align: center; }

.Article {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 44rem; }
  .Article article {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 0.5rem;
    padding: 1rem;
    align-content: start;
    align-items: start; }
    @media (max-width: 599px) {
      .Article article {
        max-width: 22rem; } }
    .Article article .title {
      font-size: 1.8rem;
      font-weight: bolder;
      text-align: left;
      width: 100%;
      text-align: left; }
    .Article article .subtitle {
      font-size: 1.22rem;
      font-weight: bolder;
      text-align: left;
      width: 100%; }

.all-articles {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 1rem;
  padding: 1rem 0; }

.LinkButton button {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-auto-flow: column;
  gap: 0.66ch;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
  .LinkButton button .icon {
    height: 1.5ch;
    width: 1.5ch; }

.hoverable {
  cursor: pointer;
  transition: opacity 0.3s ease-out; }
  .hoverable:hover {
    opacity: 0.55; }
