﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Spectral+SC');

#areas {
	border-top: 4px #000 solid;
	margin-top: 20px;
	padding-top: 10px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #ccc;
}
.bold {
	font-weight: bold;
}
.btn-primary, .btn-primary:visited {
	background-color: #255c86;
	border-color: #24455e;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #24455e;
	border-color: #24455e;
}

.carousel-caption {
	background-color: rgba(0,0,0,.5);
	bottom: 0;
}
.carousel-inner>.item>img.mobile-only,.img-responsive.mobile-only {
	display: none;
}
.carousel-inner>.item>img.no-mobile,.img-responsive.no-mobile {
	display: block;
}
.content {
	padding-bottom: 20px;
}

.disclaimer {
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.foot-links {
	list-style: none;
	padding-left: 5px;
	border-left: 1px #eee solid;
	margin-left: 20px;
}
footer {
	color: #fff;
	padding: 0 0 20px 0;
	font-size: 12px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #ff9900;
}
footer .navbar-nav {
	padding-bottom: 20px;
}
footer .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #ff9900;
}
footer ul {
	list-style: none;
}
.footMap {
	margin: 10px 0;
	font-size: 14px;
}
.footMap>img {
	border: 1px #fff solid;
}
.footMap>p {
	padding-top: 10px;
}
.frontCol {
	border: 1px #d12b25 solid;
	border-radius: 10px;
	margin: 10px 0;
}
.frontCol p {
	margin: 10px;
}
.frontCol span {
	font-weight: bold;
	color: #fff;
	background-color: #d12b25;
	padding: 4px;
	display: block;
	margin-top: 192px;
}

h1, h2, h3 {
	font-family: 'Spectral SC', serif;
}

#identBlock {
	position: relative;
}

#logoBlock {
	float: left;
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: relative;
	margin: 10px 0 20px 25px;
}
#logoBlock img {
	display: block;
}
#logoBlock span {
	top: 60px;
	left: 58px;
	position: absolute;
	display: block;
	text-shadow: 3px 3px 3px #000;
}

.midRow>div>img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.navbar-fixed-top {
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	-webkit-transition: background .5s;
	transition-property: background;
	border-radius: 6px;
	margin: 0 2px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #7e6f5c;
	border-radius: 6px;
}
.navbar-toggle {
	float: left;
	margin-left: 10px;
}
.nav-container {
	width: 100%;
	background-color: #1c445e;
}

.opaque-bg {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 0 10px 10px;
}

.phone {
	float: right;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 10px 0;
	color: #fff;
}
.phone a {
	color: #fff;
}
.practiceLinks {
	margin: 4px 10px;
}
.practiceLinks .col-xs-6 {
	padding: 4px 2px;
}
.profile {
	width: 200px;
	margin: 0 0 20px 10px;
	border-radius: 10px;
}
.pw {
	display: none;
}

.red {
	color: #ff0000;
}

.start {
	background-image: url(../images/start-project.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.subtitle {
	font-family: 'Berkshire Swash', cursive;
	color: #990000;
	font-size: 18px;
}

.topNav {
	float: left;
	margin-top: 30px;
}

.wedo {
	background-image: url(../images/hot-asphalt.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.white-bg {
	background-color: #fff;
	padding-top: 170px;
}

@media (max-width: 768px) {
}

@media screen and (min-width: 768px) {
	.carousel-caption {
		right: 0;
		left: 0;
		padding-bottom: 10px;
	}
	#logoBlock {
		float: left;
		text-align: center;
		font-size: 24px;
		color: #fff;
		position: relative;
		margin: 10px 20px 20px 0;
	}
	.phone {
		font-size: 18px;
	}
	.practiceLinks .g {
		border: 1px #ccc solid;
		border-radius: 5px;
		padding: 2px 10px;
		background: white; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(white, #eee); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(white, #eee); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(white, #eee); /* For Firefox 3.6 to 15 */
		background: linear-gradient(white, #eee);
	}
	.practiceLinks .g:hover {
		text-decoration: none;
		color: #990000;
		background: #eee; /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(#eee, #fff); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#eee, #fff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#eee, #fff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#eee, #fff);
	}
	.profile {
		width: 300px;
		margin: 0 0 20px 10px;
		border-radius: 10px;
	}
	.white-bg {
		background-color: #fff;
		padding-top: 130px;
	}
}

@media (min-width: 1200px) {
}
