* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    background-color: #d6d6d6;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

#diag-box {
    position: absolute;
    width: 200%;
    height: 300px;
    background-color: #7c7c7c;
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: -30%;
    left: -40%;
}

.section .title {
    text-transform: uppercase;
    border-bottom: 2px solid white;
    font-size: 15pt;
    line-height: 50px;
    margin-bottom: 20px;
}

.container {
    margin-top: 50px;
    box-shadow: 1px 1px 5px  rgba(0,0,0,.6);
}

#sidebar {
    background-color: #333;
    padding: 30px 0;
    color: #fff;
}

#sidebar .section {
    margin: 0 20px 0 50px;
}

#sidebar .section a {
    color: #fff;
}

#sidebar .pic {
    height: 140px;
    margin: 30px 0 60px;
    text-align: center;
    background-color: #feca57;
}

#sidebar .pic img {
    height: 200px;
    border: 5px solid white;
    border-radius: 50%;
    margin-top: -30px;
    box-shadow: 0 0 0 2px #333;
    background-color: white;
}

#contact dt, #contact dd {
    line-height: 30px;
}

#contact dt {
    float: left;
    margin-right: 10px;
}

#main {
    background-color: #fff;
    padding: 30px 0;
    color: #333;
}

#main .pic {
    height: 50px;
    margin: -30px 0 -30px;
    text-align: center;
    background-image: linear-gradient(90deg, #feca57, #dcaf4b);
}

#main .pic img {
    height: 100px;
    border-radius: 50%;
    margin-top: -30px;
    padding: 5px;
    background-color: white;
}


#main .name {
    background-image: linear-gradient(90deg, #feca57, #dcaf4b);
    height: 140px;
    line-height: 140px;
    padding: 0 40px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 35pt;
    font-weight: 300;
    margin-bottom: 0;
}

#lang {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 30px;
    text-align: right;
}

#lang a {
    color: #666;
}

#main .section {
    margin: 0px 30px 40px 40px;
}

#main .section .title {
    border-color: #666;
    color: #333;
}

#main h3 {
    margin-bottom: 15px;
    font-size: 18pt;
    margin-top: 30px
}

#main  p.sub {
    margin-top: -10px;
    color: #888;
    font-size: 12pt;
    line-height: 14pt;
}

#main h4 {
    font-size: 14pt;
    margin-bottom: 7px;
}

#main .indent {
    padding-left: 20px;
}