.bg-black {
	background-color: black;
}
body {
	background: url('/site/straw-wall-light-90.jpg');
	background-position: center center;
}
.login.p-3 {
	padding: 0 1rem !important;
}
h1 {
	font-family:'Playfair Display';
	font-size:2.5em;
}

/*------------------
--Top Header Home
--------------------*/
.head-h {

}
.head-h-c {

}
.head-h-c a {
	color: var(--light);
}
.head-h-c a:hover {
	color: var(--light);
	opacity: 0.7;
}
#header-content-top.container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}
.nav.navbar-nav.ml-auto {
	margin: auto !important;
}
/*------------------
--navbar
-------------------*/

.navbar {
	padding: 0;
	border-bottom: var(--dark) thin solid;
}

.nav-link {
	padding: 15px;
}

.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-color: #333;
	background-image: url('site/hero.jpg');
	background-size: 100% auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 200px;
}
.jumbotron-d {
		background-color: #333;
	background-image: url('site/hero-d.jpg');
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-radius: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}
.jumbo-h-content {
	position: relative;
	color: var(--light);
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.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;
}
/*--------------------
--Jumbo Overlay
--------------------*/

.j-overlay {
	position: relative;
	top: -100px;
}

.j-overlay h2 {

}

.f-h {
	font-size: 35px;
}

/*------------------
--Footer
------------------*/
#footer {
	background-color: #F5F5E4;
	padding: 10px 0;
}
.foot li {
	list-style: none;
}

.foot a {
	color: var(--light);
}
.foot .library-image {
	margin: 0;
}
.foot .fab {
	   font-size: 30px;
}
