header {
    //padding: 20px 0 25px;
    //height: 100px;
}
header .main-logo {
    margin-top: 5px;
}
header .main-menu{
    padding: 0 !important;
}
header .main-menu .menu-link {
    color: #fff;
    font-weight: 600;
}

.white-text{
    color: #FFF !important;
}
.page.driver-page{
    height: 100vh;
    background-image:url(../static_images/dark_bg.png);
}

.dark-mode header.fixed-header{
    background: #111318;
}

.page.driver-page .page-block{
    height: 100vh;
    background-image: url(../static_images/bg_logo.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    padding: 100px 0;
}
.app-driver-block {
    height: 100%;
    text-align: center;
}
.app-driver-block .app-driver-title {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}
.app-driver-block img{
    height: calc(100% - 100px);
    margin-top: 25px;
}

footer{
    background: #111318;
    color: #FFF;
}

footer a, footer a:hover{
    color: #FFF;
    font-size: 14px;
}

footer a.underlined{
    text-decoration: underline;
}

footer .footer-text, footer .footer-text a, footer .footer-text a:hover{
    color: #383E4E !important;
    font-size: 12px !important;
    line-height: 100%;
}

.black-border{
    border-color: #383E4E !important;
}

img.gradient-bg{
    background: radial-gradient(#8A58E5 0%, #8a58e538 40%, transparent 70%);
}
