@import url(https://fonts.googleapis.com/css?family=Raleway:400);* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%
}

body {
    font-family: Raleway,sans-serif
}

div.page {
    height: 100%;
    text-align: center;
    position: relative
}

div.container {
    padding: 15px;
    margin: 0 auto;
    max-width: 500px
}

#home #upper {
    height: 40%;
    background-color: #4b697d
}

#home #lower {
    height: 60%;
    padding: 15px
}

#home h1 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 64px
}

#home h2 {
    color: #8E8E93;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px
}

#home img#avatar {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    border-radius: 128px;
    border: 3px solid #FFF
}

#home ul {
    margin-top: 20px;
    list-style-type: none
}

#home ul li {
    display: inline
}

#home .nav-icon {
    width: 24px;
    height: 24px;
    margin: 15px 3px;
    font-size: 22px;
    color: #000;
    display: inline-block
}

#home .nav-icon:hover {
    color: #00a2e1;
}