/*
/*
	Section Background (bg.css)

	Table of Content
	- general settings for section & subheader
	- background settings for section
	- media query
/*


/* background settings for section */
#section-hero-7 {background:url(../images/views/zion1.jpg) fixed;}

#footer-bg {
	background-image:url(../images/views/yosemite2.jpg);
	background-size: cover;
}


/* #section-contact {background:url(../images/views/yosemite2.jpg) fixed;} */

#section-testimonial.index-8 {background:url(../images/views/view1.JPG) fixed;}
#custom-bg-1{background:url(../images/views/yosemite2.jpg) fixed;}
#section-about.index-8.side-bg .background-image{background:url(../images/views/ashayface5.jpg);}

@media only screen and (max-width: 1600px) {

  
  #section-hero-7 {background:url(../images/views/zion1.jpg) scroll;}
  
  #section-testimonial.index-8 {background:url(../images/views/view1.JPG) scroll;}

}


-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:center center;
    background-attachment:fixed;
}

/* media query */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait){
	section{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment:scroll;
	}
}
@media only screen and (max-width: 992px) {
	#subheader{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:scroll;
	}
}
@media only screen and (max-width: 992px) {
	section{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-attachment:scroll;
	}
}
