/*
*****************************************
 PVII Harmony: CSS Page Grid Framework
 Fixed Image - Transparent Background 
 Alex May - June 23, 2017
 by Project Seven Development
 www.projectseven.com
*****************************************
*/
.grid-matte {background-color: rgba(0,0,0,.10);}
.grid-matte .hmy-section {max-width: 1200px; margin: auto;}


.boy {
background-image: url(../images/boyPaintSpatter.jpg);
background-attachment: fixed;
background-size: cover;
}

.boy .hmy-section {
background-color: rgba(93,193,241,0.80); /*Allows BG to Peek Through*/
}

.boy .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;}
.boy {background-attachment: scroll; background-size: auto;}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.boy {background-attachment: scroll; background-size: auto;}
} 


