/*
* Base structure
*/

html,body {
  height: 100%;
  background-color: #FFF;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #333;
}

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

/*
* Cover
*/
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

/*
* Footer
*/
.mastfoot {
  color: rgba(255, 255, 255, .5);
}