/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000;
}
/*
 * 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: #000;
}

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


/*
 * Header
 */
.masthead-brand-left {
  /*
  position: absolute;
  margin-right: 15%;
  */
  margin-top: 2%
}


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