/* blog post images */

img {
    max-width: 100%;
    height: auto;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.label {
    color: white;
}

a.label:hover {
    color: white;
}

.header-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.header-image img {
    width: 100%;
    height: auto;
}

.article-image {
    margin: 15px;
}

.header-image p,
.article-image p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

/* resume */

#resume h1 {
    padding-top: 20px;
}

#resume #portrait {
    float: left;
    height: 170px;
    margin-right: 20px;
    border-radius: 5px;
}

#resume .headline {
    font-size: 36px;
}

#resume .quote {
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 60%;
}

#resume .company {
    font-weight: bold;
    float: left;
}

#resume .period {
    float:right;
    color: #808080;
}

#resume .role {
    font-style: italic;
    color: #808080;
}

#resume .note {
    text-align: center;
    color: #6b6b6b;
    padding: 40px 0 20px;
    font-size: 16px;
}

#resume  ul {
    margin: 0px;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
}

#resume  li {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 70%
}

#resume  .affiliation-img {
    height: 80px;
    padding: 10px 25px;
}

#resume  #affiliation a:hover {
    border-bottom: none;
}

#privacy .keydata {
    font-style: italic;
    margin: 10px 0 40px;
    display: block;
}

#privacy .fingerprint {
    float: left;
    width: 250px;
    text-align: center;
}

#privacy .fingerprint img{
    width: 200px;
}
