.yellow{
    background-color: #FFD600 !important;
}


.text-yellow{
    color: #FFD600 !important;
}

.text-yellow-2{
    color: #effd08 !important;
}

.w-200px{
    width: 200px !important;
}

.linkrange{
    cursor: pointer !important;
}

#world-map{
    height: 150px;
}

#debPageBaMap{
    margin-top : 150px !important;
}

.btnBasFloat{
    border-radius: 50% !important;
    box-shadow: none !important;
}

#map-afr{
    height: 200px;
}

.icoprop{
    width: 45px;
    height: 45px;
}

.lookfeel{
    font-family: sans-serif; font-variant: small-caps; font-variant-ligatures: normal;
    font-variant-caps: small-caps;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
}

.hide{
    display: none;
}

#intro {
    background-image: url('../images/background.jpg');
    height: 100vh;
}
#intro > .mask{
    background-color: rgba(0, 0, 0, 0.7);
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #intro {
        /* margin-top: -58.59px; */
    }
}