html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: #0000004a !important;
}

.text-white {
	color:#ffffff !important
}
.bg-color-dark, .bg-dark {
	background:#0d0d0d !important;
	color: #ffffff !important;
}

.bg-color-blue, .bg-blue {
	background:#010417 !important;
	color: #ffffff !important;
}


.bg-color-dark h1, .bg-color-dark h2, .bg-color-dark h3, .bg-color-dark h4, .bg-color-dark h5, .bg-color-dark h6 {
  color: #dedede;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
    margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
}


.bg-color-dark-pic {
	color: #ffffff !important;
	background: #22252a url(../img/landing/header_bg.jpg); 
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: bottom center; 
	animation-duration: 750ms; 
	animation-delay: 300ms; 
	animation-fill-mode: forwards;
}

.bg-color-dark-pic h1, .bg-color-dark-pic h2, .bg-color-dark-pic h3, .bg-color-dark-pic h4, .bg-color-dark-pic h5, .bg-color-dark-pic h6,  .bg-color-dark-pic p {
  color: #dedede;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
    margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
}


.min-vh-100 {
  min-height: 100vh !important;
}

@media (max-width: 768px) {
	.min-vh-100 {
	  min-height: 80vh !important;
	}

	.bg-color-dark-pic {
		color: #ffffff !important;
		background: #22252a; 
	}
	
}


@media (max-width: 576px) {
	.min-vh-100 {
	  min-height: 65vh !important;
	}
}

@media (max-width: 992px) {
	.bg-color-dark-pic {
		color: #ffffff !important;
		background: #22252a; 
	}
	
}



@media (min-width: 992px) {
  #header .header-body:not(.h-100) {
    height: 140px !important;
  }
.bg-color-dark-pic {
	color: #ffffff !important;
	background: #22252a url(../img/landing/header_bg.jpg); 
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: bottom center; 
	animation-duration: 750ms; 
	animation-delay: 300ms; 
	animation-fill-mode: forwards;
}
}



