@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/* GLOBAL STYLES */
body {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins', sans-serif; */
  /* font-size: 16px; */
  /* line-height: 1.5; */
  color: #333;
  
  
}

/* CUSTOMIZE THE CAROUSEL */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 4.5%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 10;

}
.carousel-item img {
  max-width: 100%;
  max-height: 650px;
  width: auto;
}

/* MARKETING CONTENT */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: right;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.btn-lg:hover {
  color: #000 !important;
}

/* SECTION WHITE */
#sectionwhite {
  /* background-color:  rgba(0, 0, 0, 0.5) !important; */
  background-color: rgba(4,52,84,0.1);
  color: #fff;
  
}

