/* -- GLOBAL UTILITIES & MINOR FORMATTING -- */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

body, html {
	width: 100%;
	height: 100%;
	background-color: #e8e5de;
}

hr{
	border-top: 1px dashed #333;
}

.centerIMG{
	margin: 0 auto !important;
}


/* ---- NAVIGATION ---- */

.headerBar {
	background-color: #e8e5de;
	height: 75px;
	width: 100%;
}

#logo{
	width: 200px;
	margin-top: -20px;
	float: left;
	position: relative;
	z-index: 999;
}

#uHaul{
	position: relative;
	float: right;
	top: -50px;
	display: inline-block;
}

.navbar-toggle{
	border: 2px solid #fff;
}

.icon-bar{
	background-color: #fff !important;
}

.navbar{
	background-color: #912610;
	width: 100%;
	box-shadow: inset 0 0 20px #000;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar li a {
	color: #fff !important;
	text-align: right;
	font-weight: bold;
}

@media(max-width:767px){
	#logo{
		width: 150px;
		margin-top: 0px;
		position: absolute;
	}

	.tagline{
		text-align: center;
		font-size: 20px;
	}
}

@media(min-width:768px){
	.navbar{
		height: 55px;
	}
	
	.navbar-nav{
		margin-top: -40px;
		position: relative;
		left: 15px;
	}
	
	
	.tagline{
		text-align: left;
	}
}

@media(min-width:992px){
	.navbar{
		height: 55px;
	}
	
	.navbar-nav{
		margin-top: 0px;
		position: relative;
		left: 140px;
	}
}
.navigation-bar{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}


/* ---- STRUCTURE ---- */

.topBanner{
	width: 100%;
	height: auto;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
}

.topBanner h1{
	padding-top: 400px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px #000;
}

.red{
	color: #912610;
}


/* ---- SERVICES ---- */

.service{
	height: 200px;
	position: relative;
	display: inline-block;
	padding: 20px;
	float: left;
}

@media(max-width:767px){
	.service{
		width: 50%;
	}
}

@media(min-width:768px){
	.service{
		width: 50%;
	}
}

@media(min-width:992px){
	.service{
		width: 20%;
	}
}

@media(min-width:1200px){
}

.serviceIcon{
	display: block;
	margin: 0 auto;
	width: 100px;
}

/* ---- LOCATIONS ---- */

.mapBox{
	width: 100%;
	background-color: #ccc;
	height: 350px;
}

.redBanner{
	width: 100%;
	height: auto;
	padding: 25px 0;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 30px 0;
}

.redBanner h1{
	color: #fff;
	text-shadow: 0 0 10px #000;
	margin: 0 0 20px 0;
}

/* ---- RATES ---- */

.rateBox{
	width: 100%;
	padding: 25px 0;
	background-image: url('../images/garage-door.png');
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	border: 4px solid #fff;
	box-shadow: 0 0 15px #000;
	overflow: hidden;
}

.rateBox h2{
	background-color: #e8e5de;
	padding: 5px 0px;
	width: 100%;
	text-transform: uppercase;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	font-weight: bold;
}

.rateBox hr{
	border-top: 3px dotted #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}

.rateBoxh3{
	margin-bottom: 0;
}


.rateBox h3, .rateBox h5{
	color: #fff;
}

/* ---- REVIEWS ---- */

.reviews h4{
	padding-top: 30px;
	color: #fff;
	text-shadow: 0 0 10px #000;
	line-height: 24px;
}

.reviews h3{
	padding-bottom: 30px;
	color: #fff;
	text-shadow: 0 0 10px #000;
}


/* ---- CONTACT ---- */

input, textarea{
	width: 100%;
	margin-bottom: 20px;
	display: block;
	border: 2px solid #912610;
	padding: 5px 10px;
}

textarea {
	min-height: 200px;
}

/* ---- FOOTER ---- */

.footer{
	margin-top: 50px;
	background-color: #912610;
	height: auto;
	padding: 20px 0;
	width: 100%;
	box-shadow: inset 0 0 20px #000;
}

.footer h5{
	color: #fff;
}

.footer a{
	color: #e8e5de;
}

.footer a:hover{
	color: #e8e5de;
	text-decoration: none;
	opacity: .6;
}