body {
	margin: 0px;
	font-family: Open Sans;
	font-size: 16px;
	color: black;
}
a {
   color:inherit;
}
.pad {
	padding: 10px;
}
.gray {
	background-color: #303131;
	color: white;
}
.white {
	background-color: white;
}
.outer {
	float: left; 
	width: 100%;
}	
.container {
	margin: auto;
	position: relative; 
	width: 1000px;
}
.logo {
	width: 30%; 
	margin-top: 20px;
	margin-left: 35%;
}
.fixed_header {
	position: fixed; 
	z-index: 100;
}
.fixed_menu {
	position: fixed; 
	top: 205px;
	z-index: 100;
}
.push_the_top {
	float: left;
	width: 100%;
	height: 280px;
}
.menu_container {
	float: left;
	margin-left: 20%;
	width: 60%;
}
.menu_item {
	float: left;
	width: 25%; 
	text-align: center;
	margin-top: 7px; 
	margin-bottom: 7px;
	font-weight: bold;
}
.body_background {
	background-color: red;
}
.fixed_footer {
	position: fixed; 
	bottom: 0px;
}
.footer_float_left {
	float: left; 
	width: 45%;
	margin-top: 10px; 
	margin-bottom: 10px; 
	
}
.footer_float_right {
	float: right; 
	width: 45%;
	text-align: right;
	margin-top: 10px; 
	margin-bottom: 10px; 
}
.push_the_bottom {
	float: left;
	width: 100%;
	height: 280px;
}
.hero_text {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 25px; 
	margin-bottom: 25px;
	width: 60%;
	line-height: 60px;
	font-size: 70px;
	font-family: Damion;
	font-weight: bold;
	color: #303131; 
}
.headline_text {
	font-family: Damion;
	font-size: 50px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 25px;
}
.hero_button_container {
	margin-left: 25%;
	width: 50%;
	margin-right: 25%;
}
.button {
	float: left;
	padding: 10px; 
	padding-right: 30px; 
	padding-left: 30px; 
	font-weight: bold;
	border: solid;
	border-width: 2px;
	margin: 10px;
	cursor: pointer;
}
	.button_red {
		background-color: #A8353A;
		color: white;
		border-color: #A8353A;
	}
	.button_red:hover {
		transition-duration: 0.5s;
		background-color: white; 
		color: black;
	}
	.button_clear:hover {
		transition-duration: 0.5s;
		background-color: white;
	}
.content_container {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.col_2 {
	float: left; 
	width: 49%; 
	margin-right: 1%;
	background-color: white;
	
}
.img_left {
	float: left;
	width: 48%;
}
.sub_header {
	font-weight: bold;
	font-size: 20px;
	
}
.copy_right {
	float: right; 
	width: 48%;
	margin-right: 2%;
	margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
	body {
		background-image: none;
		font-size: 24px;
		background-color:#E8E8E8;
	}
	.fixed_menu {
		top: 308px;
	}
	.menu_item {
		margin-top: 15px; 
		margin-bottom: 15px;
		font-size: 30px;
	}
	.hero_text { 
		margin-left: 5%;
		font-size: 90px;
		width: 90%;
	}
	.hero_button_container { 
		margin-left: 5%;
		width: 90%;
		margin-bottom: 200px; 
	}
	.button {
		font-size: 40px;
	}
	.pad {
		padding: 20px;
	}
	.container {
		width: 96%;
	}
	.logo {
		width: 50%; 
		margin-left: 25%;
	}
	.push_the_top {
		height: 450px;
	}
	.col_2 {
		width: 96%;
		margin: 2%;
	}
	.sub_header {
		font-size: 40px;
	}
	.headline_text {
		font-size: 80px;
	}

}