body {
  min-height: 2000px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 200px;
}

.navbar-brand {
  font-family: "Source Sans Pro", Open Sans;
}


.navbar-default {
  background-color: #F0F0F0;
  border: none;
  border-radius: 0;
}

.navbar-collapse { padding: 0; } /* forces the nav to take full container with */
.navbar-nav > li > a { text-transform: uppercase; }

.navbar-nav { display: table; width: 100%; margin: 0; }
.navbar-nav > li { display: table-cell; text-align: center; float: none; }


h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  text-align:center;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #5e6266;
  width: 100%;
  margin-top: 35px;
  border-bottom: 2px solid  #B5BEC5; 
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e6266;
}
