/*
 * Palette
 * ============================================================================ 
 * R #9B5057
 * dR#6B393A
 *
 * Y#9C9431
 * dY#746B2A
 *
 * G#4A9C4A
 * dG#2C5C36
 *
 * B#6282BB
 * dB#304C8D
 *
 * black: #000106
 * white: #FAFFF9
 ============================================================================ */

* {
    margin: 0; padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 40px 4%;
    font: 18px sans-serif;
    color: #FAFFF9;
    background: #FAFFF9 url(../images/agsquare.png) left top;
}
h1 {
    font-size: 320%;
}
h2 {
    font-size: 180%;
    margin-bottom: 0.5em;
}
h3 a {
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}
ol {
    list-style: none;
}
a {
    color: #FAFFF9; 
}

.who-i-am {
    background: #6B393A;
    background: #C40000;
    text-shadow: 0 1px 0 #9B5057;
    padding: 40px 3%;
    margin-bottom: 50px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.who-i-am a {
    color: #FAFFF9;
}
.what-ive-done {
    position: relative;
    line-height: 1.4em;
}
.what-ive-done>div {
    padding: 20px 1.5%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    transition: all 0.2s;
}
.site-info {
}
.site-blurb {
    margin-top: 1em;
}
.what-ive-done img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
.primary {
    width: 57%; margin-right: 2%;
}
.secondary {
    width: 41%;
    margin-bottom: 40px;
}
.sites {
    background: #304C8D;
    text-shadow: 0 1px 0 #6282bb; 
    float: left; 
    margin-bottom: 40px;
}
.date {
    opacity: 0.6;
}
.sites .date {
    display: block;
    margin-bottom: 0.5em;
}
.secondary .date {
    display: inline-block;
    width: 20%;
    margin-right: 0.5em;
    text-align: right;
    vertical-align: top;
}
.gainful-employment {
    display: inline-block;
    width: 75%;
}
.sites h3 {
    margin-bottom: 1em;
}
.other-professional {
    background: #2C5C36;
    text-shadow: 0 1px 0 #4A9C4A;
    float: right;
}
.education {
    background: #9C9431;
    text-shadow: 0 1px 0 #746B2A;
    float: right;
}
.what-ive-done .primary li {
    margin-bottom: 3em;
    overflow: hidden;
    clear: both;
}
.what-ive-done .secondary li {
    margin-bottom: 0.5em;
}

.the-missing-links {
    text-align: right;
    opacity: 0.6;
    clear: both;
}

.parting-words {
    width: 100%;
    padding: 20px 3%;
    background: #000106;
    clear: both;
    text-align: right;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.back-to-the-top {
    display: block;
}

@media screen and (max-width: 1080px) {

.primary, .secondary {
    width: 100%;
}

}

@media screen and (max-width: 499px) {

.what-ive-done img {
    display: none;
}

}
