﻿body {
	margin: 0px;
	padding: 0px 0px 80px 0px;
	background-color: #CCCCCC;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header {
	height: 90px;
	width: 100%;
	border-bottom:solid #FFFFFF 1px;
}
.header-container {
	width: 1000px;
	height: 90px;
	margin:0px auto;
}
.jumbotron {
	background-image: url('../images/jumbotron.jpg');
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.content {
	padding: 0px;
	background-color: #FFFFFF;
	width: 1040px;
	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-top-color:#00C3FF;
	margin: -70px auto 0px auto;
	box-shadow: 0px 0px 30px 0px #000;
}
.content-container p a {
	color:#00C3FF;
	text-decoration:underline;
}
.content-container p a:hover {
	color:#00AEE4;
}
.content ul {
	color:#666666;
}
hr {
	border-width: thick;
	height: 10px;
	border-color: #C0C0C0;
	border-style: double none none none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	width: 100%;
}
h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	font-size: 25px;
	line-height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	line-height:25px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #666666;
	padding: 0px;
	margin: 0px
}
.button-learnmore {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
	border-radius: 3px;
	margin:0px;
	font-size: 15px;
}
.button-learnmore:hover {
	background-color:#000;
}
h3 {
	font-size: 20px;
	line-height:25px;
	font-weight: normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	text-transform:uppercase;
	color: #666666;
	padding: 0px;
	margin: 0px
}
.content p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	margin:0px;
}
.content-container {
	padding: 30px 20px 30px 20px;
	margin: 0px;
}
.footer {
	border-style: solid none none none;
	border-width: 5px 0px 0px 0px;
	border-top-color:#00C3FF;
	background-color: #333333;
}
.footer-container {
	padding: 30px 20px 15px 20px;
	margin: 0px;
}
.footer1,
.footer2,
.footer3 {
	float:left;
	margin:0px 25px 0px 25px;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 25px;
	font-family: arial, Helvetica, sans-serif;
}
.footer hr {
	margin-bottom: 5px;
}
.footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size:14px;
	line-height:22px;
}
.footer a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
	line-height:22px;
}
.footer a:hover {
	color:#00C3FF;
}
.jumbotron-container {
	padding: 100px 0px 0px 0px;
	height: 380px;
	width: 500px;
	margin: 0px auto;
	text-align:center;
}
.jumbotron p {
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 20px 0px;
	font-size:20px;
}
jumbotron img {
	margin:0px auto;
	text-align:center;
}
.jumbotron hr {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-style: solid none none none;
	border-width: 2px 0px 0px 0px;
	border-top-color: #FFFFFF;
}
h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-family: arial, Helvetica, sans-serif;
}
nav {
  margin: 0px;
  padding: 0px;
  height:90px;
  width:100%;
}

#logo {
  display: block;
  padding: 0px;
  float: left;
  font-size: 20px;
  line-height: 90px;
  color:#fff;
  height:90px;
  text-transform:uppercase;
  font-weight:bold;
}
#logo a {
	color:#fff;
	text-decoration:none;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  height:90px;
  float:right;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}

nav li a {
  display: block;
  padding:0px 25px 0px 25px;
  color: #FFF;
  font-size: 13px;
  font-weight:bold;
  line-height: 85px;
  text-decoration: none;
  text-transform:uppercase;
}

#drop,
#drop-1,
#drop-2,
#drop-3 {
	display:none;
}
.toggle {
	height:90px;
}
.toggle p {
	line-height:90px;
	margin:0px;
	padding:0px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.logo-break {
	display:none;
}
.locations {
	width:100%;
}
.locations div {
	width:32%;
	float:left;
	margin-bottom:5px;
}
.locations div div {
	width:100%;
	background-image:url(../images/jumbotron.jpg)
}
.location-middle {
	margin:0% 2% 0% 2%;
}
.locations div img {
	width:100%;
}
.locations div p {
	margin-top:5px;
	text-align:center;
	margin-bottom:20px;
}
.locations div h3 {
	text-align:center;
	color:#fff;
	margin:0px;
	line-height:45px;
	text-decoration:none;
}
.locations a {
	text-decoration:none;
	border:none;
}
.mobile-phoneNumber {
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:#FF0004;
	text-decoration:none;
	margin-top:15px;
}
.mobile-phoneNumber a {
	color:#FF0004;
	text-decoration:none;
}
.mobile-phoneBreak {
	display:none;
}
.locations-list {
	margin-bottom:60px;
	list-style:none;
}
.locations-list li {
	display:inline-block;
	float:left;
	margin-right:50px;
}
.cities a {
	color:#fff;
	text-decoration:none;
}
.cities a:hover {
	color:#00C3FF;
}
.noparkingcontainer {
	width: auto;
}
.noparkingsign {
	width: 275px;
	float: right;
	margin-right: 50px;
}

@media all and (max-width:520px) {
	.locations {
		margin:0px auto;
		width:90%;
	}
	.locations div {
		float:none;
		width:100%;
	}
	.location-middle {
	margin:0%;
	}
}

@media all and (min-width:768px) {
	.toggle {
		display:none;
	}
	nav li a {
		  border-top:solid 5px #000000;
	}
	nav li a:hover {
		border-top:solid 5px #00C3FF;
		text-decoration:underline;
	}
}
@media all and (max-width : 768px) {

	#logo {
 		display: none;
	}

	nav { margin: 0px; }

	nav ul {
		width:100%;
		position:absolute;
	}
	nav li a {
		background-color:#333333;
		line-height:50px;
	}
	nav a:hover {
		background-color:#212121;
	}
	
	.toggle + a,
	 .menu { display: none; }
	
	.toggle {
	  display: block;
	  padding: 0px;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 60px;
	  text-decoration: none;
	  border: none;
	}
	
	[id^=drop]:checked + ul { display: block; }
	
	nav ul li {
	  display: block;
	  width: 100%;
	}
	h1,
	h2 {
		text-align:center;
	}
	.mobile-phoneNumber {
		display:block;
	}
	.mobile-phoneBreak {
		display:none;
	}
	.locations-list,
	.locations-list li {
		width:100%;
		margin-bottom:20px;
		float:none;
		text-align:center;
		margin-right:50px;
		padding:0px;
	}
	h3 {
		text-align:center;
	}
	.noparkingcontainer {
		width: 100%;
		text-align: center;
	}
	.noparkingsign {
		width: 50%;
		float: none;
		margin-bottom: 50px;
		margin-right: 0px;
	}
}

@media (min-width:768px) and (max-width:1060px) {
	.nav-mobile {
		display:none;
	}
	.header-container {
	  width:90%;
		text-align:center;
	}
	.content {
		width:90%;
	}
	.footer-table {
		width:100%;
	}
}

/* Remove Title & Make room for Nav */
@media (min-width:768px) and (max-width:870px) {
	.logo-break {
		display:none;
	}
	nav {
		float:none;
		text-align:center;
	}
	nav ul {
		margin:0px auto;
		text-align:center;
		float:right;
	}
	nav ul li {
		text-align:center;
		margin:0px auto;
	}
	.header-container {
		text-align:center;
	}
	.homeBodyImg {
		width:100%;
	}
}

@media (max-width:768px) {
	.title,
	.footerHidden-mobile {
		display:none;
	}
	.header-container {
		width:100%;
		text-align:center;
	}
	.content {
		width:90%;
	}
	.footer-table,
	.homeBodyImg,
	.jumbotron-container {
		width:100%;
	 }
	 .content-container p {
		 text-align:center;
	 }
}

/* Jumbotron Logo / Text Resizing */
@media (max-width:480px) {
	.jumbotron-container img {
		width:80%;
	}
	.jumbotron p {
		font-size:18px;
	}
	.jumbotron {
		height:450px;
	}
	.mobile-phoneBreak {
		display:block;
	}
}

@media (max-width:340px) {
	.jumbotron {
		height:370px;
	}
	.cities {
		display:none;
	}
	.jumbotron-container img {
		width:90%;
	}
	.content {
		width:100%;
	}
	.header-container,
	.header,
	nav,
	nav ul,
	nav li,
	nav li a,
	nav p,
	.toggle,
	.toggle p {
		height:60px;
		line-height:60px;
	}
	nav li {
		margin:0px;
		padding:0px;
	}
}

@media (max-width:290px) {
	.jumbotron {
		height:320px;
	}
	.footerHidden-mobile2 {
		display:none;
	}
}
