/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

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

.lead {
  color: #000;
  font-size: 16px;
}

#logo {
  max-width:200px;
  margin-bottom: 50px;;
}

.lead.link a {
  color: #fff;
  background: #000;
  border: none;
  margin-top: 50px;
}

.lead.link a:hover {
  color: #fff;
  background: #000;
  border: none;
}
