
#userLogo {
    margin-top: 75px
}
.content {
    transform: translateY(25%);
}
.content-wrapper {
    background: #fff;
}
@media screen and (max-height: 750px) {
    #userLogo {
        margin-top: 30px
    }
    .content {
        transform: none;
        margin-top: 30px;
    }
}
.content-wrapper, footer.main-footer {
    margin-left: 0!important;
}
.wrapper {
    background-color: transparent!important;
}
.main-sidebar, .sidebar-toggle {
    display: none!important;
}
.logo:hover {
    background-color: #990000!important;
}