﻿@font-face {
    font-family: 'adventurenormal';
    src: url('../fonts/adventure-webfont.woff2') format('woff2'),
         url('../fonts/adventure-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css?family=Cinzel:700|Open+Sans');

a {
	color: #0080ff;
}

body {
	font-family: 'Open Sans', sans-serif;
}
.bold {
	font-weight: bold;
}
.boxes>div>div {
	border: 1px #333 solid;
	border-radius: 6px;
}
.boxes>div>div>h3 {
	padding: 4px;
	font-size: 20px;
	color: #fff;
	background-color: #333;
	margin: 0 0 6px 0;
}
.boxes>div>div>p {
	padding: 0 4px;
}
.btn-primary {
	background-color: #0080ff;
}

#carousel-cleaning {
	margin-bottom: 20px;
}
.carousel-inner>.item>img.mobile-only,.img-responsive.mobile-only {
	display: none;
}
.carousel-inner>.item>img.no-mobile,.img-responsive.no-mobile {
	display: block;
}
.cleanCorners {
	float: right;
	margin: 0 0 20px 20px;
	background-image: url('../images/cleaning_supplies.jpg');
	width: 400px;
	height: 267px;
	color: #628548;
	font-family: 'Cinze', serif;
	border: transparent;
	border-radius: 6px;
}
.cleanCorners .lineOne {
	font-size: 22px;
	display: block;
	padding: 6px 0 0 6px;
}
.cleanCorners .lineTwo {
	font-size: 26px;
	padding: 16px 0 0 20px;
	font-weight: 700;
}

footer {
	font-size: 12px;
	margin-bottom: 20px;
}
footer .navbar-nav {
	margin: 0;
}

h1.business{
	margin-left: 10px;
	cursor: pointer;
}
h1.business, .navbar-brand {
	color: #0080ff;
	font-family: 'adventurenormal';
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #54e0e0;
	text-shadow: 3px 3px 6px #333;
}
h1.title, .boxes h3 {
	font-family: 'Cinzel', serif;
}

img.pull-left {
	margin: 0 10px 10px 0;
}
.nav-spacer {
	display: block;
	height: 50px;
}
.nav-tabs>li>a {
	border-radius: 10px 10px 0 0;
	background-color: #0080ff;
	color: #fff;
	-webkit-transition: background .5s;
	transition-property: background;
}
.nav-tabs>li>a:hover {
	color: #0080ff;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background-color: #fff;
	border: 0;
}
.navbar-default .navbar-brand {
	display: none;
	color: #000;
}
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	
}
*/
.navbar-default .navbar-nav>li {
	padding: 0 2px;
}

.phone {
	font-weight: bold;
	font-size: 20px;
	padding-right: 20px;
}

.rq {
	display: none;
}

.serviceArea {
	font-weight: bold;
	color: #990000;
	font-size: 16px;
	text-align: center;
}
#thanks {
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.desktop-only {
		display: block !important;
	}
	.mobile-only {
		display: none !important;
	}
	.navbar-nav>li>a {
		padding-bottom: 0;
		padding-top: 0;
	}
	#thanks {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	#thanks {
		margin-top: 100px;
	}
}

@media (max-width: 768px){
	.boxes>div>div {
		margin: 6px 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;
	}
	.cleanCorners {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	.desktop-only {
		display: none !important;
	}
	footer .nav {
		padding-left: 10px;
	}
	h1.business {
		display: none;
	}
	h1.title {
		font-size: 28px;
	}
	.mobile-only {
		display: block !important;
	}
	.navbar-default .navbar-brand {
		display: block;
		-webkit-text-stroke-width: 0;
		text-shadow: 2px 2px 4px transparent;
		color: #000;
	}
}

.red {
	color: #ff0000;
}
