body{ 
	margin: 0; 
	background: #ffffff;
}

.content-wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 20px;
}

.content {
	margin: 0 auto;
	max-width: 940px;
	text-align: left;
}

.contact-block {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 400px) { 
	.contact-block {
	  width: 100%;
	}
	
	.logo {
		text-align: center;
	}
	
}

.clearboth {
	clear: both;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 28px;
}

p, a {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}

p {
	color: #000000;
}

a {
	color: #A4101D;
}

a.phone {
	text-decoration: none;
}


a:hover, a:focus {
	color: #A4101D;
}


a:visited {
	color: #000000;
}

.logo img {
	width: 100%;
	height: auto;	
	max-width: 320px;
}
