/* Put your custom styles here */
#header-NewImage .hero1 {
    background: url('../pictures/wheatfield-header-image-compressed.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 300px 0;
    height: auto;
}

.centered {
    text-align: center;
}
p {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-size: 17px;
    line-height: 1.7;
    margin: 17px 0;
    color: #515157;
}

.red {
	color:red;
}
input {
	margin-bottom:5px;
}
.dropshadow {
    box-shadow: 3px 3px 5px 2px #888888;
}
.dropshadowsmall {
    box-shadow: 1px 1px 2px 0px #888888;
}

@media (min-width:992px) {
    .pad-top-medium {
        margin-top: 85px;
    }

  }
/* Below is New Style by GolakChandra from Fiverr to show smaller header image on mobile devices */

#header-3 .hero{
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #e8d8a5;
  padding: 50px 0 150px 0;
  height: auto;
}
@media(max-width:767.98px){
  #header-3 .hero{
    background-image: url('../pictures/wheatfield-header-image-compressed-mobile.jpg');
    max-height: 350px
  }
}

@media(min-width:768px){
  #header-3 .hero{
    background-image: url('../pictures/wheatfield-header-image-compressed.jpg');
    padding-bottom: 300px;
  }
  

}
