body{
	background: linear-gradient(white, #D3D8E8);
}
body,
	input,
	textarea {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	}
label {
    color: #333;
    font-weight: 800;
}
input[type="text"],
input[type="email"],
textarea{
	color: #666;
	background: #fff;
	border:1px solid #999;
	border-radius: 3px;
	display: block;
	padding: 6px;
width: 95%;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}
.formdiv{
	margin-left: 35px;
	width:40%;
	float: left;
}
#submitbutton{
    background: black;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: 800;
line-height: 1;
padding: 1em 2em;
border-radius: 5px;
}
#submitbutton:hover{
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;

}
#map{
	margin-left: 35px;
	width:50%;
	float:left;
/*	height:502px;*/
        height:350px;

}
