html {
  font-family: 'PT Serif Caption', serif;
  background-color:#ffffff;
  color:#242822;
  margin:0px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'PT Serif Caption', serif;
  background-color:#ffffff;
  border:0px;
  margin-bottom: 250px;
}

.header {
  padding-top:10px;
  padding-bottom:10px;
  background-color:#026aa7;
  color:#ffffff;
}

.footer {
  position: absolute;
  bottom: 0;
  background-color:#026aa7;
  color:#ffffff;
  text-align:center;
  height:250px;
  padding:30px;
}

.invert {
  background-color:#026aa7;
  color:#ffffff;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
   color: #ffffff;
}

.alertbox {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.alertbox .glyphicon {
    margin-right: 8px;
    align-self: center;
}


