/* CSS Document */

.crest {
background-image: url(../images/backgrounds/horizontal/c41.jpg);
background-attachment: fixed;
background-size: cover;
}
.crest .hmy-section {
background-color: rgba(0,0,0,0.1.00); /*Allows BG to Peek Through*/
}

.crest .hmy-content {
max-width: 1500px; /*Sets Maximum content width*/
margin: auto; /*Centers content DIV*/
}
.imgdiv {
/*background-image: url(../images/backgrounds/pll17.JPG); /*for old browsers*/
/*background: linear-gradient(rgba(255,51,0,0.758),rgba(255,51,0,0.75)), url(../images/backgrounds/pll17.JPG);*/
background: url(../images/backgrounds/pll17.JPG);
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
.imgdiv2 {
/*background-image: url(../images/backgrounds/pll17.JPG); /*for old browsers*/
/*background: linear-gradient(rgba(255,51,0,0.758),rgba(255,51,0,0.75)), url(../images/backgrounds/pll17.JPG);*/
background: url(../images/backgrounds/z6.JPG);
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
.imgdiv3 {
/*background-image: url(../images/backgrounds/pll17.JPG); /*for old browsers*/
/*background: linear-gradient(rgba(255,51,0,0.758),rgba(255,51,0,0.75)), url(../images/backgrounds/pll17.JPG);*/
background: url(../images/backgrounds/c10.jpg);
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
.masthead {
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
}
.masthead .hmy-content {
padding: 5px 10px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
.mobile1 {display: none;}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.mobile2 {display: none;}
}









