@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #323840;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* KAISHENG */

html,
body,
.container {
    height: 100%;
    padding: 0;
    margin: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Slab', serif;
    background-color: #f4f4f4 !important;
    overflow-x: hidden;
    color: #333332;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-rendering: optimizelegibility;
}

h2 {
    margin: 1rem auto 0 auto;
    color: #FFF;
}

p {
    margin: 0 auto 1rem auto;
    color: #e4e4e4;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

a,
.button {
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #76b041;
    color: #FFF;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, .1);
    transition: all ease-in-out 0.3s;
}

a:hover,
.button:hover {
    background-color: #51cb20;
    transition: all ease-in-out 0.3s;
}

.button.last {
    margin-right: 0;
}

.container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.name-text {
    text-align: center;
    justify-content: center;
}

.name-text div {
    display: flex;
    width: 160px;
    height: 160px;
    flex-direction: column;
    background-color: rgba(255,255,255,.9);
    border-radius: 100%;
    align-items: center;
    margin: auto;
    padding: 4px;
}

.name-text img {
    max-width: 152px;
    max-height: 152px;
    border-radius:100%;
}

.picture-resume {
    height: 200px;
    width: 200px;
}

.picture-resume {
    background-size: cover;
    border-radius: 50%;
    display: table;
    height: 220px;
    width: 220px;
    margin-right: 0;
    margin-left: 1rem;
    position: relative;
    vertical-align: middle;
}

svg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-resume span {
    display: table-cell;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    padding-top: 8px;
    padding-right: 4px;
}

.picture-resume img {
    background-image: url('../imgs/me-h.png');
    height: 150px;
    width: 150px;
    border-radius: 50%;
    opacity: 0.4;
    transition: all 0.5s ease 0s;
}

.picture-resume img:hover {
    opacity: 0.9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.profile svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.st0,
.st1 {
    fill: #4db6ff;
}

.experience {
    background: #3d3e42;
    width: 60%;
    float: left;
    position: relative;
    color: #9099a0;
    font-weight: 300;
    min-height: 100%;
    min-height: 100vh;
}