/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */


body {
    /* font-family: Lucida Bright,Georgia,serif;  */
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

a { color: #62C1BF;}
a:hover { color: #4c9695 }

header {
    background-color: #1b1b1b;
    
}
section {
    padding: 15px;
    overflow: auto;
    /*width: 1200px;*/
    margin: 0 auto;
}

h1 {
    height: 50px;
    width: 200px;
    float: left;
    background-image: url(logo.svg);
    background-repeat: no-repeat;
    text-indent: -9000px;
    /* color: #62C1BF */
}

h2 {
    color: #1b1b1b;
    font-size: 2em;
    margin: .5em 0;
}

.intro p {
    line-height: 1.5em;
    font-size: 1.1em;
}



footer {    
    border: #E6F4F1 1px solid;
    border-width: 1px 0 0 0;
    margin: 2em 15px 0;
    /* background-image: url(favicon.svg);
    background-repeat: no-repeat;
    background-position: center; */
}

footer nav ul {
    overflow: hidden;
    margin-bottom: 1em;
}
footer nav ul li {
    float: left;
    margin-right: 1em;
    padding-right: 1em;
    border-right: #E6F4F1 2px solid;
}
footer nav ul li:last-of-type {
    border-right: none;
}

footer em {
    display: block;
    text-align: center;
    color: #95B1AF;
    font-style: italic;
    font-size: .9em;
}

img.headshot {
    float: right;
    display: none;

}
