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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Block";
  src: local("block-berthold-regular.ttf"), url("block-berthold-regular.ttf"); }
@font-face {
  font-family: "Block-thin";
  src: local("block-berthold-extra-condensed.ttf"), url("block-berthold-extra-condensed.ttf"); }
@font-face {
  font-family: "tight";
  src: local("AldineExpanded.ttf"), url("AldineExpanded.ttf"); }
/* TYPOGRAPHY */
h1 {
  font-family: "Block", "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
  font-size: 80px;
  font-size: 5em; }

h2 {
  font-family: "block-thin";
  color: #b95d3e;
  font-size: 54.4px;
  font-size: 3.4em; }

h3 {
  font-family: "block-thin";
  color: #464646;
  text-transform: uppercase;
  font-size: 41.6px;
  font-size: 2.6em; }

p {
  font-family: "didot";
  color: #464646;
  font-size: 19.2px;
  font-size: 1.2em; }

body {
  padding: 60px;
  background-color: #d9ce96; }

footer {
  font-family: "didot";
  font-weight: bold;
  color: #b95d3e;
  font-size: 32px;
  font-size: 2em; }

li {
  font-family: "didot";
  line-height: 1.4;
  font-size: 20.8px;
  font-size: 1.3em; }

a:hover {
  color: #b95d3e; }

abbr {
  font-family: "tight"; }

header h1, header h2 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }
header h2 {
  margin-top: 20px;
  margin-left: 16px;
  text-transform: lowercase; }

h1::first-letter {
  font-family: "tight";
  font-size: 32px;
  font-size: 2em; }

h2::first-letter {
  font-family: "tight"; }

h3:after {
  background: #464646;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 60%; }

h3::first-letter {
  font-family: "tight";
  font-size: 38.4px;
  font-size: 2.4em; }

h2, h3 {
  animation-duration: 3s;
  animation-name: slidein;
  /* animation-iteration-count: infinite;
    animation-direction: alternate; */ }

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }
header h2:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #b95d3e;
  float: left;
  clear: left;
  margin-top: 80px;
  margin-bottom: 20px; }

.summary {
  width: 60%;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 140px; }
  .summary p {
    font-family: "block-thin";
    line-height: 1.6;
    margin-bottom: 20px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
    font-size: 32px;
    font-size: 2em; }

.summary a {
  font-family: "tight";
  color: #b95d3e;
  text-decoration: none; }

.summary a:hover {
  color: #464646; }

.summary p:nth-child(2) {
  font-family: "didot";
  margin-left: none;
  font-size: 22.4px;
  font-size: 1.4em; }

.preamble p {
  font-size: 25.6px;
  font-size: 1.6em; }

.explanation,
.participation,
.benefits,
.requirements,
.design-archives,
.zen-resources {
  margin-top: 40px; }

.preamble,
.explanation, .participation,
.benefits,
.requirements {
  margin-bottom: 30px; }
  .preamble p,
  .explanation p, .participation p,
  .benefits p,
  .requirements p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6; }
  .preamble a,
  .explanation a, .participation a,
  .benefits a,
  .requirements a {
    text-decoration: none;
    color: #b95d3e;
    font-family: "block"; }
  .preamble a:hover,
  .explanation a:hover, .participation a:hover,
  .benefits a:hover,
  .requirements a:hover {
    color: #464646; }

.preamble:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #b95d3e;
  float: left; }

.explanation, .participation,
.benefits {
  width: 60%;
  float: left; }
  .explanation h3, .participation h3,
  .benefits h3 {
    text-align: left; }

.preamble, .requirements {
  clear: left;
  float: right;
  width: 60%; }

.requirements:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #b95d3e;
  float: left;
  margin-bottom: 100px; }

footer {
  float: left;
  margin-bottom: 60px; }
  footer a:hover {
    color: #b95d3e; }
  footer a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #464646;
    font-family: "tight";
    margin-right: 30px; }

footer:before {
  content: "";
  width: 0;
  height: 100%;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #b95d3e;
  margin-right: 40px;
  display: inline-block;
  vertical-align: middle; }

.design-selection {
  margin: 0 auto;
  width: 60%;
  clear: left;
  line-height: 1.6;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
  font-size: 19.2px;
  font-size: 1.2em; }

.design-selection h3 {
  font-family: "tight";
  color: #b95d3e;
  text-align: left;
  font-size: 20.8px;
  font-size: 1.3em; }

.design-selection h3:after {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  width: 0%; }

.design-selection nav a,
.design-archives nav a {
  text-decoration: none; }
.design-selection li,
.design-archives li {
  color: #b95d3e; }
.design-selection a:hover,
.design-archives a:hover {
  color: #464646; }

.design-selection .design-name,
.design-selection .designer-name {
  color: #b95d3e; }

.design-selection .designer-name {
  font-family: "block-thin"; }

.design-archives,
.zen-resources {
  width: 40%; }
  .design-archives h3,
  .zen-resources h3 {
    margin-bottom: 20px; }

.design-archives {
  float: right;
  text-align: right;
  margin-bottom: 40px; }
  .design-archives .next a,
  .design-archives .viewall a {
    color: #464646; }
  .design-archives .next a:hover,
  .design-archives .viewall a:hover {
    color: #b95d3e; }

.design-archives h3:after {
  background: #464646;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 40%; }

.zen-resources {
  float: right;
  text-align: right;
  clear: right; }
  .zen-resources .view-css a,
  .zen-resources .css-resources a,
  .zen-resources .zen-faq a,
  .zen-resources .zen-submit a,
  .zen-resources .zen-translations a {
    text-decoration: none;
    color: #464646; }
  .zen-resources .view-css a:hover,
  .zen-resources .css-resources a:hover,
  .zen-resources .zen-faq a:hover,
  .zen-resources .zen-submit a:hover,
  .zen-resources .zen-translations a:hover {
    color: #b95d3e; }

.zen-resources:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 100px solid #b95d3e;
  float: left;
  margin-top: 20px; }

.zen-resources h3:after {
  background: #464646;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 40%; }

/* MEDIUM MEDIA QUERY */
@media screen and (min-width: 800px) {
  h1 {
    font-family: "Block", "Arial", sans-serif;
    text-transform: uppercase;
    color: #464646;
    font-size: 96px;
    font-size: 6em; } }
/* LARGE MEDIA QUIERY */
@media screen and (min-width: 1280px) {
  h1 {
    font-family: "Block", "Arial", sans-serif;
    text-transform: uppercase;
    color: #464646;
    font-size: 112px;
    font-size: 7em; } }

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