html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a {
	color: #0c4da2;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ed1c24;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}
.wrapper{max-width:800px; margin:20px auto; text-align:center;}
.headimg{max-width:476px; width:100%; margin:20px auto;}
.headimg img{width:100%;}
.contactinfo h1{font-weight:700;}
.contactinfo h2{margin-bottom:20px;}
.address{}