html, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'EB Garamond', serif;
}

.body {
  position: fixed;
}

.site-name{
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #D2D2D2;
    padding: 10px 0;
    font-family: 'Alfa Slab One', cursive;
}

.headers {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #D2D2D2;
}

.header-list-item {
      display: inline;
      padding-right: 15px;
}

h3 {
  font-size: 35px;
}

p {
  font-size: 20px;
  line-height: 40px;
}

hr {
  border-top: 1px solid #D2D2D2;
  border-bottom: 0px;
}


.mission {
  padding-top: 10px;
  margin: 0 auto;
  /*width: 600px;*/
  line-height: 200%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100vh;



  background-image: url('img/bad.jpeg'); /* replace with real image */
  background-position: center;
  background-size: cover;
}

.home-text {
  width: 500px;
  padding: 10px;
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.explore {
  text-align: center;
  color: white;
  font-size: 30px;

}
/*.button {
  text-align: center;
  line-height: 200%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  border-radius: 3px;
  font-size: 18px;
  width: 300px;
  margin: 0 auto;
}

.button a {
  color: white;
  margin: 0 auto;
}*/
