* {
  font-family: "Georgia", serif;
  background-color: black;
  color: #eadec9;
  scroll-behavior: smooth;
}

.logo img {
  width: 100%;
  max-width: 30%;
  padding-bottom: 2%;
  min-height: 100px;
  min-width: 100px;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 2%;
}

.nav a {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 150%;
}

.navs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}

.nav a:hover {
  background-color: #eadec9;
  color: black;
}

.photos {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.photos img {
  border-radius: 10%;
  padding: 1%;
  max-width: 25%;
}

.section {
  margin-top: 4%;
}

.section .subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section p {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section .pdf {
  display: inline-block;
  margin-left: 25%;
}

#menu-container { 
  padding-left: 5%;
}

.section .subsubtitle {
  padding-left: 10%;
  padding-top: 2%;
}

.disclaimers {
  padding-top: 1%;
  padding-bottom: 1%;
}

.disclaimers p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: x-small;
}

.section .contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.address {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section .hours {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section .slideshow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section .buttonRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section .buttonRow button {
  color: black;
  background-color: #eadec9;
  text-align: center;
  font-size: medium;
  border-radius: 50%;
  text-decoration: none;
  height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: 25px;
  margin-right: 25px;
}

.section .buttonRow button:hover {
  background-color: grey;
}

.section .slideshow img {
  border-radius: 5%;
  object-fit: cover;
  width: 600px;
  height: 600px;
}

#filler {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#filler img {
  width: 100%;
  max-width: 60%;
  max-height: 40%;
  border-radius: 5%;
}

#fillerSmall {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#fillerSmall img {
  width: 100%;
  max-width: 35%;
  max-height: 35%;
  border-radius: 5%;
}

.tagline {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.links {
  display: flex;
  justify-content: center;
}

.links a img {
  width: 100px;
  height: 100px;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 1250px) {
  .photos img {
    max-width: 300px;
    max-height: 300px;
  }

  .section .slideshow img {
    border-radius: 5%;
    object-fit: cover;
    width: 600px;
    height: 600px;
  }

  .links a img {
    width: 80px;
    height: 80px;
  }

  .section .buttonRow button {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 850px) {
  .nav {
    max-width: 400px;
    font-size: small;
  }

  .photos img {
    max-width: 200px;
    max-height: 200px;
  }

  .section .slideshow img {
    border-radius: 5%;
    object-fit: cover;
    width: 400px;
    height: 400px;
  }

  .links a img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .nav {
    max-width: 150px;
    font-size: xx-small;
  }

  .photos img {
    max-width: 150px;
    max-height: 150px;
  }

  .section .slideshow img {
    border-radius: 5%;
    object-fit: cover;
    width: 300px;
    height: 300px;
  }

  .links a img {
    width: 30px;
    height: 30px;
  }

  .section .buttonRow button {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .logo img {
    display: none;
  }
  .nav {
    max-width: 150px;
    font-size: xx-small;
  }
  .nav a {
    padding: 5px 5px;
  }
  .photos img {
    max-width: 125px;
    max-height: 125px;
  }
  .section .slideshow img {
    border-radius: 5%;
    object-fit: cover;
    width: 200px;
    height: 200px;
  }

  .section .buttonRow button {
    color: black;
    background-color: #eadec9;
    text-align: center;
    font-size: medium;
    border-radius: 50%;
    text-decoration: none;
    height: 50px;
    width: 50px;
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 380px) {
  header h1 {
    font-size: 200%;
  }

  .nav {
    max-width: 150px;
    font-size: xx-small;
  }

  .nav a {
    padding: 5px 5px;
  }

  .photos img {
    max-width: 100px;
    max-height: 100px;
  }

  .section .slideshow img {
    border-radius: 5%;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 380px) {
  .nav {
    font-size: 8px;
  }
  .nav a {
    padding: 2px 2px;
  }
}
