html {
  background: transparent url("../resources/background.jpg") no-repeat fixed center;
}

body {
  color: #646464;
  background: transparent url("../resources/background.jpg") no-repeat fixed center;
  text-shadow: none;
  font-family: 'Source Serif Pro';
  box-shadow: none;
}

.cover-container {
  max-width: 64em;
}

h1 {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-size: 5em;
  font-style: italic;
  text-transform: uppercase;
}

h2 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

h3 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

p.lead {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
}

a.nav-link {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.nav-masthead .nav-link, .mastfoot {
  color: #646464;
}

.nav-masthead .active {
  color: #000000;
  padding: .25rem 0;
  background-color: transparent;
  border-bottom: .25rem solid #000000;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #646464;
}

a, a:focus, a:hover {
    color: #000000;
}

.privacy {
  text-align: left;
}
