.region.region-content .body {
	background-color: #E8E2DA
}

.bg-blue {
    background-color: #141c52 !important;
}

.bg-light.translucent {
	background: rgba(255, 255, 255, 0.5) !important;
}

.bg-brown.light {
	background-color: #D0C6B7 !important;
}

.gradient-overlay {
  width: 100%;
  padding: 3rem 0 2rem 0;
  z-index: 100;
  position: absolute;
  bottom: 0;
}

.gradient-overlay.blue {
  background: linear-gradient(to bottom, rgba(20, 28, 82, 0), rgba(20, 28, 82, 0.75), #141c52 100%);
}

.gradient-overlay.black {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), #000 100%);
}

.gradient-overlay.white {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #fff 100%);
}

.gradient-blue {
  background: linear-gradient(to bottom, rgba(20, 28, 82, 0) 0%, #141c52 33%);
}

.gradient-black {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 33%);
}

.gradient-white{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 33%);
}