.bg-image {
    background-image: url('/images/background.png');
    background-color: #1B2025; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    background-attachment: fixed;
}

#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.4;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    color: white;
    margin: 0;
    padding: 0;
    background-color: #1B2025;
}



h1, h2, h3, h4 {
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}

    h1.underline {
        border-bottom: 4px solid #fff;
        display: inline-block;
    }

.faded-background {
    background-color: rgb(0,0,0,0.7) !important;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #0dcaf0 !important;
    }


.founder {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.bg-dark {
    background-color: #1B2025 !important;
}

.btn-green {
    background-color: #1ABC9C !important;
    color: white !important;
    border: none;
}

.btn-green:hover {
    background-color: rgba(26, 188, 156, 0.2) !important;
    color: white !important;
}

.nav-link {
    color: white !important;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.news-image {
    width: 75%;
    height: 250px;
    object-fit: cover;
}

a.hover{
color: rgba(26, 188, 156, 0.2) !important;

}