body {
  background: #000 url(../images/stars.svg) center left repeat;
  color: #fff;
  font: 400 1em/1.5625em granville, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:visited,
a:active {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

a:hover,
a:visited:hover,
a:active:hover {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: orpheuspro, serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  letter-spacing: -0.025em;
  line-height: 1.25em;
}

h2 {
  margin-bottom: 1.25em;
}

#faq h3,
h4,
h5 {
  font-family: granville, sans-serif;
  letter-spacing: 0;
}

h3 {
  font-size: 2.5em;
  margin-bottom: 1.25em;
}

#faq h3 {
    margin-bottom: 0.625em;
}

#faq h3,
h4 {
  font-size: 1.625em;
}

#resume .two-third h4,
#resume .two-third h5 {
  margin: 0;
}

#resume .third h5 {
  margin-bottom: 0;
}

#resume .third ul + h4 {
  margin-top:  2.5em;
}

#resume p + h3 {
  margin-top: 2.5em;
}


ul,
p {
  font-family: franklin-gothic-urw, sans-serif;
  letter-spacing: 0;
  margin: 0 0 1.5em 0;
}


header,
main,
footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

ul,
ul li {
  margin: 0;
  list-style: none;
  padding: 0;
}

footer p,
nav ul li a,
nav ul li strong {
  display: block;
  padding: 3vh 0;
}

nav ul li a:hover,
nav ul li strong:hover {
  border-color: transparent;
}

nav ul li a:hover span,
nav ul li strong:hover span {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

nav ul li span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

nav ul li strong {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

body > header,
body > footer {
  background: #000 url(../images/stars.svg) center left repeat;
}

body > header p,
body > footer p {
  color: #fff;
  font-family: orpheuspro, serif;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 0;
}

nav ul {
  list-style-type: none;
  display: flex;
}

.block {
  width: 100%;
}

section,
section > ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

header,
section {
  position: relative;
  width: 100%;
  min-height: 100%;
}

h1 {
  line-height: 1;
  font-weight: 300;
  width: 100%;
}

header h2 {
  font-family: granville, sans-serif;
  font-weight: 300;
}

nav ul {
  list-style-type: none;
  z-index: 10;
  font-weight: 300;
  letter-spacing: 0;
}

nav ul li {
  margin: 0 2.5em;
}

nav ul li:first-child {
  margin-left: 0;
}

#about img {
  border-radius: 100%;
}


@media screen and (max-width: 767px) {

  body {
    padding: 12vw 12vh;
  }

  h1 {
    font-size: 2.5em;
    font-weight: 500;
  }

  h2 {
    font-size: 1.875em;
  }

  header h2 {
    font-size: 1em;
    font-family: franklin-gothic-urw, sans-serif;
  }

  header h2 span {
    display: inline-block;
  }

  h3 {
    font-size: 1.5625em;
  }

  #faq h3,
  h4 {
    font-size: 1.25em;
  }

  h5,
  p {
    font-size: 1em;
  }

  h5 {
    font-weight: bold;
  }

  header p,
  footer p {
    font-size: 1.25em;
    padding: 1.5em 0 1em;
  }

  nav,
  nav ul {
    width: 100%;
    display: block;
    padding: 0;
  }

  nav ul {
    padding: 0 0 2.5em 0;
  }

  nav ul li {
    margin: 0;
  }

  body > footer {
    padding-bottom: 2.5em;
  }

  header,
  main,
  footer,
  main > section {
    padding: 12vh 0;
  }

  .block {
    margin-bottom: 6vh;
  }

}
@media screen and (min-width: 768px) {

  h1 {
    font-size: 9.5em;
  }

  h2 {
    font-size: 4.25em;
  }

  header h2 {
    font-size: 3.75em;
  }

  header nav {
    display: flex;
    justify-content: space-between;
    padding: 12vh 0;
    font-size: 1.875em;
  }

  header,
  main,
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15vh 10vw;
  }

  nav {
    display: flex;
  }

  footer {
    display: flex;
    justify-content: space-between;
  }

  body > header nav ul li:last-child,
  body > main nav ul li:last-child,
  body > footer nav ul li:last-child {
    margin-right: 0;
  }

  header,
  main > section {
    margin: 12vh 0;
  }

  header p {
    padding: 5vh 0;
  }

  h5,
  footer p,
  main p {
    font-size:  1.25em;
    line-height: 1.5em;
  }


  .block {
    width: 100%;
    width: 35vw;
  }
  #faq .block {
    margin: 5vh 0;
  }
  .block.two-third {
    width: 50vw;
  }
  .block.third {
    width: 22.5vw;
  }

}