/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 106, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 150%;
  line-height: 1.5em;
}

/* line 7, ../sass/style.scss */
body {
  font-family: 'Helvetica', 'sans-serif';
}

/* line 11, ../sass/style.scss */
nav {
  width: 100%;
  background: black;
  color: white;
  position: fixed;
  z-index: 1000;
  -moz-box-shadow: #202020 0px 5px 10px;
  -webkit-box-shadow: #202020 0px 5px 10px;
  box-shadow: #202020 0px 5px 10px;
}
/* line 19, ../sass/style.scss */
nav p {
  padding: 1.5em;
}

/* line 24, ../sass/style.scss */
.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25em;
}
/* line 12, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.grid:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 30, ../sass/style.scss */
.grid .item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 300px;
}
/* line 34, ../sass/style.scss */
.grid .item p {
  text-align: center;
  display: none;
  font-size: 11em;
  line-height: 1.09091em;
}
@media (min-width: 40em) {
  /* line 24, ../sass/style.scss */
  .grid {
    padding-top: 3.75em;
  }
  /* line 44, ../sass/style.scss */
  .grid .item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 65em) {
  /* line 24, ../sass/style.scss */
  .grid {
    padding-top: 4.5em;
  }
  /* line 52, ../sass/style.scss */
  .grid .item {
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 90em) {
  /* line 58, ../sass/style.scss */
  .grid .item {
    width: 25%;
    float: left;
  }
}

/* line 64, ../sass/style.scss */
footer {
  background: black;
  color: white;
}
/* line 68, ../sass/style.scss */
footer p {
  padding: 2em;
  text-align: right;
}

/* line 75, ../sass/style.scss */
nav p, footer p {
  font-size: 0.6em;
  line-height: 2.5em;
}
@media (min-width: 40em) {
  /* line 75, ../sass/style.scss */
  nav p, footer p {
    font-size: 0.75em;
    line-height: 2em;
  }
}
@media (min-width: 65em) {
  /* line 75, ../sass/style.scss */
  nav p, footer p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
