﻿.hero {
    /*Sizing*/
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-content {
    position: relative;
    font-family: glocksans-light, glocksans-bold, glockicons, glocksans-regular, sans-serif;
    text-align: center;
    margin: 0.625rem;
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:  cover; /* Ensures the image covers the entire hero section */
    filter: brightness(60%);
}

.contentbg{
    background-image: none !important;
    background-color: #ffffff !important;
}
.content{
    align-items: start !important
}
.content h1{
    font-size: 4rem !important;
    margin: 30px 20px !important;
    color: #ffffff !important;
}
.content h3{
    font-size: 2rem !important;
    margin: 10px 20px !important;
    color: #000000 !important;
}
.content a{
    font-size: 1.3rem !important;
    margin: 0 5px !important;
    font-weight: 700 !important; 
    color: #000000 !important;
}
    .content p {
        font-size: 1.3rem !important;
        margin: 10px 20px !important;
        margin-left: 50px !important;
        font-weight: 700 !important;
        color: #000000 !important;
    }