@font-face {
	font-family: "openSans";
	src: url("../../fonts/OpenSans-Regular-webfont.woff") format('woff');
}
header {
	height: 450px;
}

#about-us {
	text-align: center;
}

#safety h2 {
	text-align: center;
}

h1 {
	font-weight: bold;
}

hr {
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0;
}

h2+hr {
	max-width: 100px;
	margin: 20px auto;
}

h2 ~ a {
	padding: 20px;
}

header {
	background: url('../img/home-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.inset-img {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat !important;
}

#inset-img1 {
	background: url('../img/inset1.jpg');
	background-position: left;
}

#inset-img2 {
	background: url('../img/inset2.jpg');
	background-position: right;
}

h2 {
	padding-top: 20px;
}

body, .nav>li>a:focus, .nav>li>a {
	font-family: 'openSans', sans-serif;
	color: #383399 !important;
}

.nav>li>a:focus, .nav>li>a {
	font-weight: bold;
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
	font-size: large;
}

.nav>li>a:focus, .nav>li>a:HOVER {
	text-decoration: underline;
}

#tel {
	float: right;
	font-size: large;
	font-weight: bold;
	white-space: nowrap;
	padding: 15px;
	text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
	font-weight: bold;
}

.icon {
	height: 5em;
	margin-top: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent !important;
}

.header-block {
	display: inline-block;
	padding: 0.2em 0.5em;
}

.panel {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	margin-top: 20px;
}

.navbar {
	background: rgba(0, 0, 0, 0);
	border: 0;
}

#quote-button {
	color: #fff;
	background-color: #963019;
	border-color: #963019;
}

footer {
	background-color: #5d5d5d;
	color: #fff;
}

footer ul {
	display: block;
	text-decoration: none;
}

footer a {
	color: #fff !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	body {
		font-size: x-small;
	}
	h3 {
		font-size: small;
	}
	h2 {
		font-size: medium;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	body {
		font-size: small;
	}
	h3 {
		font-size: medium;
	}
	h2 {
		font-size: large;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	body {
		font-size: medium;
	}
	h3 {
		font-size: large;
	}
	h2 {
		font-size: x-large;
	}
}
