/* 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 {
  position: fixed;
  float: left;
  z-index: 50;
  padding-left: 2%;
  padding-top: 20px;
}

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

#guts {
margin: 0 10%;
padding-top: 20px;
}

#guts img {
  width: 100%;
}

#info {
  margin-bottom: 4em;
}

.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: 45%;
  top: 120px;
  bottom: 0px;
  position: fixed;
  float: left;
  max-height: 100%;
  max-width: 50em;
  overflow: auto;
}

#left #contact {
  margin: 2.5%;
  list-style: none;
}

.group {
  margin: 2.5%;
}

iframe {
  width: 100%;
  margin-bottom: 4em;
}


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

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


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

#contact {
  width: 100%;
  float: left;
}


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


#contact li {
  line-height: 1.3;
}

#guts h4 {
  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, #info li {
  color: #dddddd;
  list-style: none;
  font-size: 1em;
  line-height: 1.3;
}

#info li {
text-align: left;
}

#date li {
text-align: right;
float: right;
}

.resume-right #info li {
  margin-bottom: 0;
}

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;
}