header {
	padding-top: 13px;
	padding-bottom:18px; 
	text-align: center;
}
body:before {
    content: url(../images/emergency_button_hover.png)
     url(../images/emergency_button_active.png)
     url(../images/fp_logo_stack.png)
     url(../images/fp_logo_wide.png);
    display:none;
}
.background {
	 background: url(../images/background.jpg) center top;
}
.logo {
	width: 383px;
	height: 125px;
}
.intro {
	padding: 32px 50px;
	background-color: #fff;
	border-bottom: 30px solid #be2026;
	text-align:center;
}
.intro h1 {
	margin: 0px;
}
.red {
	color: #be2026;
}
.intro h2 {
	margin: 0px auto;
	padding-top: 23px;
	max-width: 800px;
	text-align:center;
}
.contact {
	padding: 20px 50px 30px 50px;
	min-height:140px;
	background-color: #fff;
	text-align:center;
	margin-top: 35px;
}
.contact .container-fluid {
	max-width: 900px;
	margin: 0px auto;
}
.contact h3 {
}
.contact a {
}
.emergency {
	padding: 20px 50px 30px 50px;
	min-height:189px;
	text-align:center;
	margin-top: 225px;
	background-image:url(../images/emergency_arrow_fix.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position:center;	
}
.emergency_button {
	width: 342px;
	height: 342px;
	margin-top: -268px;
	background-image:url(../images/emergency_button_flat.png);
	background-size: 342px;
	background-repeat: no-repeat;
}
.emergency_button:hover {
	width: 342px;
	height: 342px;
	margin-top: -268px;
	background-image:url(../images/emergency_button_hover.png);
	background-size: 342px;
	background-repeat: no-repeat;
}
.emergency_button:active {
	width: 342px;
	height: 342px;
	margin-top: -268px;
	background-image:url(../images/emergency_button_active.png);
	background-size: 342px;
	background-repeat: no-repeat;
}

footer {
	background-color:#be2026;
	min-height:200px;
	color: #fff;
	text-align:center;
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding-top: 44px;
}
footer a,
footer a:hover,
footer a:active,
footer a:visited {
	color: #fff;
}

i.fa-twitter,
i.fa-facebook {
	font-size: 2em;
}
.socialmedia {
	padding-right: 10px;
}
.copyright {
	font-size: .6em;
	padding-top: 100px;
	padding-bottom: 30px;
}
footer .row {
	max-width: 900px;
	margin: 0px auto;
	font-size: 1.4em;
	text-transform:uppercase;
}
.fp-link {
	width: 300px;
	height: 37px;
	padding-top: 50px; 
	background-image:url(../images/fp_logo_wide.png);
	background-size: 300px;
	background-repeat: no-repeat;
}

/* Main Content */
.main-content h1 {
	font-family: 'Oswald', sans-serif;
	color:#10256e;
	font-size: 3.5em;
}
.main-content h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#10256e;
	font-size: 1.5em;
	text-transform:uppercase;
}
.main-content h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#10256e;
	font-size: 1.3em;
	text-transform:uppercase;
}
.main-content h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#be2026;
	font-size: 5em;
	text-transform:uppercase;
}
.main-content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#be2026;
	font-size: 1.6em;
}



@media (max-width: 768px) {

.logo {
	width: 245px;
	height: 80px;
}
.contact {
	padding: 20px 10px 30px 10px;
}
.main-content a {
	font-size: 1.2em;
}
.emergency_button {
	width: 200px;
	height: 200px;
	margin-top: -175px;
	background-image:url(../images/emergency_button_flat.png);
	background-size: 200px;
	background-repeat: no-repeat;
}
.emergency_button:hover {
	width: 200px;
	height: 200px;
	margin-top: -175px;
	background-image:url(../images/emergency_button_hover.png);
	background-size: 200px;
	background-repeat: no-repeat;
}
.emergency_button:active {
	width: 200px;
	height: 200px;
	margin-top: -175px;
	background-image:url(../images/emergency_button_active.png);
	background-size: 200px;
	background-repeat: no-repeat;
}
.emergency {
	margin-top: 142px;
	background-image:url(../images/emergency_arrow_fix.png);
	background-size: 270px;
	background-position: center 20px;
}
.main-content h4 {
	font-size: 3em;
}
}

@media (max-width: 360px) {
.fp-link {
	width: 120px;
	height: 37px;
	padding-top: 50px; 
	background-image:url(../images/fp_logo_stack.png);
	background-size: 120px;
	background-repeat: no-repeat;
}
}