/* ============================== */
/* ! 2 Layout for Lakeshore Lodge */
/* ============================== */


.toptitle {
	background-image: url(../images/bot10.jpg);
	min-height: 450px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: bottom left;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-backgound-size: 100% auto;

}
}



@media all and (max-width: 1199px) {

 .toptitle {
	min-height: 400px;
 }

}

@media all and (max-width: 1099px) {

 .toptitle {
	min-height: 350px;
 }

}

@media all and (max-width: 899px) {
	 .toptitle {

	background-position: bottom left;
	min-height: 375px;
 }
 


