/* SCSS HEX */
i:hover {
  text-decoration: none;
}

a {
  align-self: center;
  margin-right: 3px;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  a {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  a {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  a {
    font-size: 3em;
  }
}

.gallery {
  width: 80%;
  height: 20%;
  display: flex;
  justify-content: space-around;
  align-self: center;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 7vh;
  gap: 5px;
  box-shadow: 3px 3px 5px #8d8d92;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery {
    margin-top: 3vh;
    margin-bottom: 4vh;
  }
}
.gallery_heading {
  font-family: "Madimi One", sans-serif;
}
.gallery_img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery_img_container {
  display: flex;
  justify-self: left;
  align-self: center;
  height: 90%;
  width: 50%;
  margin-left: 3px;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .gallery_img_container {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery_img_container {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery_img_container {
    width: 35%;
  }
}
.gallery_text {
  display: flex;
  flex-direction: column;
  height: 95%;
  width: 75%;
  justify-content: center;
  align-items: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  gap: 0;
}
.gallery_text_header {
  font-size: 1em;
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .gallery_text_header {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery_text_header {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery_text_header {
    font-size: 2.25em;
  }
}
.gallery_text_desc {
  font-size: 0;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .gallery_text_desc {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery_text_desc {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery_text_desc {
    font-size: 1.5em;
  }
}
.gallery--border {
  border: 1px solid black;
}
.gallery--shadow {
  box-shadow: -3px 10px 45px -7px rgba(0, 0, 0, 0.68);
}
.gallery--alignRight {
  align-items: flex-end;
}
.gallery:hover {
  box-shadow: 3px 3px 3px black;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10vh;
  padding: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .list {
    margin-top: 70px;
  }
}
.list_items {
  list-style: none;
  font-size: 2em;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .list_items {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .list_items {
    font-size: 3.5em;
  }
}

.sections, .sections_heading {
  display: flex;
  height: 90vh;
  width: 100%;
  scroll-margin-top: 5vh;
  padding-bottom: 5vh;
  padding-top: 3vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .sections, .sections_heading {
    width: 100vw;
  }
}
.sections_heading {
  font-size: 50px;
  font-family: "Madimi One", sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 10vh;
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .sections_heading {
    font-size: 5em;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sections_heading {
    font-size: 9em;
  }
}
@media only screen and (min-width: 1025px) {
  .sections_heading {
    font-size: 11em;
  }
}
.sections_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 90%;
  gap: 5vw;
  font-family: "Madimi One", sans-serif;
  font-size: 1.25em;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sections_container {
    font-size: 36px;
    flex-direction: row;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .sections_container {
    flex-direction: row;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .sections_container {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sections_container {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .sections_container {
    font-size: 2.5em;
  }
}
.sections_container_img {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 4px 4px 4px black;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .sections_container_img {
    width: 50%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sections_container_img {
    width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .sections_container_img {
    width: 25%;
    margin-top: 30px;
  }
}
.sections_text {
  font-family: "Madimi One", sans-serif;
  justify-self: center;
  align-self: center;
  font-size: 30px;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .sections_text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sections_text {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .sections_text {
    font-size: 60px;
  }
}
.sections_img {
  background-image: url("../assets/leaves.jpg");
  background-size: cover;
}
.sections_background--blue {
  background-color: #102542;
}
.sections_background--gray {
  background-color: #8d8d92;
}
.sections_background--lightblue {
  background-color: #c5fffd;
}
.sections_background--beige {
  background-color: #dce0bb;
}
.sections_background--green {
  background-color: rgb(58, 104, 77);
}
.sections--whiteText {
  color: rgb(211, 211, 211);
}
.sections--blackShadow {
  text-shadow: 2px 2px black;
}
.sections--alignTopLeft {
  align-self: flex-start;
}

#landingSection {
  justify-content: center;
  height: 100vh;
}

.nav {
  position: fixed;
  background-color: rgb(58, 104, 77);
  overflow: hidden;
  border-bottom: 3px solid black;
  width: 100%;
}
.nav_responsive {
  position: fixed;
}
.nav_responsive .sections {
  scroll-margin-top: 0;
}
.nav_icon {
  display: none;
}
@media only screen and (max-width: 430px) {
  .nav_icon {
    display: block;
    float: right;
    font-size: 40px;
  }
}
.nav_links {
  padding: 20px;
  display: block;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  float: left;
  color: lightgray;
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 430px) {
  .nav_links:not(:first-child) {
    display: none;
  }
}
.nav_links:hover {
  background-color: rgb(66, 138, 66);
}
.nav_links:active {
  background-color: rgb(66, 138, 66);
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .nav_links {
    font-size: 20px;
    width: 14vw;
    transition: 0.5s;
  }
  .nav_links:hover {
    width: 17%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .nav_links {
    font-size: 30px;
    width: 19%;
    transition: 0.5s;
  }
  .nav_links:hover {
    width: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_links {
    font-size: 50px;
    width: 19%;
    transition: 0.5s;
  }
  .nav_links:hover {
    width: 24%;
  }
}
.nav_responsive .nav_links {
  float: none;
  display: block;
  text-align: left;
  background-color: rgb(58, 104, 77);
  width: 100vw;
}
.nav_responsive .nav_icon {
  position: fixed;
  right: 0;
  top: 0;
}

i {
  color: black;
}

i:visited {
  color: black;
}

footer {
  width: 100vw;
}

.footer {
  width: 100vw;
  height: 15vh;
  background-color: rgb(58, 104, 77);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
}
.footer_text {
  font-family: "Madimi One", sans-serif;
  font-size: 22px;
  justify-self: center;
  align-self: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .footer_text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_text {
    font-size: 30px;
  }
}
.footer_links {
  font-size: 20px;
}
.footer_links:visited {
  color: black;
}
.footer_links:link {
  color: black;
  text-decoration: none;
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
  .footer {
    font-size: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer {
    font-size: 30px;
  }
}

body {
  margin: 0;
  width: 100%;
}

header {
  width: 100%;
}

article {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=style.css.map */
