@charset "utf-8";
/* CSS Document */


 .style-attractions {
	padding-bottom: 22px;
}
 h7 {
	font-style: italic;
	font-size: 9pt;
	padding-bottom: 20px;
	 text-align: center;
	 display: block;
}

.winter {
	background-color: #ffffff;
	display: block;
	 
}


/*Tablet View*/
@media (min-width: 768px){
	
body {
		max-width: 778px;
	}
	 .style-attractions {
	padding-bottom: 41px;
}
	.style-MW-pic {
		padding-right: 19px;
		 
}
	h7 {
		
	}
	
}


 


/*Desktop View*/


@media (min-width: 900px){

	body {
		max-width: 1300px;
	}
	.summer {
		padding-bottom: 41px;
	}
	 .style-attractions {
	padding-bottom: 21px;
}
	 
}

