/*! Place your custom styles here */

nav li.active a {
	opacity: 1 !important;
}
.feature-button {
	margin-bottom: 0px !important;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
/*    height: 100%;*/
    overflow: hidden;
    z-index: -9999999;

}
.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.home .menu-horizontal li a {
	color: #fff;
	opacity: 1;
}

.home .pos-fixed .menu-horizontal li a {
    color: #333;
    opacity: 1;
}

.menu-horizontal li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: 600;
}
.home .btn__text {
	color: #fff;
}
.home .pos-fixed .btn__text {
    color: #333;
}
.home .logo-dark { 
display: none;
 }

 .home .logo-light {
 	display: block !important;
 }

  .home .pos-fixed .logo-light {
    visibility: hidden;
 }
  .home .pos-fixed .logo-dark {
    visibility: visible;
 }

 .home .hamburger-toggle i {
 	color: #fff;
 }

 .home .pos-vertical-center {
 	top: 50% !important;
 	position: absolute;
 	transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    left: 0;
    right: 0;
}


.build-bg {
	background-color: #fef6ed;
}



 }