
/* Main Logo */



/* Contact */

h1 {
    font-family: 'ink free';
}

.advice {
	padding: 40px 0 40px 20px;
}

.form {
	text-align: center;
	margin-bottom: 30px;
}

 .form h1 {
	padding: 0px 20px 0 20px;
}


.form img {
	border: 1px solid #36750b;
	border-radius: 10px;
}

#map {
	margin-top: 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 32em){
	.form h1, .form p {
		text-align: center;
	}
}


