body{
	padding-top: 101px;
	text-align: justify;
}

nav.navbar{
	font-size: .9rem;
  letter-spacing: .1rem;
	z-index: 9999;
}

nav.navbar .form-control, nav.navbar .btn{
	font-size: .9rem;
}

.navbar-brand img{
	height: 75px;
	vertical-align: top;
}

.navbar-collapse{
	text-transform: uppercase;
}

.nav-item{
	transition: all .25s;
}

.nav-item:hover, .nav-link:hover{
	background-color: rgba(120,215,236,.9);
	color: #000;
}

.nav-item:hover > a, .nav-item:hover > a.nav-link{
	color: #000;
}

.nav-link{
	text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover{
	background-color: rgb(2,114,187);
	color: #fff;
}

.btn-outline-primary{
	color: rgb(2,114,187); /* #007bff */
	border-color: rgb(2,114,187); /* #007bff */
}

.btn-outline-primary:hover{
	color: #fff;
	background-color: rgb(2,114,187); /* #007bff */
	border-color: rgb(2,114,187); /* #007bff */
}

.dropdown-menu{
	border-width: 0;
	border-radius: 0;
	color: rgba(0,0,0,.5);
}

.dropdown-item{
	font-size: .8rem;
	letter-spacing: 0;
	color: rgba(0,0,0,.5);
}

.dropdown-item:hover, .dropdown-item:active{
	background-color: rgba(120,215,236,.9);
}

.currentDropdown{
	color: #000;
	background: #eee;
}

ol.carousel-indicators{
	cursor: pointer;
}

.footer{
	color: #000;
	font-weight: 300;
	padding: 1em;
	font-size: .85em;
}

.footer a{
	color: inherit;
}

.footer p{
	margin: 0;
}

#footermenu{
	/* width: 50%; */
	margin-bottom: 1em;
	white-space: nowrap;
}

.vert-padding{
	padding: 1em 0;
	background-size: cover !important;
	background-position-y: 50% !important;
}
.light-bg{
	background: #eee;
}
.grey-bg{
	background: #888;
}

.tab-pane{
	min-height: 180px;
	height: 180px;
}

div.img-slide{
	background-size: cover;
	background-position: center center;
}

img.img-slide{
	min-height: 450px;
	height: 450px;
}

.carousel-caption{
	background-color: rgba(120,215,236,.9);
	color: #000;
	margin-bottom: 2em;
}

h1{
	text-align: center;
	/* background-color: rgba(120,215,236,.9); */
	color: #000;
	margin-top: 1rem;
	padding: 1rem;
	font-weight: 300;
}

h1 a, h1 a:hover, h1 a:visited{
	color: #000;
}

small.home{
	color: #888;
	font-weight: 300;
	font-size: .85rem;
}

small.home a, small.home a:hover, small.home a:visited{
	color: #888;
}

.carousel-caption h2, .carousel-caption h5{
	font-size: 2.5em;
	text-transform: uppercase;
	transition: all .25s;
	font-weight: 300;
}

.carousel-caption:hover > h2, .carousel-caption:hover > h5{
	letter-spacing: 2px;
}

.left{
	float: left;
	text-align: left;
}

.right{
	float: right;
	text-align: right;
}

.center{
	text-align: center;
}

img.service{
	max-width: 80%;
	transition: all .25s;
	padding: 15%;
	background-color: #ddd;
	transform: perspective(20em) rotateX(45deg);
	/* box-shadow: 0 0 5px #444; */
	transition: all .25s;
}

img.service:hover{
	background-color: rgba(120,215,236,.9);
	max-width: 80%;
	padding: 10%;
	transform: rotateX(0deg);
}

#formContainer{
	background: #fff;
	background-color: rgba(255,255,255,.95);
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
}

label{
	margin-bottom: 0;
}

.btn-custom-color, .btn-custom-color:hover{
	color: #000;
	background-color: #bbb;
	font-weight: bold;
	border-color: transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-size: .9rem;
	transition: all .25s;
}

.btn-custom-color:hover{
	color: #000;
	background-color: rgba(120,215,236,.9);
}

.form-check-label a{
	color: #4fd5d7;
	color: #000;
	text-decoration: underline;
}

label[for="check"]{
	font-size: .9rem;
}

div.hoverTgtH5 h1, div.hoverTgtH5 h2, div.hoverTgtH5 h5{
	background-color: rgba(120,215,236,.9);
	padding: .5em .5em;
	/*padding-bottom: 0;*/
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0;
	font-weight: 300;
	transition: all .25s;
}

#socialMediaLinks{
	margin-top:1em;
	/* padding-top:1em;
	padding-bottom: 1em; */
	text-align: right;
	/*background: linear-gradient(to top, #888 0, #fff 50%, #888 100%);*/
}

#socialMediaLinks img{
	padding: 10px;
	max-width: 50px;
	margin-left: 1em;
	/* border-radius: 10px; */
	background-color: rgba(120,215,236,.9);
	transition: all .25s;
}

#socialMediaLinks img:hover{
	padding: 5px;
	max-width: 50px;
}

.contactParags{
	/* background-color: rgba(120,215,236,.9); */
	background-color: rgba(255,255,255,.95);
	padding: .5em;
	min-height: 7em;
}

div.hoverTgtH5:hover > h1, div.hoverTgtH5:hover > h2, div.hoverTgtH5:hover > h5{
	letter-spacing: 2px;
}

.customerLogo{
	background-color: rgba(255,255,255,.95);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 150px;
	width: 90%;
	margin: 5%;
	border: 1px solid #ddd;
}

.bg-a-75{
	background-size: auto 75%;
	transition: all .25s;
}

.bg-a-75:hover{
	background-size: auto 80%;
}

.bg-75-a{
	background-size: 75% auto;
	transition: all .25s;
}

.bg-75-a:hover{
	background-size: 80% auto;
}

.bg-a-65{
	background-size: auto 65%;
	transition: all .25s;
}

.bg-a-65:hover{
	background-size: auto 70%;
}

#profileTitle, .sectionTitle{
	background-color: rgba(120,215,236,.9);
	color: #000;
	font-size: 2.5em;
	font-weight: 500;
}

#profileContent, .serviceRow{
	margin-top: 1em;
	padding-top: 1em;
	background-color: rgba(255,255,255,.95);
}

.nav-tabs .nav-item:hover, .nav-tabs .nav-link:hover{
	background-color: #fff;
}

.nav-tabs a.nav-link{
	color: rgba(0,0,0,.5);
	font-size: .9rem;
	letter-spacing: .1rem;
}

li.active{
	border: 1px solid rgba(120,215,236,.9);
}

.nav-tabs a.nav-link.active{
	color: rgba(0,0,0,1);
}

.nav-tabs .nav-item{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.service h1, div.service h5{
	background: rgba(120,215,236,.9);
	padding: .5em;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 300;
}

div.service p{
	background: rgba(255,255,255,.95);
	padding: 1rem;
	margin-top: 0;
}

.noPadding{
	padding: 0 !important;
}

@media screen and (max-width: 992px){
	img.img-slide{
		min-height: 400px;
		height: 400px;
	}
}

@media screen and (max-width: 768px){
	img.img-slide{
		min-height: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 576px){
	img.img-slide{
		min-height: 200px;
		height: 200px;
	}
	.carousel-caption{
		padding: 5px;
		margin: 0;
		margin-bottom: 1em;
		left: 10%;
		right: 10%;
	}
	.carousel-caption h2, .carousel-caption h5{
		font-size: 2.25em;
		margin: 0;
		padding: 0;
	}
	.carousel-caption:hover > h2, .carousel-caption:hover > h5{
		letter-spacing: 1px;
	}
	img.service{
		max-width: 60%;
		padding: 10%;
	}
	#footermenu{
		width: 100%;
	}
	#footermenu .row .col:last-child{
		text-align: right;
	}
	div.footer div.right{
		width: 100%;
    text-align: center;
    border-top: 1px solid #555;
    padding-top: .5rem;
    padding-bottom: 1rem;
	}
}
