/* Profile Styles */
#profile .portrate img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

#profile .portrate {
    text-align: center;
    margin-bottom: 15px;
}

#profile .title h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#profile .title h3 {
    margin-top: 5px;
    padding: 0 10px;
}

/* Mobile Menu Styles */
.mobilemenu {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 0px;
    z-index: 1002;
    font-size: 30px;
    padding: 2px 10px;
    background: #2b2b2b;
    width: 50px;
    height: 50px;
    color: #fff;
    display: none;
    text-decoration: none;
}

.mobilemenu:hover,
.mobilemenu:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .mobilemenu {
        display: block;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 60px;
        text-align: center;
        background-color: #2b2b2b;
    }
}
