/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#contact-form textarea {
    min-height: 150px;
}
.error-message {
	padding: 15px;
}