body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.carousel-item {
    height: 700px;
  }
  
.item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 500px;
}
.carousel-caption {
    padding: 20px;
    width: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#largeLogo {
    max-height: 200px;
    margin-bottom: 20px;
}
.section-image:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.header-filter {
    position: relative;
}
.page-header {
    min-height: 300px;
    max-height: 300px;
    padding: 0;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-header:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.page-header:after, .page-header:before {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.page-header .page-header-image {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    padding: 0 15px;
    width: 100%;
    max-width: 880px;
}

.page-header .title + h4 {
    margin-top: 10px;
}
.page-header .title + h4 {
    margin-top: 10px;
}
.page-header .category, .page-header .description {
    color: rgba(255, 255, 255, 0.8);
}
.description, .card-description, .footer-big p {
    color: #9A9A9A;
    font-weight: 300;
}
h4, .h4 {
    font-size: 1.5em;
    line-height: 1.45em;
    margin-top: 30px;
    margin-bottom: 15px;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(221 212 206) !important;
}  

.text-info {
    --bs-text-opacity: 1;
    color: rgb(133 135 135) !important;
}

.btn-primary {
    background-color: #1e9de7;
    color: #FFFFFF;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1e9de7;
    --bs-btn-border-color: #1e9de7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e9de7;
    --bs-btn-hover-border-color: #1e9de7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e9de7;
    --bs-btn-active-border-color: #1e9de7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1e9de7;
    --bs-btn-disabled-border-color: #1e9de7;
}

#contactForm {
    padding: 40px;
}

.back-to-top {
    color: #1e9de7;
}

.navbar-logo {
    height: 40px;
    margin: 0 20px;
  }
.carousel_image {
    margin-top: -150px;
}
/* .bio p {
    text-align: justify;
} */
@media screen and (max-width: 992px) {
    .navbar-logo {
        height: 30px;
        margin: 0 10px;
    }
    .carousel_image {
        margin-top: 0;
    }  
    .carousel-item {
        height: 200px;
    }
    .carousel-caption {
        height: 100%;
        z-index:0;
        bottom: 0
    }
    .carousel-indicators {
        display: none;   
    }
    #contactForm {
        padding: 10px;
    }    
}