.masthead {
	height: 100vh;
	min-height: 500px;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.coverlight{
   height:100%;
   width: 100%;
   position:absolute;
   background-color:#262626;
   opacity:.8;
}
@media only screen and (max-width: 600px) {
	.masthead {
		height: 800px;
		width: 100%;
		background-image: url('img/background.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.coverlight{
	   height: 800px;
	   width: 100%;
	   position:absolute;
	   background-color:#262626;
	   opacity:.8;
	}	
}

.animate{
	padding: 0px 5px 0px 5px;
	transition: all ease 0.4s;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('../images/default.gif');
	background-repeat: no-repeat; 
	background-color: #232323;
	background-position: center;
}
.loader {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 10px;
}

.two {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: solid transparent 5px;
	border-top: solid #fff 5px;
	border-bottom: solid #fff 5px;
	animation: loader2Animation 1s linear infinite;
}
@keyframes loader2Animation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.bg-customdark {
    background-color: #292d33 !important;
}
.bg-customdarker {
    background-color: #1d2024 !important;
}

.mbspace-4 {
	margin-bottom: .4rem;
}
.mbspace1 {
	margin-bottom: 1rem;
}
.mbspace2 {
	margin-bottom: 2rem;
}
.mbspace3 {
	margin-bottom: 3rem;
}
.mbspace4 {
	margin-bottom: 4rem;
}
.mbspace5 {
	margin-bottom: 5rem;
}
.mbspace6 {
	margin-bottom: 6rem;
}
.mtspace-4 {
	margin-top: .4rem;
}
.mtspace1 {
	margin-top: 1rem;
}
.mtspace2 {
	margin-top: 2rem;
}
.mtspace3 {
	margin-top: 3rem;
}
.mtspace4 {
	margin-top: 4rem;
}
.mtspace5 {
	margin-top: 5rem;
}
.mtspace6 {
	margin-top: 6rem;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  background-color: #262626;
  border: 3px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #3b3b3b;
}

