/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */

a {
  color: #678ace;
}

main {
  padding: 80px 0px 0;
}

div.blue2 {
  background-color: #678ace;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
}

div.white{
  background-color: #fff;
  color: #333;
}

span.blue2 {
  color: #678ace;
}

span.red {
  color: #e00;
  font-weight: bold;
}

footer{
  text-align: center;
}

nav.navbar {
  background-color: #3b405e !important;
}
