/* Add here all your CSS customizations */
.sponsor-logo-home {
    width: 200px;
}

.dark-opacity:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.8);
    opacity:0.9;
}

.arrow-color {
    color: #0429f7 !important;
}

#home-underline-position {
    top: 6px !important;
}

@media (max-width: 992px) {
    #header-top-logo {
        height: 58px;
        width: 290px;
    }
}

@media (max-width: 575px) {
    #header-top-logo {
        height: 46px;
        width: 230px;
    }
}