/*
 * Custom CSS
 */

:root {
    --bs-body-bg: #fff;
}


.text-body-emphasis {
color: var(--bs-body-color) !important;
}

.btn-primary {
    --bs-btn-bg: #eb1d2c;
    --bs-btn-border-color: #eb1d2c;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #eb1d2c;
}


.coffsreo-red-bg
{
  background-color: #7d0e16;
  color: white;
}

h1.text-light {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.lead-shadow {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 2.6rem;
}

.lead-normal {
    font-weight: 400;
    line-height: 1.6;

}

.lead {
  font-weight: unset;
}

.nav {
    --bs-nav-link-color: #7d0e16;
    --bs-nav-link-hover-color: #eb1d2c;
}

.nav-item a {
    font-weight: 400;
    font-size: 18px;
   /* text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5); */
}

.header-container {
  /* background-image: url("reo_bar_wide.jpg"); */
  background-image: url("steel_mesh_wide_new2.png");
  color: var(--bs-gray-100);
  background-size: 100%;
}


.container-wrapper-about {
background-color: #f7f7f7;
}



.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }
  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
  }
  