body{
	
}
.body-content{
	margin-top:0;
	padding-left: 15px;
	padding-right: 15px;
}
input, select, textarea{
	max-width: 280px;
}
p{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:medium;
	color:#000000;
}
h1{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:xx-large;
	color:forestgreen;
}
h2 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:x-large;
    color:forestgreen;
}
h3 {
    font-family:'Times New Roman', Times, serif;
    font-size:large;
    font-weight:bold;
    color:black;
}
nav{
	background-color:#cfb53b;
	margin:0px;
	padding:0px;
	float:right;
	width:100%;
}
.logoContain{
	width:30%;
	display:inline-block;
	float:left;
}
nav h2{
	font-size:xx-large;
	top:50%;
	margin:10px;
	padding:10px;
	
}
.navLinks{
	display:inline-block;
	float:right;
}
nav ul{
	list-style-type: none;
    
    overflow: hidden;
    float:right;
    background-color: #cfb53b;
}
nav li{
    float: left;
	padding:10px;
}
nav li a{
	display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	color:#000;
}

nav li a:hover{
	color:#fff;
}
.section1{
    width:100%;
    height:auto;
    background-color:darkslategray;
	margin:0;
    
}
#one{
    
    width:35%;
    height:auto;
    margin: 0px 25px 0px 0px;
	
	padding-left: 15px;
    background-color:darkslategray;
    float:left;
}
#two{
    margin-left:15%;
    height:auto;
    background-color:darkslategray;
}

#one h2{
top:35%;
    font-family:'Times New Roman', Times, serif;
    font-size:x-large;
    color:gold;
}
#one p{
    font-family:'Times New Roman', Times, serif;
    font-size:medium;
    color:white;
}
.section2{
    width:100%;
    background-color:lightgray;
    
}
#colLeft{
	float:left;
	width:30%;
	margin:10px;
}
#colRight{
	float:right;
	width:30%;
	margin:10px;
}
#colMid{
	display:inline-block;
	width:30%;
	margin:10px;
}
.wrapper{
	width:100%;
}
footer{
    background-color:#cfb53b;
    width:100%;
    
	
}
footer p{
    color:#fff;
    height:40px;
	margin-right:15px;
}

/* Contact Us Form Style */
input {
	display:block;
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}
textarea{
	border: 2px solid #eeeeee;
	height: 300px;
	width: 400px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}
#name{
	width:100%;
}
#email{
	width:100%;
}
#address{
	width:100%;
}
#city{
	width:100%;
}
#number{
	width:100%;
}
#need{
	width:100%;
}
#submit {
	display: block;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px auto 0;
	background: #eee;
	color: #333;
	text-align: center;
	transition: background, color, .5s ease 0;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}
.contactForm{
	display:block;
	width:90%;
	margin:20px 0 0 0;
}
*:focus {
	outline: none;
}
.formHolder{
	display:block;
	margin:10px 5px 5px 5px;
	width: 50%;
	min-width: 400px;
}
