/* ===================================
    Arka css
====================================== */

html{
    background-color: #171717;
}
body{
    background-color: #171717;
}

.loader{
    background-color: #000;

}

.loader img{
    width: 200px;
    max-width: 200px;
    height: auto;
}


.text-arka{
    color: #D50A2B !important;
}

.navbar-brand > img {
    max-width: 300%;
}


.logo-default{
    height: 80px;
    width: auto !important;
    margin-left: -40px;
}

.morphic-title {
    min-height: 40vh;
}

@media (max-width: 568px) {
    .logo-default {
        height: 60px;
        margin-left: 16px;
        margin-top: -12px;
    }
}

