.darkBg{
  background: #1E1E1C;
  color: white;
}
.lightBg{
  background: #EEEDED;
}
.greyBg{
  background: #F1F1F1;
}
.blueBg{
  background: #6F9DD5;
}
.darkBg a, .darkBg a:hover{
  color: white;
}
.marbleBg{
  background-image: url('../img/placeholder.jpg');
}
.carouselText{
  background-image: url('../img/blue.png');
}
.carouselText p, .carouselText h1, .carouselText h2, .carouselText h3, .carouselText h4, .carouselText h5, .carouselText h6{
  color: white;
}
@keyframes load {
	from {width: 0;}
	to {width: 100%;}
}
.loader{
	height: 10px;
	background: white;
	animation-name: load;
	animation-duration: 10s;
}
.loaderTrans{
	-webkit-animation-duration: 9s;
    animation-duration: 9s;
	-webkit-transform: width(100%);
    transform: width(100%);
}
.dropdown-menu{
  background: #1E1E1C;
  border: solid 1px white;
  border-radius: 0;
}
.dropdown .dropdown-menu{
  transition: none;
}
ul.dropdown-menu li{
  padding: 10px;
}
.centerDrop{
  margin: 0 -35%!important;
}
.btn.orange{
  background: #0E1C2D;
  color: white;
  padding: 10px 20px;
  border: none!important;
}
#cd-timeline{
  margin: 0!important;
  padding: 70px 0!important;
}
.timeline-date, .timeline-express-read-more-link{
  display: none!important;
}
.wp-block-button__link:hover{
  background-color: #7B9BCF;
}

@media screen and ( max-width: 992px ){
  .centerDrop{
    margin: 0 -48%!important;
  }
}
