a,
a:focus,
a:hover {
  color: #F84239;
  transition: 0.2s;
  -moz-transition: 0.2s;s
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

a:focus,
a:hover {
  opacity: 1;
  text-decoration: none;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}

html,
body {
  background-color: #111328;
  margin:2rem 1rem;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
}

p {
  font-size:1.6rem;
}
h1 {
  font-size:2.4rem;
}
h2 {
  font-size:2rem;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  position:relative;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 1rem;
}

.mastfoot {
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,255);
}

@media (min-width: 768px) {
  .masthead {
    top: 0;
  }
  .mastfoot {
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }

    
}

@media (min-width: 992px) {
  .mastfoot,
  .cover-container {
    max-width: 100%;
  }
  .masthead {
    max-width: 100%;
     }
}