/* Reset */



/* 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, 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;
}

html, body {
    margin: 0;
    max-width: 100%;
 
}

body {
  background-color: black;
}

header {
  z-index: 50;
  padding: 5%;
}

#right {
  width: 100%;
  float: right;
}

#guts {
margin: 5%;
margin-bottom: 4em;

}

#guts img {
  width: 100%;
}

#info {
  margin-bottom: 2em;
}

iframe {
  width: 100%;
}

.resume-right li {
  margin-bottom: 1em;
}

nav::-webkit-scrollbar { width: 0 !important }
nav { -ms-overflow-style: none; }
body::-webkit-scrollbar { width: 0 !important }
body { -ms-overflow-style: none; }

nav {
  background-color: #dddddd;
  width: 100%;
  position: relative;
  float: left;
}

.group {
  margin: 2.5%;
}


#left img {
  width: 45%;
  padding: 2.5%;
  float: left;
  clear: none;
 }

 #right img {
  padding-bottom: 4em;
 }


#contact li, #guts #contact li {
  text-decoration: none;
  list-style: none;
  font-size: 1em;
}

#contact {
  width: 100%;
  float: left;
  padding-bottom: 1em;
  border-bottom: 2px solid #dddddd;
}


/*** Type ***/

@font-face {
font-family: 'protogrotesk-light';
    src: url('fonts/protogroteskweb-light.eot');
    src: url('fonts/protogroteskweb-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/protogroteskweb-light.woff') format('woff');
}

h1 {
   font-family: 'protogrotesk-light', helvetica, sans-serif;
}

p, li, h4 {
  font-family: 'protogrotesk-light', sans-serif;
  color: #dddddd;
}

h2 {
  font-family: 'protogrotesk-light', helvetica, sans-serif;
  color: #dddddd;
}

h4 {
  font-size: 4em;
}

#email {
  width: 45%;
  float: left;
}

#contact li a, #contact h3 a:visited, #contact h3 a:active {
   text-decoration: none;
}

#contact li {
   line-height: 1.3;
}

#guts h4 {
  display: inline;
  color: #dddddd;
}

#guts h2 {
  text-align: left;
  font-size: 2em;
  color: #dddddd;
}

#guts .resume-right p {
  font-size: 1em;
  margin-bottom: 4em;
  line-height: 1.3;
}

#guts .resume-right h2 {
  margin-bottom: 0.5em;
}

#circle {
  margin-top: -10px;
  margin-left: -30px;
  color: black;
  font-size: 4em;
}

#guts p {
  text-align: left;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

#guts li {
  color: #dddddd;
  list-style: none;
  font-size: 1em;
  line-height: 1.2;
}

#info li {
text-align: left;
max-width: 70%;
}

.resume-right #info li {
  margin-bottom: 0;
  max-width: none;
  line-height: 1.3;
}

#date li {
text-align: right;
float: right;
max-width: 30%;
}



a, a:visited {
  text-decoration: none;
   border-bottom: 1px #666666 dotted;
   color: #dddddd;
}

a:hover, a:active {
  text-decoration: none;
  background-color: #dddddd;
   border-bottom: 1px #666666 dotted;
   color: black;
}