.navbarBackground {
    /*background-color: #4e54c8;*/
    background-color: #e5383b;
}
.lightBackground {
    background-color: #f5f3f4;
}
.grayBackground {
    background-color: #d3d3d3;
}
.footerBackground {
    background-color: #161a1d;
}

.gradientBackground {
    background: rgb(131,58,180);
    background: -moz-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1);
}

.lightText {
    color : #f5f3f4;
}
.textShadow{
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}
.redText {
    color: #e5383b;
}
.navMenu {}
@media (max-width: 990px) {
    .navMenu {
        background-color: #4e54c8;
        /*backdrop-filter: blur(7px);*/
    }
}

.greenText {
    color: #198754;
}

.opaque {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}