.background {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }

h1 {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 7px;
  line-height: 56px;
  font-size: 3em;
  font-weight: 300; }
  @media (max-width: 676px) {
    h1 {
      font-size: 2em;
      line-height: 38px;
      letter-spacing: 4px; } }

h2 {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 4px;
  line-height: 32px;
  font-size: 32px;
  font-weight: 300; }
  @media (max-width: 676px) {
    h2 {
      font-size: 1.6em;
      line-height: 30px;
      letter-spacing: 4px; } }

p {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 300; }
  p a {
    color: #000000;
    text-decoration: none; }
    p a:hover {
      color: #000000; }

.drop {
  height: 35px; }

.logo {
  height: 55px; }
