/* CSS Document */
.crest {
background-image: url("../images/landingPage2.png");
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*/
}
.top {
background-image: url("../images/top.png");
background-attachment: fixed;
background-size: cover;
}
.top .hmy-section {
background-color: rgba(0,0,0,0.1.00); /*Allows BG to Peek Through*/
}

.top .hmy-content {
max-width: 1500px; /*Sets Maximum content width*/
margin: auto; /*Centers content DIV*/
}
.middle {
background-image: url("../images/middle.png");
background-attachment: fixed;
background-size: cover;
}
.middle .hmy-section {
background-color: rgba(0,0,0,0.1.00); /*Allows BG to Peek Through*/
}

.middle .hmy-content {
max-width: 1500px; /*Sets Maximum content width*/
margin: auto; /*Centers content DIV*/
}
.bottom {
background-image: url("../images/bottom.png");
background-attachment: fixed;
background-size: cover;
}
.bottom .hmy-section {
background-color: rgba(0,0,0,0.1.00); /*Allows BG to Peek Through*/
}

.bottom .hmy-content {
max-width: 1500px; /*Sets Maximum content width*/
margin: auto; /*Centers content DIV*/
}

.gallery {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.gallery-layout iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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;}
}

