.btn-primary {
  background-color: #2e1a46 !important;
  border-color: #2e1a46de;
}
.btn-primary:hover {
  background-color: #2e1a46de !important;
  border-color: #2e1a46de;
}
.bg-dark {
  background-color: #2e1a46 !important;
}
.fa-color {
  color: #2e1a46;
}
.fa-color:hover {
  color: #2e1a46c7;
}
.icon-size {
  width: 50px;
  height: 50px;
}

.breadcrumb-item a {
  color: #2e1a46;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #2e1a46c7;
}

/* Responsive Carousel and Iframe */
@media (max-width: 576px) {
  .height-carousel {
    height: 80px;
  }
  .height-iframe {
    height: 350px;
  }
}

@media (min-width: 576px) {
  .height-carousel {
    height: 150px;
  }
  .height-iframe {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .height-carousel {
    height: 180px;
  }
  .height-iframe {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .height-carousel {
    height: 200px;
  }
  .height-iframe {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .height-carousel {
    height: 200px;
  }
  .height-iframe {
    height: 700px;
  }
}

@media (min-width: 1400px) {
  .height-carousel {
    height: 210px;
  }
  .height-iframe {
    height: 900px;
  }
}
