* {
  margin: 0;
  padding: 0;
}

.gallery__heading .heading__content button,
.gallery__heading .heading__content a {
  background: #017149;
  border: none;
  color: white;
  font-family: sans-serif;
  font-size: 1em;
  padding: 10px 15px 10px 15px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  margin-top: 46px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.gallery__heading__buttons {
  margin-top: 50px;
  /* margin-bottom: 125px; */
}

.gallery__heading .heading__content button:hover,
.gallery__heading .heading__content a:hover {
  background: #01935f;
  cursor: pointer;
}

.gallery__heading .heading__content button:focus {
  outline: none;
}

.gallery__heading {
  color: white;
  width: 100%;
  height: fit-content;
  background-size: cover;

  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.heading__content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  text-align: center;
}

.gallery__heading h1 {
  font-size: 3rem;
  margin-top: 150px;
  margin-bottom: 1.2rem;
  color: #017149;
  /* text-shadow: 1px 1px 1px #000000; */
}

.gallery__heading p {
  font-size: 19px;
  line-height: 1.6;
  color: #585858;
  /* text-shadow: 1px 1px 1px #000000; */
  font-weight: 100;
  margin-bottom: 0;
  letter-spacing: 0.75px;
  color: #585858;
}
.gallery__heading p.shuttersp {
  font-size: 17px;
}

.gallery__heading .heading__content a {
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 20px;
  padding: 16px 32px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 812px) {
  .gallery__heading h1 {
    font-size: 2em;
    margin-top: 90px;
  }
  .gallery__heading p {
    font-size: 1em;
  }
  .gallery__heading__buttons {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 50px;
    margin-top: 0;
  }
  .gallery__heading .heading__content a {
    margin-left: 25px;
    margin-right: 25px;
  }
}

* {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}
body {
  background: #eff5f2;
}

.gallery {
  display: flex;
  justify-content: center;
  background-color: #eff5f2;
}

.grid-container {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 130px;
  max-width: 50%;
  /* margin: 75px; */
}

.grid-item {
  max-width: 250px;
  margin: 0 auto;
  /* box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px 0px; */
}

.grid-item img {
  max-width: 100%;
  transition: 0.75s;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
}

.grid-item img:hover {
  transform: scale(1.05);
}

.grid-item {
  max-width: 400px;
}

.CTA {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.CTA a {
  color: #585858;
  font-size: 19px;
  letter-spacing: 0.75px;
}

.CTA a:hover {
  color: #017148;
  text-decoration: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    max-width: 90%;
  }

  .grid-item {
    max-width: 400px;
  }
  .gallery__heading__buttons {
    font-size: 15px;
  }
  .gallery__heading .heading__content button,
  .gallery__heading .heading__content a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: smaller;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    opacity: 0.6;
  }
  .CTA a {
    font-size: 0.9em;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    max-width: 90%;
  }

  .grid-item {
    max-width: 400px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 75px;
    max-width: 90%;
  }

  .grid-item {
    max-width: 400px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 30px;
    max-width: 80%;
  }

  .grid-item {
    max-width: 400px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 2560px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 20px;
    max-width: 90%;
  }

  .grid-item {
    max-width: 400px;
  }
}

/* FOOTER */

footer .content {
  display: flex;
  justify-content: center;
  padding: 30px 30px 15px 30px;
}

footer hr {
  border-top: 2px solid #027149;
  margin: 0;
}

footer .footer__info {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}

footer .content ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}

footer .content ul li img {
  padding-right: 15px;
  border-right: 2px solid #027149;
}

footer .content ul li {
  flex-direction: column;
  display: flex;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
}

footer .content ul li .fas {
  color: #027149;
}

footer .content ul li a {
  margin-top: 15px;
  color: #585858;
  text-decoration: none;
}

footer .content ul li a:hover {
  margin-top: 15px;
  color: #585858;
  text-decoration: none;
  color: #027149;
  transition: ease-in-out 0.1s;
}

footer nav {
  background: none;
}
footer .breadcrumb {
  justify-content: center;
  background: transparent;
  font-size: 18px;
}

footer .breadcrumb a {
  color: #585858;
  text-decoration: none;
}

footer .breadcrumb-item.active {
  color: #027149;
}

footer .breadcrumb a:hover {
  color: #027149;
  text-decoration: none;
}

.copyright {
  background: #afafaf;
  color: #2b2b2b;
  text-align: center;
  padding: 10px;
}

.copyright p {
  margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
  footer .content ul {
    flex-direction: column;
  }
}

/* Scroll Button */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #027149;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 10;
  border: 1px solid #027149;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: white;
  z-index: 10;
}

#scroll:hover {
  background-color: #027149;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  z-index: 10;
  border-bottom-color: #027149;
  opacity: 0.7;
}

small {
  display: none;
}
