﻿@import url('https://fonts.googleapis.com/css?family=Roboto|Walter+Turncoat');

a {
	color: #101a4f;
}
a:hover {
	color: #00a89c;
}
#address {
	text-align: center;
	font-weight: bold;
}
#address a {
	font-size: 36px;
	color: #3300ff;
	text-decoration: underline;
}
#address a:hover {
	color: #3300ff;
}

#bbb {
	width: 150px;
	margin: 10px auto;
}
.blueBG {
	background-color: #a2beeb;
}
body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.btn-primary, .btn-primary:visited {
	background-color: #101a4f;
	border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
	background-color: #a2beeb;
	border-color: transparent;
}

.carousel-caption {
	background-color: rgba(0,0,0,.5);
	bottom: 0;
}
#carousel-paving {
	margin-bottom: 20px;
}
#certainteed-logo {
	display: block;
}
.checkContainer {
	float: left;
	margin: 0 20px 5px 0;
}
.checkBoxbox {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
}
.checkItem {
	clear: both;
	display: block;
	margin: 10px 0;
}
.checkTitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.container {
	padding-right: 0;
	padding-left: 0;
}
.container>.navbar-header {
	margin-right: 0;
}
#content .container {
	width: 100%;
}

#emergency {
	text-align: center;
	font-weight: bold;
	color: #e01b24;
	font-size: 24px;
	padding: 20px 0;
	text-transform: uppercase;
}

.foot-links {
	list-style: none;
	padding-left: 5px;
	border-left: 1px #eee solid;
	margin-left: 20px;
}
footer {
	padding: 20px 0;
	font-size: 12px;
}
footer a {
	font-family: 'Walter Turncoat', cursive;
	text-decoration: none;
}
footer a:hover {
	color: #00a89c;
}
footer .container {
	width: 100%;
}
footer .navbar-nav {
	padding-bottom: 20px;
	margin: 7.5px 0;
}
footer .navbar-nav>li>a:hover, footer .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #00a89c;
	text-decoration: underline;
}
footer ul {
	list-style: none;
}
.frontCol {
	border: 2px #817873 solid;
	border-radius: 10px;
	margin: 10px 0;
}
.frontCol img {
	border-radius: 8px 8px 0 0;
}
.frontCol p {
	margin: 10px;
}
.frontCol span {
	font-weight: bold;
	color: #fff;
	background-color: #d12b25;
	padding: 4px;
	display: block;
	margin-top: 192px;
}

.gallery {
}
.gallery img {
	min-width: 100px;
	display: block;
	margin: 10px auto;
}

h1 {
}
header {
}

.lightblueBG {
	background-color: #ccdbf4;
}
.linkbox {
	background-color: #fff;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
}
.linkbox .bold {
	text-transform: uppercase;
	font-weight: bold;
}
.logo {
	margin: 10px auto;
}

.mobileOnly {
	display: block;
}

.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #101a4f;
	border: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-family: 'Walter Turncoat', cursive;
	-webkit-transition: background .5s, color .5s;
	transition-property: background, color;

}
.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: #fff;
	color: #000;
}
.nav-container {
	width: 100%;
	background-color: #817873;
}
.noMobile {
	display: none;
}

.pw {
	display: none;
}

.red {
	color: #ff0000;
}
.row {
	margin-right: 0;
	margin-left: 0;
}

.sidenav .nav>li {
	float: left;
}
.space {
	margin: 10px;
	padding: 10px;
	border: solid 1px #000;
	border-radius: 10px;
}

.test {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	display: block;
}
.test .com {
	font-size: 16px;
	display: block;
	padding-bottom: 6px;
}
.test .name {
	font-weight: bold;
}
.testimonial {
	display: block;
	margin: 10px 0;
	padding: 10px;
}
.thumb {
	float: left;
	margin: 4px;
}

/* Made by Jimmy Gillam */
/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 35px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 35px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 35px;
  }
}
#cbtest1,#cbtest2,#cbtest3,#cbtest4,#cbtest5 {
	display: none;
}

.check-box {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border: 4px solid #000;
	border-radius: 0px;
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color ease 0.2s;
	-o-transition: border-color ease 0.2s;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
}
.check-box::before, .check-box::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 6px;
	background-color: #34b93d;
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 4px;
	content: ' ';
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
}
.check-box::before {
	top: 24px;
	left: 21px;
	box-shadow: 0 0 0 5px #fff;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.check-box::after {
	top: 13px;
	left: 10px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#cbtest1:checked + .check-box,#cbtest2:checked + .check-box,#cbtest3:checked + .check-box,#cbtest4:checked + .check-box,#cbtest5:checked + .check-box, .check-box.checked {
	border-color: #34b93d;
}
#cbtest1:checked + .check-box::after,#cbtest2:checked + .check-box::after,#cbtest3:checked + .check-box::after,#cbtest4:checked + .check-box::after,#cbtest5:checked + .check-box::after, .check-box.checked::after {
	height: 20px;
	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	animation: dothabottomcheck 0.2s ease 0s forwards;
}
#cbtest1:checked + .check-box::before,#cbtest2:checked + .check-box::before,#cbtest3:checked + .check-box::before,#cbtest4:checked + .check-box::before,#cbtest5:checked + .check-box::before, .check-box.checked::before {
	height: 40px;
	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
	-o-animation: dothatopcheck 0.4s ease 0s forwards;
	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	animation: dothatopcheck 0.4s ease 0s forwards;
}

@media screen and (min-width: 768px) {
	#address {
		margin: 20px 0 0 0;
		font-size: 24px;
	}
	#certainteed-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	h1 {
	}
	.mobileOnly {
		display: none;
	}
	.navbar {
		border-radius: 0;
	}
	.noMobile {
		display: block;
	}
	.sidenav .navbar-nav>li {
		float: none;
	}
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
	.linkbox .bold {
		font-size: 30px;
	}
}
