* {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-family: "HelveticaNeueRegular", Helvetica, calibri, san-serif; }

#fade_wrapper {
  display: none; }

section.color-block {
  display: block;
  height: 100vh;
  padding: 0;
  margin: 0; }
  section.color-block .content {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }

#top {
  background-color: #FFAE00; }
  #top #intro {
    margin-bottom: 40px;
    font-size: 2em;
    color: #FFF;
    font-weight: normal; }

#photography {
  background-color: #64CCC5; }
  #photography h2 {
    font-size: 2.5em;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: normal; }

.social-links a {
  padding: 7px 0;
  display: inline-block;
  margin-right: 40px;
  text-decoration: none;
  color: #FFF;
  border-bottom: 1px solid transparent; }
  .social-links a span {
    padding-left: 22px;
    /* email icon made by Yannick (http://yanlu.de), from http://www.flaticon.com
     * and is licensed under CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/) */
    background-image: url("../img/social_icons.png");
    background-repeat: no-repeat; }

.social-links a:hover {
  border-bottom: 1px solid white; }

#social-email span {
  background-position: 0 1px; }

#social-github span {
  background-position: 0 -17px; }

#social-linkedin span {
  background-position: 0 -35px; }

#social-resume span {
  background-position: 0 -53px; }

#social-medium span {
  background-position: 0 -70px; }

#social-flickr span {
  background-position: 0 -88px; }

.lowercase {
  text-transform: lowercase; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 8, 2012 */
@font-face {
  font-family: "HelveticaNeueRegular";
  src: url("../fonts/helveticaneue-light-webfont.eot");
  src: url("../fonts/helveticaneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-light-webfont.woff") format("woff"), url("../fonts/helveticaneue-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*# sourceMappingURL=style.css.map */
