@charset "utf-8";

.w800 {
	margin-top:250px !important;
}
.lead {
	margin-bottom:40px;
}
section .contact {
	background-color:#fff;
	padding:25px;
	font-size:95%;
}
@media screen and (max-width:860px){
.w800 {
    margin-top: 40px !important;
}
#main section {
    margin-bottom: 30px;
}
}
@media screen and (max-width:480px){
section .contact {
	padding:15px;
}
}