body {
    font-family: lato;
    background: url(../img/back2back.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

/*PAGE ONE - OMEPAGE*/

/*PUSHY BUTTON SIDEBAR*/
/* Menu Button */
#side {
    position: absolute;
    left: -10px;
}

.menu-btn {
    padding: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

/* Menu Styles */
.sidebar {
    color: #b3b3b1;
}

#side ul li {
    text-align: center;
}

.sidebar h4 {
    padding: 0.2em 1em;
}

.pushy {
    width: 190px;
    font-size: 0.9em;
    font-weight: bold;
    background: #333332;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
}

.pushy a {
    padding: 15px 30px;
    color: #b3b3b1;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pushy a:hover {
    color: #ffffff;
    background: #07091f;
}

#main-menu {
    font-size: 30px;
    text-align: center;
    padding: 30px 0 30px 0;
}

#icon-setting {
    width: 53px;
    position: absolute;
    top: 20px;
    left: 20px;
}

#social {
    position: absolute;
    left: 86%;
}

#social ul li {
    display: inline-block;
}

#facebook, #twitter {
    width: 53px;
    margin-left: 21px;
}

header img {
    width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 18px;
}

#profil {
    text-align: center;
}

#profil h1 {
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: bold;
}

#profil ul {
    margin-bottom: 30px;
}

#profil ul li {
    display: inline-block;
    font-size: 25px;
}

#user {
    position: relative;
    top: 5px;
    width: 50px;
    margin-right: 43px;
}

#text {
    margin-right: 80px;
}