/*This CSS file is meant to display the background images for this website.*/


/*Default background image*/
.wrapper.style1 {
    background: url("imgs/WeThe9v2.jpg") top right no-repeat;
    background-attachment: fixed;
    background-position: right;
    padding: 0; 
    margin: 0;
}


@media screen and (max-width: 1580px)
{
    .wrapper.style1 {
        background-attachment: fixed;
        background-size: 80% 100%;
        padding: 0; 
        margin: 0;
        top: 0; 
        right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper.style1 {
        background-attachment: fixed;
        background-size: 100% 100%;
        padding: 0; 
        margin: 0;
        top: 0; 
        right: 0;
    }
}




/*Mobile Phones and really small browsers*/
@media screen and (max-width: 736px) {
    .wrapper.style1 {
        background-attachment: initial;
        background-size: 100% 100%;
        padding: 0; 
        margin: 0;
        top: 0; 
        right: 0;
    }
}


/*Individual backgrounds for the content bellow banner*/
#chams {
    background-image: url("imgs/ChamsBanner-min.jpg");
}
#sabrina {
    background-image: url("imgs/Sabrina-min.jpg");
}
#stretch {
	background-image: url("imgs/DJStretch-min.jpg");
}
#mcbral {
	background-image: url("imgs/DJMcBral-min.jpg");
}
#avace {
	background-image: url("imgs/Avace-min.jpg");
}
#copyfright {
	background-image: url("imgs/Copyfright-min.jpg");
}
#tree {
	background-image: url("imgs/TreeMoney-min.jpg");
}
#grxtn {
	background-image: url("imgs/GRXTN-min.jpg");
}
#drq {
	background-image: url("imgs/DrQ-min.jpg");
}
#templarism {
    background-image: url("imgs/Templarism-min.jpg");
}
#prospects {
	background-image: url("imgs/Prospects-min.jpg");
}
#contactform {
	background-image: url("imgs/wethenine.jpg");
}


.background-banner {
    background-repeat: no-repeat;
    background-size: cover;
}