body {
  padding-top: 20px;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

#homepage .jumbotron {
  margin-top: 20px;
  background: url("/static/images/homepage.jpeg") no-repeat;
  background-position: 0% 30%;
  background-size: cover;
  color: #fff;
}

#homepage span.glyphicon {
    font-size: 6rem;
}   

#homepage span.glyphicon-education {
    color: red;
} 

#homepage span.glyphicon-paperclip {
    color: #ffe35b;
} 

#homepage span.glyphicon-stats {
    color: #32e55f;
} 

#footer1 {
    background-color: #eeeeee; 
    margin-top:100px;
}

#footer1 li {
    margin-left: 10px;
}

#footer2 {
    background-color: #428BCA;
    color: #fff;
}

#footer2 .content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  background-color: #428BCA;
  border-left: 1px solid #fff;
}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus,
.nav-justified > .active > a{
  background-color: #64ADEC;
  color: #fff;
}

.nav-justified > li:first-child > a {
  border-left: none;
}

.nav-justified .active {
  color: #ffffff;
}
.nav-justified .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  vertical-align: middle;
  content: " ";
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-left: 10px solid transparent;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
}

@media screen and (min-width: 768px) {
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

div.separator-hr {
  height: 1px;
  background-color: #d5d5d5;
  margin-bottom: 20px;
}

#fb {
  color: #64ADEC;
  font-size: 12px;
}

#header-info {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  background-color: #00aa00;
  border-radius: 10px;
}

.services .glyphicon-ok {
  color: #428BCA;
  margin-right: 5px;
}

.services li {
    margin-bottom: 10px;
}

.about-us .badge {
  background-color: #428BCA;
}
