.uk-navbar-nav>li.uk-active>a::before {
    background-color: #195bfe !important;
    height: 70px;
}
h2.el-title.uk-heading-xlarge.uk-margin-top.uk-margin-remove-bottom {
    background: #6e6e6e !important;
    padding: 10px;
    padding-bottom: 20px;
}


@media(max-width: 700px){
h2.el-title.uk-heading-xlarge.uk-margin-top.uk-margin-remove-bottom
{
    font-size: 50px;
}
}
@media(max-width: 460px){
h2.el-title.uk-heading-xlarge.uk-margin-top.uk-margin-remove-bottom
{
    font-size: 40px;
}
}