﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=STIX+Two+Text&display=swap');

.about {
	background-image: url(../images/frontbuilding.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.accreditations img {
	margin-top: 20px;
}
.addressBox {
	float: right;
	font-size: 16px;
	color: #fff;
	text-align: right;
	margin: 18px 100px 0 0;
}
.addressBox span {
	display: block;
}
.addressBox span a {
	color: #fff;
}
.announcement {
	border: solid 1px #666;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.announcement span {
	display: block;
	padding:10px 0;
	border-bottom: 1px #666 dashed;
	margin: 4px 0;
}
.announcement span:first-child {
	padding-top: 0;
}
.announcement span:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

body {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
}
.bold {
	font-weight: bold;
}
.btn-primary, .btn-primary:visited {
	background-color: #d12b25;
	border-color: #630805;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #630805;
	border-color: #630805;
}
.byline {
	position: absolute;
}

.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;
}
.coName {
	position: absolute;
	font-family: 'STIX Two Text', serif;
}
.content {
	margin-top: 155px;
	padding-bottom: 20px;
}

.dropdown-menu {
	background-color: #080808;
}
.dropdown-menu>li>a {
	background-color: transparent;
	-webkit-transition: background .5s;
	transition-property: background;
	color: #9d9d9d;
}
.dropdown-menu>li>a:hover {
	background-color: #3072a3;
	color: #fff;
}

.foot-links {
	list-style: none;
	padding-left: 5px;
	border-left: 1px #eee solid;
	margin-left: 20px;
}
footer {
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #a6cff5;
	text-decoration:none;
}
footer .nav>li>a {
	padding: 0;
}
footer .navbar-nav {
	padding-bottom: 20px;
}
footer .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #a6cff5;
}
footer ul {
	list-style: none;
}
.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 {
	color: #d4af37;
	font-family: 'STIX Two Text', serif;
	font-size: 40px;
}

.logoBox {
	float: left;
	position: relative;
	padding: 10px 0;
	color: #d4af37;
	text-transform: uppercase;
}

.mainbar {
	border-left: 1px #ccc solid;
}

.navbar-fixed-top {
	background-color: #000;
}
.navbar-inverse .navbar-nav>li>a {
	-webkit-transition: background .5s;
	transition-property: background;

}
.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: #3072a3;
}
.nav-container {
	width: 100%;
	background-color: #080808;
}
.noMargin {
	margin: 0;
	padding: 10px 0 0 15px;
}
.noMargin li {
	padding-bottom: 10px;
}

.red {
	color: #ff0000;
}

.sidebar {
	list-style: none;
	padding: 0;
	font-size: 13px;
}
.sidebar li {
}
.sidebar a {
	color: #999;
	padding: 4px 0;
	display: block;
}
.sidebar a:hover {
	color: #0f2f44;
	text-decoration: none;
}

.start {
	background-image: url(../images/start-project.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.thumb {
	float: left;
	margin: 4px;
}
#thumbs {
	cursor: pointer;
}
#thumbsdown {
	width: 227px;
	height: 227px;
	background-image: url(../images/thumbs.png);
	background-repeat: no-repeat;
	background-position: 0 -227px;
	overflow: hidden;
	float: left;
	margin: 10px;
}
#thumbsup {
	width: 227px;
	height: 227px;
	background-image: url(../images/thumbs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	float: left;
	margin: 10px;
}

.wedo {
	background-image: url(../images/hot-asphalt.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.white-bg {
	background-color: #fff;
	width: 100%;
}

@media (max-width: 768px) {
	.addressBox {
		font-size: 15px;
		margin: 4px 10px 0 0;
	}
	.carousel-inner>.item>img.mobile-only,.img-responsive.mobile-only {
		display: block;
	}
	.carousel-inner>.item>img.no-mobile, .img-responsive.no-mobile {
		display: none;
	}
	.content {
		margin-top: 170px;
	}
	.logoBox img {
	}
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		right: 0;
		left: 0;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.byline {
		top: 64px;
		left: 110px;
		font-size: 16px;
	}
	.coName {
		top: 16px;
		left: 110px;
		font-size: 40px;
	}
	.content {
		margin-top: 180px;
	}
	.logoBox {
		width: 700px;
	}
}
