.header-container, .bg-wc-gradient{
    background: var(--wc-dark-gray);
    background: linear-gradient(95deg, var(--wc-dark-gray) 40%, var(--wc-md-gray) 100%);
}



.header-logo{
    width:50px;
    height:50px;
}


.header-image{
    max-height: 600px;
}


.divider{
    height:100px;
}


.bg-image{
    background-image: url("/public/assets/images/backgroundblurred.jpg");
    background-attachment: fixed;
    background-size: cover;



}

@media only screen and (max-width: 767px) {

    .feature-card{
        max-width: 450px;
    }

}


@media only screen and (min-width: 768px) {

    .feature-card{
        min-height:110px;
    }

}


.screenshot{
    height:100%;
    width:100%;
}