body {
    background-image: url(../img/ningbo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: 'Open Sans', 'helvetica', arial, sans-serif;
    font-weight: 300;
    color: #62686f;
    height: auto;
    text-align: center;
}

.container {
    width: 960px;
    margin: 0 auto;
    /*    background-color: #D8D8D8;*/
    padding: 1px;
}

.container p {
    margin-top: 60px;
    margin-bottom: 50px;
}

.main-header__avatar {
    margin-top: -50px;
    margin-bottom: 10px border : 3 px solid white;
    border-radius: 999px;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
    width: 150px;
}

.main-header {
    position: relative;
    background-image: url(../img/banner.jpg);
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    margin-top: 60px;
    font-family: 'Open Sans', 'helvetica', arial, sans-serif;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 300;
}

h1, h2 {
    font-size: 2em;
    margin: 0px;
    font-weight: bold;
}

.main-nav {
    background-color: #333;
}

.main-nav ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-nav ul li {
    margin: 15px 10px;
    display: inline-block;
}

.whatido__skill-list {
    margin-top: 60px;
    overflow: hidden;
}

.whatido__skill-list p {
    margin-top: 80px;
}

.whatido__skill-list h3 {
    margin-top: 110px;
}

.whatido__skill-list .whatido__skill {
    display: inline-block;
    float: left;
}

.whatido__skill--code {
    width: 33%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/skill-code.png);
}

.whatido__skill--design {
    width: 33%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/skill-design.png);
}

.whatido__skill--product {
    width: 33%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/skill-product.png);
}

.main-nav ul li a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

.main-nav ul li a:hover {
    text-decoration: underline;
}

.info-section {
    background-color: #fff;
    padding: 30px 60px;
}

.info-section header h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.whatido_title :after {
    border-bottom: 3px solid black;
}

.s-line {
    background: none repeat scroll 0 0 #333;
    height: 3px;
    margin: 16px auto 20px;
    width: 80px;
}

.info-section__description {
    font-style: italic;
}

.education-experience img {
    float: left;
    width: 180px;
    height: auto;
}

.education-experience article {
    overflow: hidden;
}

.education-experience__list li {
    margin-top: 35px;
    display: inline;
    list-style-image: none;
}

.education-experience__list li article h3 {
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.education-experience__list li article p {
    text-align: left;
}

.education-experience__list li article img {
    display: inline;
}

.photos__list {
    box-sizing: border-box;
}

.photos__list img {
    width: 20%;
    padding: 10px;
    display: inline;
}

.photos__list {
    display: inline;
}

.photos__list :before, .photos__list:after {
    box-sizing: inherit;
}

.get-in-touch {
    background-color: white;
}

.get-in-touch__list li {
    float: left;
    width: 25%;
    display: inline;
}

.get-in-touch__list li a {
    text-decoration: none;
    color: black;
}

.get-in-touch__list li img {
    width: 60%;
}

.contact input,
.contact textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact button {
    border: none;
    border-radius: 9999px;
    background: #ffd524;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    box-shadow: 0 3px 0 #daae1d;
}

.padding_leave {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 10px;
    text-align: left;
}

.padding_box {
    margin-left: 0px;
    width: 100%;
}

.box {
    text-align: center;
    zoom: 1;
    position: relative;
    overflow: visible;
    margin: 10px auto;
}

.align-left {
    top: 0px;
    position: absolute;
    left: -100%;
    width: 100%;
    text-align: right;
    margin-top: 0;
}

label.outside {
    text-align: right;
    margin-right: 10px;
    margin-top: 0px;
    position: absolute;
    right: 100%;
    width: 200px;
}

.box textarea {
    padding: 10px;
    float: none;
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_width {
    width: 100%;
}

#footer {
    position: relative;
    margin-top: -60px;
    height: 30px;
    clear: both;
    background-color: dimgray;
    color: whitesmoke;
}

#footer a {
    text-decoration: none;
    color: whitesmoke;
}