/* CSS Document */

#banner {
    background-color: #000000;
    color: #FFFFFF;
    padding-bottom: 60px;
    padding-top: 60px;
}
#address_row {
    background-color: #FFFFFF;
    color: #000000;
    padding-bottom: 80px;
    padding-top: 80px;
    background-image: url("../images/halftone-bg.png");
    background-repeat: repeat;
}
#footer {
    color: #888888;
    padding-bottom: 40px;
    padding-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: center;
}
.heading {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 48px;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.sub-heading {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 30px;
}
.links-row {
    max-width: 60%;
    margin: auto;
    width: 60%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.address-row {
    max-width: 60%;
    margin: auto;
    width: 60%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000000;
	}
p {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
	h2 {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
	}

@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.links-row { max-width: 60%; margin: auto; width: 85%; padding-bottom: 30px; }
	.address-row {max-width: 80%; width: 100%; }
	.links-img {padding-bottom: 30px;}
	.heading {font-size: 40px; line-height: 42px;}
	.sub-heading {font-size: 24px; line-height: 30px;}
	
}
