body {
  font-family: 'Lato', sans-serif;
}

html.cover { 
  background-color:#333;
}

html.give {
  background-image: none;
  background-color: #22a301;
}

body {
  background:none;
}

h1 {
  text-transform: uppercase;
  
}

.cover container {
  padding-top:50px;
}

.call-to-action {
  margin-top:30px;
}

.address {
  position:absolute;
  bottom:0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width:40%;
  text-align: center;
  padding-bottom:15px;
}

.link-white {
  color:#fff;
  opacity:0.8;
}

.link-white:hover {
  opacity: 1;
  color:#fff;
}

.social-links {
  margin-top:15px;
  font-size:1.5em;
}