/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    font-size: 87.5%;
}
body {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
    line-height: 1.6;
}
/* Blue color */
body, a, a:link, a:active, a:hover, a:visited {
    color: #17375D;
    text-decoration: none; 
}

/* Orange color 
    color: #A97008;
*/

.clear {
    clear: both;
}
.pf-wrap {
    display: block;
    position: relative;
}
.pf-wrap .linkedin, .pf-wrap .photo {
    position: absolute;
}
.pf-wrap .linkedin {
    top: 0;
    left: 0;
}
.pf-wrap .photo {
    top: 0;
    right: 0;
}
.linkedin {
    border: solid 1px #17375D;
    padding: 14px;
    padding: 1rem;
}

#pf-assen .linkedin {
    border-color: #A97008;
}
#pf-ams-site {
    padding-top: 28px;
    padding-top: 2rem;
    text-align: center;
    margin-bottom: 28px;
    margin-bottom: 2rem;
}
.linkedin h1 {
    text-decoration: underline;
    font-size: inherit;
    margin: 0 0 7px 0;
    margin: 0 0 0.5rem 0;
}
#pf-ams-site h1 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
}

#pf-ams-site h2 {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
}
.peter {
    margin-bottom: 14px;
    margin-bottom: 1rem;
}



/* Narrow screens */
@media only screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
    #mainwrap {
        margin: auto 2%;
        width: 96%;
    }
    #title {
        font-size: 1rem;
    }
    .linkedin {
        width: 60%;
    }
    .peter {
        color: #A97008;
    }
}

/* Intermediate screens */
@media only screen and (min-width: 768px) and (max-width: 999px){
    html {
        font-size: 75%;
    }
    #mainwrap {
        width: 768px;
    }
    #pf-ams, #pf-assen, .pf-wrap {
        width: 345px;
    }
    .linkedin {
        width: 180px; 
    }

}
