#contact_form {
	padding-left: 1em;
	padding-right: 1em;
}

#contact_form form {
	text-align: left;
	font-size: 18px;
	resize: none;
}

#contact_form form input {
	font-size: 18px;
	padding: 6px;
	width: 100%;
	margin-right: 1em;
	margin-bottom: 1em;
}

#contact_form textarea {
	font-family: inherit;
}

#contact_form_container {
	display: flex;
	justify-content: space-between;
}

#contact_form_container div {
	width: 48%;
}

#contact_message {
	width: 100%;
	font-size: 18px;
	padding: 6px;
}

#submit_btn {
	width: 100%;
	border: none;
	color: white;
	padding: 10px 24px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
}

@media only screen and (min-width: 900px) {
	#contact_form {width: 66%;}
}