@charset "utf-8";
/* CSS Document */
.contact-form{
	max-width: 650px;
	width: 100%;
}

.contact-form form input[type="text"], .contact-form form textarea{
	width: 100%;
}

@media only screen and (min-width: 500px) {
	.contact-form form input[type="text"]{
		max-width: 400px;
		width: 80%;
	}
	.contact-form label{
		width: 100%;
		margin-bottom: 6px;
	}
}

@media only screen and (min-width: 921px) {
	
}
@media only screen and (min-width: 1025px) {
	
}