body {
  background: black;
  color: white;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

.container {
  margin: auto;
  max-width: 1300px;
}

.masthead-wrapper {
  position: relative;
}

.masthead {
  width: 100%;
  max-width: 100%;
}

.overlay {
  background: black;
  padding: 20px;
  position: absolute;
  top: 40px;
  width: 35%;
}

.overlay :last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 50px;
}

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

a, 
a:active, 
a:hover, 
a:visited {
  color: white;
  text-decoration: none;
  padding: 0 14px;
}

a:first-child {
  padding-left: 0;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}