@import url('https://fonts.googleapis.com/css?Baloo+Bhai');

body {
   background-color: #fffcfc;
}

p, li {
   color: #4c4a49;
}
h1, h2, h3, h4 {
	font-family: Baloo Bhai;
}
/*------------------
--Top Header Home
--------------------*/
.head-h li {
   color:white;
}
.head-h-c {

}
	.head-h-c a {
		color: var(--light);
	}
		.head-h-c a:hover {
			color: var(--light);
			opacity: 0.7;
		}

/*------------------
--navbar
-------------------*/

.navbar {
	padding: 0;
	border-bottom: var(--dark) thin solid;
	background: white;
}

.nav-link {
	padding: 15px;
}

.navbar-brand img {
	width: 100px;
	max-width: 100%;
}

.navbar  .dropdown-menu ul {
	padding: 0;
	margin: 0;
}
.navbar .dropdown-menu a {
   display:block;
}
.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/hero.jpg');
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 200px;
}
.jumbotron .lead {
   font-weight: 600;
   font-size:18px;
}
.jumbotron-d {
	background: url('site/hero-d.jpg');
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 20px;
	padding-top: 20px;
		background-position: center center;
}
.jumbo-h-content {
	position: relative;
	color: white;
	text-align: center;
	   padding: 10px 0;
	   background-color: rgba(0, 0, 0, 0.3);
}

.jumbo-h-content h1 {
	font-weight: 600;
	font-family: Baloo Bhai;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.jumbo-h-content p {
	   color: white;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.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;
}
@media (max-width:991px){
.jumbotron {
	background-size: cover;
}
}
/*--------------------
--Jumbo Overlay
--------------------*/

.j-overlay {
	position: relative;
	top: -100px;
}

.j-overlay h2 {
font-family: Baloo Bhai;
}

.f-h {
	font-size: 35px;
}

/*------------------
--Footer
------------------*/

.foot li {
	list-style: none;
}

.foot a {
	color: var(--light);
}
.foot .library-image {
	margin: 0;
}

@media (max-width:767px){
	.head-h {
		 text-align: center;
   }
}
