/*Big tablet to 1200px:(widths smaller than the 1140px row) */
@media only screen and (max-width: 1200px){

    .display-4{
    font-size: 3.0rem;
    font-weight: 290;
    line-height: 1.1;
    }
    .em-text{
        font-size: 100%
    }

}

/*Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px){
    
   .front-page .jumbotron{
    background-image: url(img/LOC-glad-sweetpea.JPG) no-repeat;
    background-size: cover;
    background-position:  center;
    color: #fff;
    margin-bottom: 5px;
    height: 100%;
   }
  .display-4{
    font-size: 2.0rem;
    font-weight: 270;
    line-height: 1.1;
    }
     .em-text{
        font-size: 90%
    }
	.main-page-img{
    border: solid 5px #4f953b;
}
	
}



/*Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px){
 
 .display-4 {
    font-size: 2.5rem;
    font-weight: 280;
}

   
}
    


/*Small phones: from 0 to 480px */
@media only screen and (max-width: 480px){

  
    
}
