/*top-nav*/
.user-info .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.user-info .dropdown-menu {
    width: auto;
    min-width:auto;
}
.jumbotron {
    color: #fff;
    background: -webkit-linear-gradient(45deg, #32a853 0%, #38a88d 100%);
}
.jumbotron h2{
    font-size: 30px;
}