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



/* COLORS
BROWN: #603913
RED: #BE1E2D
YELLOW: #F9ED32
GRAY: #363636
*/

body {
	font-family: Open Sans, Arial, sans-serif;
	margin: 0px;}
header {
	max-width: 95%;
}
header img {
	width: 100px
}
.toplogo {
	display: block;
	width: 300px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	margin-bottom: 20px;}
#headernav ul {
	list-style: none;
	float: right;
	margin-right: 50px;}
#headernav li, a, a:active {
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	display:inline-block;
	color:#603913;
	margin-left: 20px;
	margin-top: 5px;}
#headernav a:active {
	color: #BE1E2D}
#headernav a:hover {
	color:#BE1E2D;} 
.hamburger {
	display: none;
}
.clearfix{
	clear:both;
}
/* END OF HEADER STYLE */

#hero {
	width: 100%;}
#hero {
	background-image:url(images/firefighter.jpg);
	height: 634px;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%}
.value-prop {
	background-color: rgba(73, 46, 27, 0.7);
	display: table;
	padding: 40px;
	position: absolute;
	top: 35%;
	left: 5%;
	text-align: center;
	
}
.value-prop h1 {
	text-transform: uppercase;
	font-weight: 800;
	color:#F9ED32;
	font-size: 400%;
	margin: 0;}
.value-prop span {
	font-weight:300;
	display: block;
	line-height: .5;}
.value-prop p {
	font-size: 115%;
	color: #F9ED32;}
#italicfix span {
	font-weight: normal;
	font-style: italic;
	display: inline-block;}
.button-brown {
  	background-color: #603913;
  	border: medium;
	border-color: #F9ED32;
	border-radius: 15px;
  	padding: 15px;
  	text-align: center;
  	text-decoration: none;
  	font-size: 16px;
	display:table;
	margin-top: 30px;
	margin-left: 170px;}
.button-brown {
	color: #F9ED32;
	font-weight: 600;}


/* END OF HERO STYLE */


#wrapper {
	width: 1220px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}
#about {
	display: block;
	margin-top: 75px;
	text-align: center;}
#about img{
		box-shadow: 10px 10px 4px 2px gray;
		width: 300px;
}
#mailing{
	width: 100%;
	display:block;
	margin-top: 50px;
	text-align: center;
margin-bottom: 35px;}
#mailing img {
	box-shadow: 10px 10px 4px 2px gray;
	width: 300px;}
.body-type{
	width: 30%;
	display:inline-block;
	text-align: left;
margin-left: 30px;}
.body-type h2 {
	color: #363636;
	font-weight: 600;
	font-size: 175%}
.body-type p {
	color: #363636;
	font-weight: lighter;}
.body-type span {
	font-weight: 600;
	font-style: italic;}
.body-type a, a:active {
	color: #BE1E2D;
	margin: 0;
}
#mailing a:hover {
	color: #603913;}


/* END OF BODY STYLE */


#form {
	max-width:100%;
	margin-top: 100px;
	margin:auto;
	text-align:center;}
#form span {
	display: block;
}
h2 {
	font-weight:600;
	color: #F9ED32;
	text-transform: uppercase;
	font-size: 175%;}
#form form {
	background-color:#603913;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	padding: 15px;
	margin-top: 50px;}
#formwrap {
	width:100%;}

input, select {
	font-size:120%;
	color:#BE1E2D;
	background-color:#FFFFFF;
	border-radius:10px;
	padding: 2px 10px;
	margin: 10px 0px;}

.city {
	max-width:248px;}
#form p {
	font-size:115%;
	color: #ffffff}
textarea {
	font-size:120%;
	width:500px;
	height:100px;
	border: 1px solid #1a1a1a;
	border-radius:10px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: rgba(219, 132, 140, 1);
	padding: 7px;
}
input[type=submit] {
	padding:10px 122px;
	background-color:#F9ED32;
	color:#603913;
	border-color:#F9ED32;
	margin-top: 40px;
	margin-bottom:30px;}
input[type=text], [type=email], select {
	width:500px;}

/* END OF FORM STYLE */
footer {
	margin-top: 100px;}
#footernav {
	display: none;}
.btmlogo {
	float:left;
	margin-left: 50px;
	margin-top: 15px;}
#socials {
	list-style: none;
	float:right;
	margin-right: 50px;}
#socials li {
	list-style: none;
	display: inline-block;
	padding-left: 15px;}
.copyright {
	background-color: #603913;
	max-width: 100%;
	text-align: center;
	padding: 10px;
	color: #ffffff}


/* ------------------------------- MEDIA QUERIES --------------------------------- */

@media screen and (max-width: 1025px){
	#headernav {
		display: none;}
	.hamburger{
		display: block;
		float: right;
		position: absolute;
		left: 85%;}
	#footernav{
		display: block;}
	#footernav ul {
	list-style: none;
	margin-right: 50px;}
#footernav li, a, a:active {
	text-decoration: none;
	list-style: none;
	text-transform: uppercase;
	color:#603913;
	margin-left: 20px;
	margin-top: 10px;
	text-align:center;}
	.btmlogo {
		display: none;}
	#socials {
		float: none;
		text-align: center;
		margin-bottom: 20px;}
	
}

/* ------------------- END 1025px --------------------- */

@media screen and (max-width: 750px){
	.value-prop{
		position: static;
		display: block;}
	.button-brown{
		margin-left: 245px;}
	.body-type{
		display: block;
		width: 80%;
		margin: 65px;
		margin-top: 25px;
	}
	#about img{
		width: 80%;}
	#mailing img{
		width: 80%;}
}

/* ------------------- END 750px -------------------- */

@media screen and (max-width: 560px){
	.toplogo{
		width: 225px;}
	#hero{
		max-width: 100%;
		height: 400px;}
	.value-prop h1{
	font-size: 300%;
	height:169px;}
	.hamburger{
		left: 75%;
		top: 0%}
	.button-brown{
		margin-left: 115px;
	}
	.copyright{
		font-size: 80%;
	}
	#form input[type=text], [type=email] {
		font-size: 100%;
		max-width: 375px;}
	textarea{
		width: 375px;
	}
}