body{
  background-color: #ffffff;
}

html, body, p, h1, a{
  font-family: 'Source Sans Pro', sans-serif;
}

p{
  color:#888888;
    font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}

.main{
  padding-left: 12% !important;
  padding-right: 12% !important;
}

.main p{
  margin-bottom: 2rem;
  width: 100%;
}

.standout{
  color: #000000;
  font-style: italic;
  font-weight: 400 !important;
/*  text-decoration: underline;*/
}

.highlight{
  background-color:#FFFF00;
  text-decoration: none;
}

.row.omore-head{
  margin: 50px auto 50px auto;
}

.row.content{
  margin-bottom: 2rem;
}
.omore-head h1{
  font-size: 45px;
  margin-top: 33px;
}

.row.omore-head{
  display: block;
}

.proceed{
  font-size: 32px !important;
}

.proceed a{
  color: #00aeef;
}

.proceed a:hover{
  color: #000000;
}

.btn{
  color: #ffffff !important;
  background-color: #00aeef;
  border-color: #009ad5;
}

.btn a{
    color: #ffffff !important;
    font-size: 16px;
}

.btn:hover{
  background-color: #009ad5;
}

.btn a:hover{
    color: #ffffff !important;
}

.button{
  margin-bottom: 4rem;
}

.footer{
width: 100%;
background-color: #f5f5f5;
}

.footer p{
  font-size: 16px;
}

.jumbotron {
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}

@media (min-width: 768px) {
  .jumbotron {
  height: 500px;
  }

  p{
  font-size: 22px;
  line-height: 50px;
}

.btn a{
    font-size: 22px;
}

}