
/* Move down content because we have a fixed navbar that is 50px tall */

.masthead {
    color:#FFFFFF;
    background-image:url("../images/simcoelogo2.png");
    background-repeat:no-repeat;
    height:100px;
	
}

.jumbotron {
  background-image:url("../images/iStock_000012480948Large-copy.jpg");
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 25%;
  margin-bottom:0px;

  }

.jumbotron .container {
  position: relative;
  top:20px;
 }

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 25px;
  color: #fff;
}

.jumbotron h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  
 }

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

.learn-more ul {
 padding: 0;
 
 }
 
 .learn-more hr{
 border-color: inherit;

 
 }

.content{

  background-color: #efefef;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom:10px;
 }
 
 .content h2{
  color: #0c5e06;
  font-size: 24px;
  font-weight: bold;
 }
 
  .content p, .content li{
   font-size: 17px;   
 }
