Body{
  background-color:rgba(0, 0, 0, 0.9);
  color:rgba(255, 255, 255, 1);
  font-family: 'Work Sans', sans-serif;
  text-rendering: optimizeLegibility;
}

nav,h1,h2,h3,h4{
  font-family: 'Chivo', sans-serif;
    font-weight: 700;
}

h5,h6{
  font-family: 'Work Sans', sans-serif;
  line-height: 1.25em;
}

#title{
  color:rgba(255, 255, 255, 1);
}
.nav-link:hover {
    background-color: rgba(244, 12, 12, 1);
}
#underscore{
  color: rgba(244, 12, 12, 1);
}
#hlead{
  font-family: 'Work-Sans', sans-serif;
}

a{
  color:rgba(255, 255, 255, 1);
}
a:hover {
  color: rgba(244, 12, 12, 1);
  text-decoration: none;
}
  .social{
    font-size: 3em;
    padding: 0 .6em 1em .6em;
  }
