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

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

body {
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  font-family: 'Code Bold', sans-serif;
  font-size: 5em;
  font-weight: normal;
}

h1:first-child {
  font-family: 'Code Light', sans-serif;
  font-size: 10em;
  line-height: 60px;
}

h2, h3, hr:after {
  text-transform: capitalize;
  font-family: 'Code Bold', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

h4 {
  font-family: 'Code Light', sans-serif;
  font-size: 2em;
  font-weight: normal;
}

p {
  font-size: 1em;
}

article p {
  font-size: 1em;
}

blockquote q {
  font-size: 1.25em;
}

blockquote {
  font-weight: normal;
}

a {
  font-weight: bold;
}

nav li a,
article div a {
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: 2.5pt;
}



/* //////////////////////////////// */
/* MEDIA QUERIES */
/* //////////////////////////////// */

@media all and (max-width: 720px) {

  header h1		{ font-size: 0.5em; }
  header h1:first-child	{ font-size: 0.5em; }

}

@media all and (max-width: 960px) and (min-width: 721px) {

  header h1		{ font-size: 2.5em; }
  header h1:first-child	{ font-size: 7.5em; }

}