@charset "utf-8";
/* CSS Document */
body {
	font-size: 16px;
}
#navbar-mobile {
	display: block;
}
#navbar-desktop {
	display: none;
}
.navbar-brand {
	height: 150px;
}
.navbar-brand img {
	max-height: 95%;
}

.carousel-indicators li {
	color: white;
	border-color: black;
}
.carousel-indicators li.active {
	color: #8D8D8D;
	background-color: #8D8D8D;
}
.carousel-caption {
	bottom: 0%;
	height: 100%;
}
.carousel-caption h3 {
	color: white;	
}
.carousel-caption p {
	visibility: hidden;
	color: black;

}
.carousel-caption p {
	visibility: hidden;
	color: black;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #901214;
}
.btn-site {
	background-color: #740809;
	color: white;
}
footer {
	background-color: #464040;
	padding-bottom: 15px;
}
footer > div > .h2 {
	color: white;
}
footer > div {
	color: white;
}
footer ul {
	list-style: none;
}

footer > div > ul > li > a {
	color: white;
	text-decoration: none;
}
footer ul li a:hover {
	color: #901214;
	text-decoration: none;
}
#all-services .container-fluid>div>a {
	text-decoration: none;
}
#map {
	max-width: 100%;
	height: 250px;
	position: relative;
}
/******************* TABLET: ***********************/
@media only screen and (min-width: 481px) {
}
/******************* DESKTOP: ***********************/
@media only screen and (min-width: 769px) {
#navbar-mobile {
	display: none;
}	
#navbar-desktop {
	display: block;
	text-align: center;

	
}
#navbar-desktop img {
	max-height: 125px;
	margin: auto;
}
#navbar-desktop ul {
	width: 100%;
	
}
#navbar-desktop ul li {
	display: inline-block;
	margin: 10px 25px;
}
#navbar-desktop ul li a {
	text-decoration: none;
	color: #901214;
	padding: 0;
	margin: 0;
	
}
#navbar-desktop .dropdown-menu {
	width: 200px;
}

#navbar-desktop .dropdown-menu > li > a {
	
}
.carousel-caption {
	bottom: 50%;
	height: auto;
}
.carousel-caption h3 {
	visibility:  visible;
	color: #740809;
	font-size: 6.5em;
	font-weight: bold;
	font-family: 'Alex Brush', cursive;
	text-shadow: 1px 1px 5px black;
}
.carousel-caption p {
	visibility: visible;
	color: black;
	font-size: 1.8em;
	text-shadow: 1px 1px 5px white;
	
}
}
