@media (min-width: 992px) {

    #navbar {
        min-height: 600px;
    }

    .nav-top #title {
        font-size: xx-large;
        color: whitesmoke;
    }

    .logo-nav {
        width: 70px;
        height: 70px;
        border: 1px solid black;
        border-radius: 100%;
    }
}