.header-wrapper--home {
    background: #161F48;
}
header.header--site a:visited{
    color: white;
}
header.header--site a:link{
    color: white;
}
.slide img {
    border:none;
    background: none;
    box-shadow: none;
}
.home_text{
margin:0 auto;
text-align:center;
max-width:90%;
}
.homepage__secondary-callouts .callouts {
    margin-bottom: 3%;
}
.container#bodyContainer {
    margin-bottom: 3%;
}
.homepage__secondary-callouts h2 {
    color: black;
}
containers.homepage__secondary-callouts .callouts {margin: 0 3%;}

/*Grid Levels for Forest*/
.grid-levels {
  display: grid;
max-width:80%;
  grid-template-columns: 23.75% 23.75% 23.75% 23.75% ;
  gap: 2%;
 padding: 3%;
margin: 0 auto;
}
/*Footer*/
footer.footer--site {
      grid-template-areas: var(--footer-grid-template-areas, "logo" "nav" "legal");
  }
footer.footer--site .logo-space img {
    max-width: 300px;
}
.contact__title {
    display: none;
}