@media screen and (max-width: 750px) {
  .centered,
  .lefty,
  .righty,
  .fully {
    width: 90vw !important;
    margin: 0 auto !important;
  }
} /*style nav bar*/

section {
  display: block;
  width: 400px;
  height: 100px;
  background: fffff;
}

ul {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

li {
  border-right: 1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li {
  float: left;
}

li a {
  display: block;
  font-family: "Roboto Condensed", serif;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color  on hover */
li a:hover {
  background-color: #EEEEEE;
}

/*map styles*/
body {
  margin: 0;
  padding: 0;
}

#map {
  top: 0;
  height: 100vh;
  width: 95%;
  position: fixed;
  z-index: -5;
}
#header {
  margin: auto;
  /*   min-height: 100vh; */
  /*width: 95%;*/
  padding: 2vh 2vh 2vh 2vh;
}
#features {
  padding-top: 80vh;
  padding-bottom: 10vh;
  z-index: 100;
}
@media (max-width: 750px) {
  #features {
    width: 90vw;
    margin: 0 auto;
  }
}
#footer {
  min-height: 2vh;
  text-align: left;
  line-height: 25px;
}
#header h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  text-align: left;
  margin: auto;
  max-width: 600px;
  background-color: #5d1212;
  color: white;
}
#header h4 {
  font-family: "Merriweather", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 600px;
}

/* #header p.byline {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 0.9em;
  margin: 0.5em auto 0.8em auto; */

#header p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.2em;
  max-width: 600px;
  margin: 1em auto 1em auto;
}
#features h3 {
   color: white;
background: #5d1212;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  text-align: left;
  max-width: 50vw;
  margin: 0.1em auto 0.1em auto;
}
#features p {
  font-family: "Roboto Condensed", sans-serif;
  text-align: left;
  font-size: 1.1em;
/*   max-width: 50vw; */
  line-height: 1.1em;
}
#features .imageCredit {
  font-size: 0.8em;
  margin-top: -5px;
}
#footer p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9em;
  max-width: 600px;
  padding: 1em;
  margin: 0px auto;
}
a,
a:hover,
a:visited {
  color: #5d1212;
}
.centered {
  width: 50vw;
  margin: 0 auto;
}
.lefty {
  width: 40vw;
  margin-left: 5vw;
}
.righty {
  width: 40vw;
  margin-left: 55vw;
}
.fully {
  width: 100%;
  margin: auto;
}
.light {
  color: #444;
  background-color: #fafafa;
}
.dark {
  color: #fafafa;
  background-color: #444;
}
.step {
  padding-bottom: 50vh;
  opacity: 0.9;
}
.step.active {
  opacity: 0.9;
}
.step div {
  padding: 25px 50px;
  line-height: 25px;
  font-size: 13px;
}
.step img {
  width: 100%;
}

/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*edit this to fix nav panel */

nav {
  margin: 1rem;
  font-family: sans-serif;
  line-height: 1;
}

/* adjust typography defaults */
body {
  margin: 1rem;
  font-family: sans-serif;
  line-height: 1.5;
}

/* images and videos max out at full width */
img,
video {
  height: auto;
  max-width: 100%;
}
