﻿.font {
    font-family: 'Helvetica Neue',Arial;
}

.nav-icon {
    max-width: 80%;
    /*width: 180px;*/
    margin: auto;
    display: block;
}

.home-background {
    background-image: url(assets/images/Logo_Woltk.jpg);
    background-repeat: unset;
    text-align: center;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrapper-log-list {
    height: calc(100vh - 550px);
    overflow-y: auto;
}

.log-list, .log-list li {
    list-style-type: none;
    font-family: arial;
    font-size: 14px;
}

@media (min-width: 641px) {
    .navbar {
        height: 200px;
        margin-top: 10px;
    }

    .nav-scrollable {
        height: auto !Important;
        overflow-y: auto;
        margin-top:10px;
    }
}
