html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  font-size: 16px;
  background: #ffffff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.green-text {
  color: #273318;
}

.wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.header {
  padding-top: 15px;
  margin: 0;
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,255,255,1));
}

.hidden {
  display: none;
}

.close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 2rem;
}

.close a {
  color: #273318;
}

.close a:hover {
  color: #4f692f;
}

.splash {
    z-index: 50;
    color: #273318;
    width: 100%;
}

.splash h1 {
  font-weight: normal;
  font-family: "Lato";
}

.splash h4 {
  font-weight: normal;
  font-family: "Lato";
}

.banner {
  overflow: hidden;
  vertical-align: bottom;
  z-index: -5 !important;
  box-shadow: 0 -3px 15px #273318;
  width: 100%;
  border-bottom: 10px solid #273318;
}

.faded img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.faded-low img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.content {
  margin: 70px 0 0 0;
  padding-bottom: 370px;
  width: 100%;
}

.content a {
  color: #273318;
  text-decoration: underline;
}

.content hr {
  background-color: #273318;
}

#map {
  height: 240px;
}

.footer {
  position: absolute;
  bottom: 0;
  min-height: 250px;
  width: 100%;
  color: #c4c4c4;
  padding: 25px 0 0 0;
  background-color: #363636;
  border-top: 10px solid #273318;
  box-shadow: 0 -3px 15px #273318;
}

.footer a:link {
  color: #919191;
}

.footer a:hover {
  color: #c4c4c4;
}

.footer a:visited {
  color: #c4c4c4;
}

.footer hr {
  background-color: #c4c4c4;
  margin: 35px 0;
}

@media (max-width: 400px) {

  .banner img {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .header {
    height: 250px;
  }
  .splash {
  }
  .splash h1 {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .splash h4 {
    font-size: 1rem;
    font-weight: normal;
  }
  .banner {
    margin-top: -250px;
  }
}

@media (min-width: 992px) {
  .header {
    height: 300px;
  }
  .splash {
      margin-top: 10%;
  }
  .splash h1 {
    font-size: 3.5rem;
  }
  .banner {
    margin-top: -300px;
  }
  .banner-height {
    max-height: 700px;
  }
}
