#socialimg
{
    float: left;
}

body{
    background-color: #feffff;
}

header h1
{
    clear: both;
    text-align: center;
}

header
{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 12pt;

    margin: 1rem;
}

header p
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
}

header section
{
    display: grid;
    grid-template-columns: 1fr 1fr;

    border: .25rem solid grey;
    border-radius: 2rem 0rem 2rem 0rem;
    padding: .5rem;
    margin: .5rem;
}

#intromsg
{
    clear: both;
}

ol li a
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    font-style: italic;
}

#portfolio
{
    clear: both;
    margin: 2rem;

    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 14pt;

    display: grid;;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

#portfolio h3
{
    grid-column: 1/3;
}

#portfolio figure
{
    max-width: 45rem;
    border: .25rem ridge grey;

    justify-self: center;
}

#portfolio figure img
{
    max-width: 100%;
}

#portfolio figcaption
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    text-align: center;
    font-size: 12pt;
    margin: 1rem;
}

#testimonials
{
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: 1rem;
}

#testimonials h3
{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 14pt;

    grid-column: 1/3;
}

#testimonials section
{
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: .5rem;
    margin: .5rem;

    border: .125rem solid grey;
    border-radius: 2rem 0rem 2rem 0rem;
}

#testimonials p
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    clear: both;
}

.date
{
    color: #bbb;
    font-size: 10pt;
    padding-left: 10px;
}

footer
{
    font-size: 8pt;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.redacted
{
    color: black;
    background-color: black;
    font-size: 8pt;   
}

.redacted::selection
{
    background: black;
}

.star
{
    float: left;
}

.emphisis
{
    font-style: italic;
    font-weight: 700;
}