@charset "UTF-8";


/* Mobile Layout: 480px and below. */
html { 
 background: url("../img/bkgd/7596-blue-bkgd.png"); 
background-attachment: scroll;
background-size: auto;

}

  


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	html { 
 background: url("../img/bkgd/7596-blue-bkgd.png"); 
background-attachment: scroll;
background-size: auto;

}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

html { 
 background: url("../img/bkgd/7596-suzanne-sunset.jpg")no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

}