
a, a:focus, a:hover { color: #000; }

html, body { height: 100%; }

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  background: #f5f5f5;
  line-height: 1.1;
}

.cover-container { width: 100%; color: #333; }

.masthead { background: #fff; }

.masthead-brand { margin-bottom: 0; color: #333; }
.icon { font-size: 58px !important; color: #aaa; }

.cover { padding: 0; }
.row .col-lg-4 { border-top: 1px solid #dddddd; }

.mastfoot {
  color: rgba(255, 255, 255, .6);
  background-color: #333;
}
