/* Brand color #ff3131 */
.bg-brand{
    background-color: #ff3131;
}
.bg-brandf{
    background-color: #ff3131;
}
.bg-brand:hover, .bg-brand2:hover{
    background-color: #000000;
    color: white;
    
}
.bg-brandf:hover{
    background-color: #000000;
    color: white;
    border: 0.5px solid white;
}
.bg-brand2{
    background-color: #000000;
    color: white;
}
.invert{
    filter: invert(1);
}
.grid-col2{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.footer-text{
    color: rgb(184, 184, 184);
}