
/*		Default Layout: 992px.  */





/*		Tablet Layout: 768px.  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
#coronado-slide {
  background: rgba(0, 0, 0, 0) url("../images/coronado-slide-one.jpg") repeat scroll 0 0 / cover ;
  min-height: 600px;
  width: 100%;
}
.body-three-img {
	width: 100%;
}
.body-four-img {
	width: 100%;
}
.body-two-img {
	width: 100%;
}
.body-one-para2 {
  margin-left: 85px;
  margin-top: 80px;
}
.body-four-content {
  color: #000;
  margin-top: 20px;
}


}




/*		Mobile Layout: 320px.  */

@media only screen and (max-width: 767px) {
.body-four-img {
  width: 100%;
}
.body-two-img {
  width: 100%;
}
.body-three-img {
  width: 100%;
}
.coronado-logo img {
	width: 100%;
}

}




/*		Wide Mobile Layout: 480px.  */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}










