body {
    color: #6c757d;
}

@media (min-width: 992px) {

    #nav {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 17rem;
        height: 100%;
        background-color: #d3d3d3 !important;
    }

    #nav .navbar-profile {
        display: flex;
        margin: auto auto 0;
        padding: 0.5rem;
    }

    #nav .navbar-profile .img {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2);
    }

    #nav .logo {
        max-width: 7rem;
        max-height: 7rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2)
    }

    #nav .navbar-social {
        display: flex;
        flex-grow: 0;
        margin-bottom: auto;
    }

    #content {
        min-height: 100vh;
        margin-left: 18rem;
    }
}

@media (max-width: 991px) {

    body {
        margin-top: 130px;
        margin-left: 1rem;
    }

    #nav {
        text-align: center;
        height: 6rem;
        display: flex;
        flex-direction: column;
        background-color: #d3d3d3 !important;
    }

    #nav .navbar-profile {
        position: fixed;
        display: flex;
        font-size: 22px;
    }

    #nav .navbar-profile .img {
        position: center;
        max-width: 10rem;
        max-height: 10rem;
        zoom: 50%;
        border: 0.5rem solid rgba(255, 255, 255, 0.2);
    }

    .logo {
        position: absolute;
        right: 0;
        margin-top: 1rem;
        max-width: 10rem;
        max-height: 10rem;
        zoom: 50%;
        border: 0.5rem solid rgba(255, 255, 255, 0.2)
    }
}

#content {
    display: flex;
    align-items: center;
    max-width: 75rem;
}

.social-icons {
    align-items: center;
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    background-color: #495057;
    color: #fff;
    border-radius: 100%;
    font-size: 1.3rem;
    margin-right: 1.5rem;
}

li.list-inline-item {
    zoom: 200%;
}