@charset "utf-8";
/* CSS Document */


.abstract-01 {
background-image: url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header2agr.JPG); /*for old browsers*/
background: linear-gradient(rgba(255,51,0,0.758),rgba(255,51,0,0.75)), url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header2agr.JPG);
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}

.abstract-02 {
background-image: url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header2agr.JPG); /*for old browsers*/
background: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)), url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header2agr.JPG);
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
background-attachment: fixed;
}


@media only screen and (min-width: 0px) and (max-width: 600px) {
.abstract-02 { background-attachment: scroll;}
}
/*iPhone 6 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3){
.abstract-02 {background-attachment: scroll;}
}
/*iPads */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.abstract-02 {background-attachment: scroll;}
}

.p7HMY.hmy-noscript .abstract-01 {
background-image: none !important;
background: rgba(255,51,0,1) !important;
}
.p7HMY.hmy-noscript .abstract-02 {
background-image: none !important;
background: rgba(0,0,0,1) !important;
}

.blue-noise {
background-image: url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header3respic.JPG);
background-color: rgb(75,103,119); 
}

.abstract {
background-image: url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header3respic.JPG);
background-repeat: no-repeat;
}

.abstract .hmy-content-wrapper {
background-color: rgba(199,82,85,0.5);
border-left: 1px dashed #000;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.abstract .hmy-content-wrapper {border-left: 1px dashed #000;}
}

.girl {
background-image: url(http://www.mwbsc.us/mwbsc_res/mwbsc_new4/images/header3respic.JPG);
background-attachment: fixed;
background-size: cover;
}

.girl .hmy-section {
background-color: rgba(0,0,0,0.75); /*Allows BG to Peek Through*/
}

.girl .hmy-content {
max-width: 1000px; /*Sets Maximum content width*/
margin: auto; /*Centers content DIV*/
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.abstract .hmy-content-wrapper {border-left: 1px dashed #000;}
.girl {background-attachment: scroll; background-size: auto;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.girl {background-attachment: scroll; background-size: auto;}
} 

