@charset "utf-8";

/* CSS Document */

.m-container {
	margin:0px;
	padding:0px;
	background-image:url(../images/jumbotron.jpg);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	background-color:#757575;
	background-repeat:repeat-x;
	font-size:62.5%
}

.m-header {
	width:100%;
	margin-bottom:-30px;
}

.m-header img {
	margin:0px auto;
	display:block;
	width:80%;
}

.m-content img {
	width:90%;
	border:solid 6px #fff;
	border-radius:7px;
	margin-bottom:5px;
}

.m-nav {
	width:90%;
	margin:0px auto;
}

.m-nav ul {
	list-style:none;
	width:100%;
	padding:0px;
}

.m-nav ul li {
	background-color:#ED1C24;
	margin-top:12px;
	margin-bottm:12px;
	border-radius:7px;
	width:100%;
}

.m-nav ul li a {
	line-height:45px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:2.5em;
	text-transform:uppercase;
	border-radius:7px;
}

.m-nav ul li:hover {
	background-color:#AD0D13;
}

.m-socialMedia {
	width:50%;
	margin-bottom:50px;
}

.m-callButton {
	background-color:#fff;
	border:solid 2px #ED1C24;
	width:70%;
	margin:0px auto;
	text-transform:uppercase;
	padding:10px;
	border-radius:50px;
	margin-bottom:30px;
	margin-top:30px;
}

.m-callButton a {
	color:#ED1C24;
	text-decoration:none;
}