/** CSS Reset **/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans500Regular';
    src: url('fonts/museosans_500-webfont.eot');
    src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_500-webfont.woff') format('woff'),
         url('fonts/museosans_500-webfont.ttf') format('truetype'),
         url('fonts/museosans_500-webfont.svg#MuseoSans500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LindenHillRegular';
    src: url('fonts/LindenHill-webfont.eot');
    src: url('fonts/LindenHill-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LindenHill-webfont.woff') format('woff'),
         url('fonts/LindenHill-webfont.ttf') format('truetype'),
         url('fonts/LindenHill-webfont.svg#LindenHillRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	border-top: 12px solid #666;
}

a {
	color: #666;
}

a:hover {
	color: #000;
}

#container {
	width: 100%;
    max-width: 1000px;
	margin: 0 auto;
    align: center;
    padding-bottom: 30px;
}

#headshot {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#headshot-small {
    display: none;
}

#name {
	font-family: ChunkFiveRegular, Georgia, Serif;
	text-align: center;
	font-size: 7em;
  margin-bottom: 20px;
}

#title {
	font-family: OstrichSansMedium, Helvetica, Arial, Sans-Serif;
	text-align: center;
	font-size: 3.5em;
}

#data {
  margin-top: 40px;
	margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 550px;
  text-align: center;
  border: 1px solid black;
}

#data p {
  font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.6em;
    margin-top: 20px;
	color: #666;
    line-height: 1.5em;
    max-height: 999999px;
}

.data-type {
	font-weight: bold;
	color: #000;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  margin-top: 150px;
  margin-bottom: 20px;
}

#footer p {
  font-family: OstrichSansMedium, Helvetica, Arial, Sans-Serif;
	text-align: center;
	font-size: 3.5em;
}

@media (max-width: 660px) {
    #name {
        font-size: 4.25em;
    }

    #title {
        font-size: 2.5em;
    }

    #headshot {
        display: none;
    }

    #headshot-small {
        display: block;
        margin: 15px auto 15px auto;
        width: 275px;
    }

    #data {
      width: 85%;
    }

    #data p{
        padding: 0 5px 0 5px;
        font-size: 1.4em;
    }
}
