@charset "UTF-8";

.bkgd { 
  background: url("../img/bkgd/8927-bkgd.jpg")no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 600px) {
.bkgd { 
  /*background:  url("../img/bkgd/8499-aerial.jpg");
background-attachment: scroll;
background-size: auto;*/
	background-color: rgba(41,57,145,1.00);
	background-image: url();

}
}

/* TABLET */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.bkgd { 
background-color: rgba(41,57,145,1.00);
	

}
}