@font-face {
  font-family: 'crimsonroman';
  src: url('crimson-roman-webfont.eot');
  src: url('crimson-roman-webfont.eot?#iefix') format('embedded-opentype'),
       url('crimson-roman-webfont.woff') format('woff'),
       url('crimson-roman-webfont.ttf') format('truetype'),
       url('crimson-roman-webfont.svg#crimsonroman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein 
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}​

html, body, div, span {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'crimsonroman','serif';
	color: #111;
}
html.homepage {
  width: 100%;
  min-height: 100%;
  display: table;
  vertical-align: middle;
}
.homepage body {
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
iframe {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  height: 900px;
}
h1, h2{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}
hr {
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #555;
  border-top: none;
}
a, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover {
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3);
}

#gearhart-main {
  display: inline-block;
  animation: fadein 1s 1;
  -moz-animation: fadein 1s 1; /* Firefox */
  -webkit-animation: fadein 1s 1; /* Safari and Chrome */
  -o-animation: fadein 1s 1; /* Opera */
}
#gearhart-heading {
  font-size: 5em;
  line-height: 1.1em;
  letter-spacing: 2px;
}
#gearhart-product-heading {
  font-size: 5em;
  margin: 20px 0;
}
#pdf-link {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 200px;
  text-align: center;
  margin-left: -100px;
}
#gearhart-hr {
  opacity: 0;
  border: none;
}
#project-list {
  margin: 2em auto 50px;
  list-style: none;
  font-size: 1.5em;
  text-align: center;
  padding: 0;
  line-height: 1.6em;
}
#project-block {
  margin: auto;
  width: 400px;
  max-width: 80%;
}
#project-hr {
  max-width: 30%;
  width: 100px;
}

#hiring {
    font-size: 13px;
}
#work-in-startups-link {
    font-size: 16px;
    display: block;
}
#email-me {
    margin-top: 10px;
}