@import url('https://fonts.googleapis.com/css?Baloo+Bhai');
@import url('https://fonts.googleapis.com/css2?family=Candal&display=swap');
.bg-black {
    background-color: black;
}
/*------------------
--Top Header Home
--------------------*/
.head-h {
     position: fixed;
     top:0;
     bottom:auto;
     left:0;
     right:0;
     z-index:10;
transition: all 0.4s ease-in-out;
     background-color: rgba(0,0,0,0.2);
     color: white;
}
.head-h a {
     color: white;
transition: all 0.4s ease-in-out;
     font-weight: 600;
}

.head-h a:hover {
     opacity: 0.7;
}
.head-d {
     background-color: white;
     color: #333;
}
.head-d a {
     color: #333;
}
.head-d a:hover {
     opacity: 0.7;
}
.head-d a.nav-link.active {
     border: #333 thin solid;
}
.head-h-c {

}
	.head-h-c a {
		color: var(--light);
	}
		.head-h-c a:hover {
			color: var(--light);
			opacity: 0.7;
		}
.display-3 {
	font-size: 3rem;
}
@media only screen and (max-width: 767px){
.head-h {
    background-color: rgba(0,0,0,0.9);
}
.head-d {
     background-color: white;
}
}
/*------------------
--navbar
-------------------*/

.navbar {
	padding: 0;
	border-bottom: rgba(0,0,0,0.3) thin solid;
}

.nav-link {
	padding: 15px;
}
.navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-brand {
font-family: 'Candal', sans-serif;
font-size: 25px;
/*white-space: normal;
width: 300px;*/
max-width: 100%;
}
.navbar-brand img {
	width: 100px;
	max-width: 100%;
}
.navbar .dropdown-menu a {
       color: #333;
}
.navbar .dropdown-menu {

}
.dropdown-menu ul {
	padding: 0;
	margin: 0;
}
.nav-link.active {
       border: white thin solid;
}
.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 {
  	background-color: white;
        color: #333 !important;
}
.nav-fade a {
        color: #333 !important;
}
.nav-fade .nav-link.active {
       border: black thin solid;
}
.head-d  .navbar-toggler {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.5);
}

.head-d .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-fade  .navbar-toggler {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.5);
}

.nav-fade .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media only screen and (max-width:768px) {
	.navbar { padding: 5px; }
	.navbar-brand {
		width: 100px;
                font-size: 17px;
	}
}
/*------------------
--jumbo
------------------*/

.jumbotron {
	background: url('/site/store-front.jpg'); /* hero.jpg */
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 300px;
        padding-top: 300px;
        border-bottom: #333 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;
        margin-top:55px;
}
.jumbo-h-content {
	position: relative;
	color: var(--light);
	text-align: center;
}

.jumbo-h-content h1 {
	font-weight: 600;
	font-family: Baloo Bhai;
}

.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 only screen and (max-width: 767px) {
.jumbotron {
	padding-bottom: 0;
        padding-top: 0;
        height: 400px;
        background-size: 170%;
        overflow: hidden;
        background-position: center top;
}
.jumbotron-d {
       height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
}
/*--------------------
--Jumbo Overlay
--------------------*/

.j-overlay {
	position: relative;
	top: -100px;
}

.j-overlay h2 {

}

.f-h {
	font-size: 35px;
}
/*------------------
--Footer
------------------*/

.foot li {
	list-style: none;
}

.foot a {
	color: var(--light);
}
.foot .library-image {
	margin: 0;
}
.foot .fab {
       font-size: 30px;
}
