html,
body {
  height: 100%;
}
.nav-link{
  color: white;
}

body {
  display: flex;
  flex-direction: column;
}


.navvy{ 
  background-color: #588157;                                                                                                                                                                                                                                      
}
.text-center{
  padding-bottom: 10px;
}
.navbar-light,
.navbar-toggler{
  color: white;
  border-color: white;
}

.navbar-light,
.navbar-toggler:hover{
  color: white;
  border-color: white;
}

main {
  flex: 1 0 auto;
}
.lead{
  text-align: justify;
}
.lead2{
  text-align: justify;
  letter-spacing: .5px;
}
.hero-text{
  font-size: 4vw;
  opacity: .7;
  letter-spacing: 3px;
}

.float-sm-none{
  padding-left: 4px;
}
.btn-primary{
  background-color: #588157;
}

.btn-outline-dark:hover{
  background-color: #588157;
}
footer {
  flex-shrink: 0;
}
header {
  background: no-repeat center center;
  background-size: cover;
  color: white;
}
.neust{
  filter: saturate(.7);
}

.color-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 60vh;
}

.singleCol {
  max-width: 750px;
}

footer {
  background-color: #588157;
}

footer a {
  color: white;
}

footer a:hover {
  color: #dfdfdf;
}

@media (max-width: 768px) {
  .color-overlay {
    min-height: 30vh;
  }
}
