/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: large;
    font: inherit;
    vertical-align: baseline;
    font-family: Gotham, Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: ‘’;
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* OUR CODE STARTS HERE */


html{font-family: Gotham, Helvetica, Arial, "sans-serif"}

body
{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: white;
	text-align: center;
}

#topcontainer
{
	margin-bottom: 30px;
	display:inline-block;
	align-content: center;
	background-color: #c1daf0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}

#header-image
{	align-content: center;
	max-width: 100%;
	height: auto;
	width: auto;
	display:inline-block;
	vertical-align: top;
}

#top
{
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	align-content: center;
}

#top h1
{
	font-size:34px;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 20px;
	color:#74897E;
}
#top h2
{	font-size:22px;
	font-weight: 400;
	text-align: center;	
	margin-bottom: 20px;
}

#top p
{
	line-height: 1.4;
	text-align: center;	
	margin-bottom: 20px;
}

#top img
{
	margin-bottom: 30px;
		align-items: center;
}

#telephone {
    max-width:100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    background-color: #87a093;
    color: #FFFFFF;
}
#telephoneblack {
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-decoration-color: #00000;
}

div.square
{
	width: 315px;
	height: auto;
	background-color: #f3f3f3;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	align-content: center;
	text-align: center;
	line-height: 1.0;

}
div.tallrectangle
{
	width:315px;
	height:640px;
	background-color: #f3f3f3;
	vertical-align: top;
	margin-bottom: 20px;
	align-content: center;
	text-align: center;
	line-height: 1.0;

}
div.tallrectangle_text
{
	padding:20px;
	align-content: center;
}

div.square_text
{
	padding:20px;
	align-content: center;
}

div.square.white
{
	background-color: #fff;
}

div.square h2
{
	font-size:20px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.square h3
{
	color:#000000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.square h4
{
    color: #E64904;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    font-style: normal;
}

div.square p
{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
	font-weight: lighter;
}

div.square img
{
	width: 100%;
}

.couriers {
	vertical-align:middle;
	text-align: center;
	align-content: center;
}
.couriers img {
	width: 100%;
	align-items: center;
	margin-bottom: 5px;
}
.courier_bits {
	display: inline-flex;
}
	
a {
	text-decoration: none;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
    color: #00000;
    font-size: 100%;
    font-style: normal;
    font-weight: lighter;
}
.blue:a:hover {
    color: #0200fa;
    font-size: 100%;
    font-style: normal;
    font-weight: lighter;
}

.ace-phone:a:link {
	color: #000000;
}
.ace-phone:link {
	color: #000000;
}

.button {
	max-height: 120px;
	display: inline;
	margin-bottom: 7px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	border: 3px solid #0508FC;
	background-color: #0508FC;
	color: #FFFFFF;
}
.button:hover {
	background-color: #FE0000;
	color: #0508FC;
	cursor: pointer;
}
.button-ace {
	max-height: 120px;
	display: inline;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}
.button-ace:hover {
	background-color: #FAE103;
	color: #000000;
	cursor: pointer;
}

.button3 {
	max-height: 120px;
	display: inline;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #000000;
	background-color: #000000;
	color:#E64904;
}
.button3:hover {
	color: #FFFFFF;
	cursor: pointer;
}

#contact {
	background-color: #87a093;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1280px;
	align-items: center;
}	
.hero_header {
	color: #FFFFFF;
	font-size: 25px;
	align-items: center;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 800;
}

	
#email {font-weight: bold;}
	
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-top-width: 2px;
	font-size: 20px;
}
/*Small*/
@media screen and (max-width:499px){}
