html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*  remember to define visible focus styles! */
:focus {
	outline: 1px solid #000;
} 

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: verdana, helvetica, sanserif;
}

#container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#banner, .row {
	max-width: 960px;
	width: 100%;
	margin: 40px auto;
}

 #header  {
 	margin: 20px auto 40px;
 }

#logo {
	width: 100%;
	max-width: 200px;
	float: left;
}

p {
	font-size: 1em;
}

.headcopy {
	font-size: 2.5em;
	text-align: right;
	font-weight: bold;
 	padding-top:40px;
}
#headline{
	margin-top: 20px;
}

.respond {
	width: 100%;
}

.row {
	clear: both;
}

.one-third {
	width: 31.33%;
	margin-right: 3%;
	float: left;
}

.last {
	margin-right: 0;
}

h1 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 10px 0;
	text-align: center;	
}


h2 {
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
	margin: 10px 0;
}

.call_to_phone {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: 40px;
}

.actionbutton {
	margin: 40px auto;
	padding: 11px;
	background-color: #CE1242;
	border-radius: 10px;
}

.actionbutton a {
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.one-third {
	width: 100%;
	margin-right: 0%;
	float: left;
}

p {
	font-size: 2em;
	margin: 20px ;
}

.call_to_phone {
	font-size: 1.75em;
}


}
