/*
-------------------
Custom Theme Styles
-------------------
*/
h1 {
	font-family: Georgia, "Times New Roman", times, serif; font-weight: bold; color: #00a651; font-size: 9px;
}
	h1 img {
		max-width: 100%;
	}
h2, h3 {
	font-family: Georgia, "Times New Roman", times, serif; font-weight: bold; color: #00a651;
}
h2 {
	font-size: 46px;
}
body {
	color: #ffffff; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 15px;
	background-color: #363636; background-image: url('/uploads/site/background_image/5155/Sugar_Bush_Lift_Web_BG_3.gif');
	background-repeat: repeat; background-attachment: fixed;
	background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
}
	article {
		background-color: rgba(54, 54, 54, 1.0);
		width: 835px;
		float: right; margin-right: 25px;
	}


/*
--------------
MOBILE STYLES
--------------
*/

/** TABLET **/
@media screen and (max-device-width: 1024px) {
	html, body {
		min-width: 0;
	}
	body {
		font-size: 170%;
			background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	}
	article {
		width: 85%; margin-left: auto; margin-right: auto;
		float: none;
	}
			h1 {
				font-size: 11.700000000000001px;
			}
		h2 {
			font-size: 78.2px;
		}
	.main_content, .sidebar {
		width: 100%;
		float: none;
	}
}

/** iPAD Landscape **/
@media only screen and (min-device-width: 479px) and (max-device-width: 1024px) and (orientation:landscape) {
	article {
		width: 835px;
	}
		.main_content {
			width: 505px;
			float: left;
		}
		.sidebar {
			width: 290px;
			float: right;
		}
}


/** NARROWER BROWSER **/
@media screen and (max-device-width: 800px) {
	html, body {
		min-width: 800px;
	}
	body {
		font-size: 170%;
			background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	}
	article {
		width: 690px; margin-left: auto; margin-right: auto;
		float: none;
	}
			h1 {
				font-size: 11.700000000000001px;
			}
		h2 {
			font-size: 78.2px;
		}
	.main_content, .sidebar {
		width: 100%;
		float: none;
	}
}


/*
-------------------
Custom CSS Setting
-------------------
*/

