@charset "utf-8";
/* CSS Document */

.headerRow{
	background-color:#6f000f;
	border-top:3px solid #000;
	margin:0px;
}

.nopadding{
	padding:0px !important;
	margin:auto !important;
}
.card{
	margin-top:10px !important;
}

li{
	margin-top:10px !important;
}

a{
	color:#6f000f;
}

a:link{
	text-decoration:none !important;
}

.vlightbox1{
	border:solid 5px #e5bac0 !important;
	width:100% !important;
	border-radius:10px !important;
}


.vlightbox1 img{
	width:100% 
}

.vlightbox1 span{
	 background-color:#e5bac0 !important;
	 display:block !important;
	 font-size:16px !important;
	 color:#000 !important;
}


.card-header{
	background-color:#be3749 !important;
	color:#FFF !important;
}

	.logoRow{
		height:180px;
		
	}
	
	.logoDiv{
		padding-left:5px !important;
		padding-top:10px;
	}
	
		.logoDiv img{
			width:35% !important;
		}
		
		.H1Div{
			background-color:#be3749;
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			height:55px;
		}
		
		.H1Div h1
		{
			font-size:36px;
			padding:5px 0px 0px 0px;
		}
		
		.IntrductionDiv > h3
		{
			background-color:#6f000f;
			display:block;
			padding:10px;
			color:#FFF;
		}
		
		.IntrductionDiv div
		{
			padding:20px;
		}
		
		
	.phoneDiv{
		text-align:right;
		padding-right:20px !important;
		font-size:30px !important;
		color:#6f000f !important;
	}
.phoneDiv a:link{
	color:#6f000f !important;
	text-decoration:none;
}

.phoneDiv span{
	font-familt:Arial;
	font-weight:700;
	font-size:18px !important;
	color:#06F;
}

.phoneDiv input[type=text]{
	width:150px;
	float:right;
	border-radius:0px;
	height:30px;
	margin-top:5px;
}
.phoneDiv button{
		float:right;
		padding:0px 10px;
		border-radius:0px;
		height:30px;
		margin-top:5px;
}

.carousel-item img{
	max-width: 100% !important; 
	max-height: 100% !important;
}




.carousel-caption h5{
	background-color:rgba(111,0, 15, .7);
	display:inline-block  !important;
	padding:10px;
	font-size:30px;
	border-radius:5px;
}

.carousel-caption p{
	font-size:20px;
	text-shadow:2px 2px 2px #000;
}

.carouselDiv{
	border-top: Solid 1px #6f000f;
}

.nav-item{
	padding:0px 10px 0px 10px !important;
}

.navbar-toggler-icon
{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.navbar {
		padding:0px 0px 0px 0px !important;
		}
		
		.dropdown-item{
			border-bottom:solid 1px #fff;
			padding:10px;
			background-color:#e5bac0;
			color:#000;
		}
		.nav-link, .navbar-brand{
			color:#FFF !important;
		}
		
		.dropdown-item:hover{
			background-color:#6f000f;
			color:#FFF;
		}
		
		.nav-link:hover{
			color:#999 !important;
		}
		
		.dropdown-menu{
			padding:0px;
			background-color:#e5bac0;
			margin:0px !important;
			border-radius:0px;
			border-width:0px;
			
		}
		
		.SitePath {
			background-color:#e5bac0;
			height:40px !important;
			padding-top:6px !important;
			margin-bottom:35px !important;
		}
		
		.SitePath a{
			display:inline-block;	
		}
		
		.dropdown:hover>.dropdown-menu {
		  display: block;
		}

.leftNavigation
{
	margin-top:-75px;
	margin-bottom:0px;
}

.featuresDiv{
	padding:10px;
	margin-top:20px;
}

.featuresPanels{
	height:200px;
	overflow:hidden;
	margin-bottom:30px;
	
}
.featuresPanels .overlay{
	position:relative;
	background-size: cover;
	height: 200px;
	transition: all .5s linear;
	text-align:center;
	border-top:solid 2px #6f000f;
}

.featuresPanels a {
	text-decoration:none;
}

.overlay h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	position:relative;
	background-color:rgba(255,255,255,.9);
	display:inline-block;
	width:100%;
	color:#6f000f;
	transition: all .5s linear;
	top:0px;
	line-height:30px;
}

.featuresPanels .overlay:hover{
	height: 120%;
	transition: all .5s linear;
}

.featuresPanels .overlay:hover h5{
	top:80px !important;
	font-size:24px;
	background-color:rgba(0,0,0,.0);
	width:100%;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	transition: all .5s linear;
}

.overlay span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	position:relative;
	background-color:rgba(0,0,102,.5);
	display:inline-block;
	width:35%;
	color:#FFF;
	transition: all .5s linear;
	left:30% !important;
	top:142px;
	line-height:20px;
	
}

.featuresPanels .overlay:hover span{
	top:190px;
	transition: all .5s linear;
	background-color:rgba(0,0,102,.0);
}

.contentDiv{
	padding-top:20px;
	border-left:solid 5px #e5bac0;
	margin-bottom:10px;
}

.contentDiv h2{
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	padding-left:15px !important;
	margin:10px 0px 20px 0px;
	color:#6f000f;
	background-color:#e5bac0;
}

.OurServicesNode{
	display:block;
	border:solid 1px #6f000f;
	text-decoration:none;
	padding:15px 5px 15px 5px;
	color:#6f000f;
	background-color:#fff;
	text-align:center;
}

.rootNode{
	display:block;
	border:solid 1px #6f000f;
	border-bottom-width:0px;
	border-top-width:0px;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	color:#6f000f;
	background-color:#e5bac0;
	font-weight:bold;
}

.rootNode i{
	float:right !important;
	padding-top:5px !important;
	margin-right:5px !important;
}

.contentNode{
	display:block;
	border-bottom:solid 1px #6f000f;
	text-decoration:none;
	padding:5px;
	color:#000;
	
}

.contentNode:hover{
	background-color:#eee;
}

.contentNode i{
	color:#6f000f;
	margin:0px 10px 0px 5px;
}

.DivCollapseMenu{
	border:solid 1px #6f000f;
	margin-bottom:0px;
	border-bottom-width:0px;
}

.footerDiv{
	border-top:Solid 4px #be3749;
	background-color:#e5bac0;
	
}
.copyright{
	background-color:#be3749;
	color:#fff;
	text-align:center;
	padding:5px !important;
}

.copyright a{
	color:#FFF !important;
}
.footerCol{
	padding:10px;
	text-align:center;
}

.footerCol ul{
	list-style:none;
	padding-left:0px;
}

.footerCol a{
	color:#000;
	text-decoration:none;
}

.AreasCovered a{
	font-size:10px;
}

.AreasCovered li{
	margin-top:0px !important;
}

.footerCol p{
	
}

.footerCol span{
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}


.socialMedia{
	display:inline-block;
	text-align:center;
	width:100%;
}
.socialMedia a{
		color:#be3749; 
		font-size:36px;
		padding:10px !important;
		display:inline-block;
}

.OfficeImage{
	border:solid 1px #000;
}

@media screen and (max-width: 992px) {
	.logoDiv img{
			width:50% !important;
		}
}

@media screen and (max-width: 576px) {
	.H1Div{
		height:40px;
		
	}
	
	
	.leftNavigation
{
	margin-top:-0px;
}

  .H1Div h1
		{
			font-size:22px;
			padding:8px 0px 0px 0px;
		}
		
		
		.contentDiv{
	padding-top:5px;
	margin-bottom:5px;
}

.carousel-caption{
	bottom:-10px !important;
}

.carousel-caption h5{
	background-color:rgba(111,0, 15, .7);
	display:inline-block  !important;
	padding:10px;
	font-size:16px;
	border-radius:5px;
}

.carousel-caption p{
	font-size:16px;
	text-shadow:2px 2px 2px #000;
}

.logoDiv img{
	padding-top:10px;
			width:42% !important;
		}
		
.navbar-nav{
	background-color:#e5bac0;
}

.nav-link{
	border-bottom:solid 1px #6f000f;
}

.nav-link {
	color:#6f000f !important;
}

		.SitePath {
			height:60px !important;
			margin-bottom:15px !important;
		}

	.phoneDiv{
		background-color:#e5bac0;
	}
	.phoneDiv a{
		color:#FFF;
	}
	
	.logoRow{
		height:300px;
		
	}
}