/*
 * Base structure
 */

html,
body {
  height: 100%;
  background: url("img/edgewater_names.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover-container {
  max-width: 42em;
}

.navbar{
  background-color: #000;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.cover-container {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
