body {
	background-color: #ccc;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

#container {
	width: 100%;
}

header {
	width: 35%;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(images/dots.png);
	margin-bottom: 0px;
	border-radius: 15px;
	padding-top: 10px;
	font-size: 36px;
	text-align: center;
}

#contact {
	width: 35%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	padding-bottom: 20px;
	text-align: center;
	background-color: white;
}

footer {
	width: 35%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	background-image: url(images/dots.png);
	border-radius: 15px;
}

h2 {
	margin: 0px;
	margin-top:10px;
	font-size:20px;
	font-weight: normal;
	clear: both;
}

h3 {
	font-size:18px;
	color:#23C4A5;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 100px;
	font-weight: normal;
}

b {
	color:#23C4A5;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	padding-right: 5%;
	padding-left: 15%;
	width: 20%;
	float: left;
	text-align: left;
}

label{
	width: 40%;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	color:#23C4A5;
	display: block;
	padding-top: 15px;
	padding-left: 5%;
	float: left;
}


p {
	width: 85%
	padding-left: 5%;
}

p label {
	width: 25%;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: center;
	color:#23C4A5;
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 6%;
}

input#first,#last,#phonenumber,#city,#address,#zipcode,#email{
	background-image: url(images/dots2.png);
	width: 30%;
	height:15px;
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12%;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select#states{
	width:32%;
	height:28px;
	background-image: url(images/dots2.png);
	border-radius: 5px;
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12%;
	border: 1px solid #ccc;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

option {
	background-image: url(images/dots2.png);
}

#message{
	width:90%;
	height:75px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	background-image: url(images/dots2.png);
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#submitbutton{
	margin-top: 5px;
	background-image: url(images/dots2.png);
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 25%;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:14px;
}

span {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-right: -15%;
	padding-top: 15px;
	margin-left: -5%;
}

#comments {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 950px) {
	#contact {
		width: 90%;
	}
	
	header {
		width: 90%;
	}
	
	footer {
		width: 90%;
	}
	
	#submitbutton{
		width: 35%;
	}
	
	label {
		width: 35%;
	}
	
	p label {
		width: 25%;
		font-size: 14px;
	}
	
	input#first,#last,#phonenumber,#city,#address,#zipcode,#email{
		width: 35%;
	}
	
	select#states{
		width: 36.5%;
	}
	
	span {
		margin-right: 0%;
		margin-left: 18%
	}
}