body{
    background-color: #3C444C !important;
}

header{
    background-color: #242C32 !important;
    color: #FFFFFF !important;
}

header a{
    color: #DCE400 !important;
}

.header_menu a, .header_menu button{
    font-weight: 600;
    color: #DCE400 !important;
}

.header_menu .btn-default{
    background-color: #DCE400 !important;
    color: #242C32 !important;
}

.header_menu .btn-link, .header_menu .dropdown-item{
    color:#000 !important;
}

footer{
    background-color: #242C32 !important;
    color: #FFFFFF !important;
}

footer a{
    text-transform: uppercase !important;
    color: #DCE400 !important;
}

    #app{
        background-image: url('https://stib.fra1.digitaloceanspaces.com/stage/public/NWVweLtN4Qa94L206xQgHJS3ps8LE3IU2iOsa6FQ.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0px 70px;
    }

    #app #content{
        min-height: 600px;
    }

    #app #content .home-container{
        margin-top: 200px;
    }

.header {
height: 90px;
}
.header_logo {
height: 90px;
display: flex;
width: auto;
align-items: center;
}

.header_logo img {
height: auto !important;
display: inline-flex;
max-height: none !important;
}

.header_slogan {
margin-left: 170px;
text-transform: uppercase;
font-style: italic;
}
