.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.card {
    margin-bottom: 15px;
}

.navbar-brand {
    padding: 7px 15px;
}

.pl-3 {
    padding-right: 1rem !important;
}

@media only screen and (min-width: 768px) {
    .nav-link-item {
        padding: 67px 15px;
        text-decoration: none !important;
    }
    .nav-link-item:hover {
        background-color: #eee;
        opacity: 0.7;
    }
}

@media only screen and (max-width: 768px) {
    .nav-link-item {
        text-decoration: none !important;
        display: block;
        padding-bottom: 5px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-brand img {
        height: 132px;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        height: 112px;
        width: auto;
    }
}