/* Add here all your CSS customizations */
p {
  font-size: 16px;
  line-height: 32px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-green {
  background-color: #0b9444;
}

.bg-blue {
  background-color: #283891;
}

.bg-light-blue{
  background-color: #dde2fd !important;
}

.bg-light-green{
  background-color: #d5f3e1 !important;
}

.bg-light-cream {
  background-color: #faf9e5 !important;
}

.item-slider {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-slider img{
  opacity: 0;
}

.section-collections .card .card-body{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.7);
  color: #FFF;
  min-width: 80%;
  padding: 20px;
}

.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
    opacity: 0.4;
}

.section-title{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #89541e;
}

#footer{
  background: #283891;
  border-top: 4px solid #283891;
}

#footer p, #footer a:not(.btn):not(.no-footer-css) {
  color: #EDEDED;
}

#footer .text-color-primary{
  color: #EDEDED !important;
}

#footer .footer-copyright {
    background: #0b9444;
}
