@import url('https://fonts.googleapis.com/css?Baloo+Bhai');
:root {
  --purple: #4A0078;
}

.bg-black {
    background-color: black;
}
/*------------------
--Top Header Home
--------------------*/
.head-h {

}
.head-h-c {

}
	.head-h-c a {
		color: var(--purple);
	}
		.head-h-c a:hover {
			color: var(--purple);
			opacity: 0.7;
		}

/*------------------
--navbar
-------------------*/

.navbar {
	padding: 0;
	border-bottom: var(--purple) 2px solid;
}

.nav-link {
	padding: 15px;
}
.nav-link.active {
  border-bottom: var(--purple) 2px solid;
}
.navbar-brand img {
	width: 100px;
	max-width: 100%;
}

.dropdown-menu ul {
	padding: 0;
	margin: 0;
}

.nav-off {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	-webkit-transition: -webkit-transform .33s ease-in-out;
	transition: -webkit-transform .33s ease-in-out;
	-o-transition: transform .33s ease-in-out;
	transition: transform .33s ease-in-out;
	transition: transform .33s ease-in-out,-webkit-transform .33s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav-fade {
  	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (max-width:768px) {
	.navbar { padding: 5px; }
	.navbar-brand {
		width: 100px;
	}
}
/*------------------
--jumbo
------------------*/

.jumbotron {
	background: url('site/camelot-carpet-cleaners-bg.jpg');
	background-size: 100% auto;
        background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 170px;
  border-bottom: #4A0078 2px solid;
}
.jumbotron-d {
	background: url('site/hero-d.jpg');
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
        background-position: center center;
	border-radius: 0;
	padding-bottom: 20px;
	padding-top: 20px;
       border: none;
}
.jumbo-h-content {
	position: relative;
	color: var(--light);
	text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
        background-color: rgba(255,255,255,0.5);
        border-radius: 5px;
}

.jumbo-h-content h1 {
	font-weight: 600;
	font-family: Baloo Bhai;
}
.jumbo-h-content img {
  width: 100%;
}
.jumbo-d-content {
	position: relative;
	color: var(--light);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.jumbo-d-content h1 {
	font-weight: 600;
	font-family: Baloo Bhai;
}
/*--------------------
--Jumbo Overlay
--------------------*/

.j-overlay {
	position: relative;
	top: -100px;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
        border-top: var(--purple) 4px solid;
}

.j-overlay h2 {

}

.f-h {
	font-size: 35px;
}

/*------------------
--Footer
------------------*/

.foot li {
	list-style: none;
}

.foot a {
	color: var(--light);
}
.foot .library-image {
	margin: 0;
}

@media only screen and (max-width: 767px){
.display-3 {
    display: none;
}
.jumbotron-d {
    height: 100px;
}
}
