body {
  font-family: 'Raleway', sans-serif;
  font-weight: lighter;
}

h1 {
  font-size: 25pt;
  font-weight: bold;
  color: #00497B;
}

h2 {
  font-size: 25pt;
  font-weight: lighter;
  color: white;
}

h5 {
  font-weight:lighter;
}

.blurb-box {
  top: auto;
  bottom: 20px;
  width: 100%;
  display: block;
  position: absolute;
  font-weight: lighter;
  color: #00497B;
  text-align: center;
}

.blurb-md {
  font-size: 60px;
}

.blurb-sm {
  font-size: 50px;
}

.blurb-xs {
  font-size: 30px;
}

.navbar-brand > img {
  margin: -15px 0px 0px 20px;
}

.navbar-nav > a{
  color: #00497B !important;
}

html,
body,
.view {
    height: 100%;
}

.view {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  #margin-top: 95px;
  padding-top:20%;
  padding-bottom:20%;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  #position: absolute;
}

.light-blue {
  background-color: #8EBCD6;
}

#values {
  padding-top: 30px;
}

#intro {
  padding-top: 20px;
}

#contact {
  padding-top: 50px;
}

#footer {
  margin-top: 40px;
  padding: 30px;
}

.text-white {
  color: white;
}

.card-block  {
    padding-top: 20px;
}

a.values-anchor
{
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

h5 strong {
  font-weight: bold;
}