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


* {
	box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
	margin: 0;
	padding:0;
	border:0;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color:#000;
	font-size: 16px;
	background:#fff;
	text-align: center;
	background-image:url(images/wood_pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
    background-position: center;
	background-size: auto;
}
header {
	height: auto;
	text-align: center;
	margin-bottom:40px;
	width:100%;
}
#call {
	width: 100%;
	height: auto;
	padding: 8px 0;
	margin: 0;
	background-color: #fff;
}
#call a {
	color: #C00;	
}
#call a:hover {
	color: #000;	
}
h3 {
	font-weight: 600;
	color: #C00;	
	font-size: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#pagewrap {
	width: 1000px;
	margin: 0px auto;
}
#pagewrap p {
	font-size:16px;
	color:#000;
    text-align:left;
}
#pagewrap.home p {
    text-align:left;
}
.col {
	width: 290px;
	margin: 0 21px 35px 21px;
	float: left;	
}
#clear {
	clear:both;	
}
a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
a:hover {
	cursor: pointer;	
	color: #543314;
}
.small {
	font-size:12px;	
}
.small a {
	font-size:12px;	
}
#banner {
	width: 728px;	
}
footer {
	width:100%;
	margin:auto;
	margin-top: 30px;
	padding-top: 50px;
	text-align: center;
}
footer p {
	text-align: center;	
}
footer img {
	border-top: 2px #543314 solid;	
}
#banner {
	border: none;	
}



h1 {
	font-weight: 700;	
	text-transform: uppercase;
	border-bottom: 2px #543314 solid;
	width: 75%;
	margin:0 auto 50px auto;
	padding-bottom: 5px;
}
.blog {
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px #543314 solid;
}
h2 {
	margin: 15px 0 0 0;	
}
h5 {
	margin: 5px 0 25px 0;	
}



#form {
	width:100%;
	height:auto;
	margin:auto;
}
form {
	width:600px;
	height:auto;
	margin:auto;
	text-align: right;
	line-height: 35px;
}
input[type="text"], input[type="email"], textarea {
	width: 600px;
	height: 35px;
	margin:0 0 18px 0;
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color:#000;
	font-size: 16px;
}
textarea {
	height: 150px;
}
input::placeholder, textarea::placeholder, label {
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color:#a3a3a3;
	font-size: 16px;
}
label {
	float:left;
	width:100%;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-align:left;
}
input[type=submit] {
    border-radius: 20px;
    border: 0;
    width: 120px;
    height: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif; font-weight: 400;
	color:#fff;
	font-size: 16px;
    background: #543314;
	margin-top:15px;
}
input[type=submit]:hover {
    background: #000;
	cursor: pointer;
}







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

@media only screen and (max-width: 1000px) {
	
	#pagewrap {
		width: 90%;
		margin: auto;
		padding:10px;
	}
	.col {
		width:100%;
		float: left;
		margin-left:0;
	}
}

@media only screen and (max-width: 750px) {

	#banner {
		width: 90%;	
	}
	footer p {
		width: 85%;
		margin:auto;	
	}
	h1 {
		width: 85%;	
	}
	form {
		width: 95%;
		margin:auto;	
	}
	input[type="text"], input[type="email"], textarea {
		width: 100%;
		height: 35px;
		margin:0 0 18px 0;
		background: #fff;
		border: none;
		border-radius: 5px;
		padding: 10px;
		font-family: 'Open Sans', sans-serif; font-weight: 400;
		color:#000;
		font-size: 16px;
	}
	textarea {
		height: 100px;
	}

}

@media only screen and (max-width: 550px) {


h3 {
	font-weight: 600;
	color: #C00;	
	font-size: 13px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}


}
