/* line 5, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/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, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../scss/colors.scss */
.pink {
  color: #c896af;
  border-image: url("../img/underline.svg#pink") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* line 14, ../scss/colors.scss */
.yellow {
  color: #fff88f;
  border-image: url("../img/underline.svg#yellow") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* line 19, ../scss/colors.scss */
.blue {
  color: #92cefb;
  border-image: url("../img/underline.svg#blue") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* line 24, ../scss/colors.scss */
.green {
  color: #64dc3c;
  border-image: url("../img/underline.svg#lightGreen") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* line 1, ../scss/grammar.scss */
.underline-green {
  border-image: url("../img/underline.svg#green") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* line 5, ../scss/grammar.scss */
.underline-red {
  border-image: url("../img/underline.svg#red") 0 0 44 0 repeat;
  border-bottom-width: 10px;
}

/* Fonts */
/* Mixins */
/* line 17, ../scss/base.scss */
html {
  font-size: 62.5%;
}

/* line 20, ../scss/base.scss */
body {
  background: #1c1a21;
  font-family: 'YoungSerifRegular', serif;
  color: #cfd6dd;
}

/* Type */
/* line 29, ../scss/base.scss */
h1 {
  font-size: 5.0rem;
}

/* line 32, ../scss/base.scss */
h2 {
  font-size: 3.5rem;
}

/* line 36, ../scss/base.scss */
p + p,
ul + ul,
p + ul,
ul + p {
  margin-top: 2em;
}

/* line 42, ../scss/base.scss */
ul {
  list-style: disc;
}

/* line 45, ../scss/base.scss */
p,
ul {
  width: calc(100% - 1em);
  padding-left: 1em;
  box-sizing: border-box;
  moz-box-sizing: border-box;
}

/* line 52, ../scss/base.scss */
.activator {
  cursor: pointer;
}

/* Page Structure */
/* line 57, ../scss/base.scss */
html,
body,
.container {
  height: 100%;
}

/* line 65, ../scss/base.scss */
header {
  background-image: url("../img/darkboomhoney.gif");
  background-size: cover;
}

/* Responsive Stuff */
/* line 3, ../scss/grid.scss */
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 100;
  overflow: hidden;
  /* Do not allow transforms to push out of the container */
}
/* line 15, ../scss/grid.scss */
.grid header {
  width: 100%;
  flex-grow: 3;
  padding: 20px 0 30px;
  border-bottom: 1px solid white;
  text-align: center;
}
/* line 24, ../scss/grid.scss */
.grid footer {
  width: 100%;
  height: 50vh;
  flex-grow: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
/* line 34, ../scss/grid.scss */
.grid .cell {
  flex-grow: 1;
  border-style: solid;
  border-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Do not allow transforms to push out of the container */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 0;
}
/* line 46, ../scss/grid.scss */
.grid .cell.columnHeader {
  height: 10vh;
}
/* line 49, ../scss/grid.scss */
.grid .cell.columnFooter {
  height: 50vh;
}
/* line 52, ../scss/grid.scss */
.grid .cell:not(.columnHeader) {
  min-height: 30vh;
}
/* line 59, ../scss/grid.scss */
.grid .cell.center {
  text-align: center;
}
/* line 63, ../scss/grid.scss */
.grid .cell img {
  width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 600px) {
  /* line 3, ../scss/viewport-wide.scss */
  body {
    font-size: 2.4rem;
    line-height: 1.75em;
  }

  /* line 10, ../scss/viewport-wide.scss */
  .grid header {
    flex-grow: 2;
  }
  /* line 13, ../scss/viewport-wide.scss */
  .grid .cell {
    width: 33vw;
    flex-grow: 1;
    border-bottom-width: 1px;
    background-size: cover;
  }
  /* line 18, ../scss/viewport-wide.scss */
  .grid .cell:not(:nth-of-type(3n)) {
    border-right-width: 1px;
  }
  /* line 21, ../scss/viewport-wide.scss */
  .grid .cell.open-bottom {
    border-bottom-width: 0;
  }
  /* line 24, ../scss/viewport-wide.scss */
  .grid .cell.open-right {
    border-right-width: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 3, ../scss/viewport-mobile.scss */
  body {
    font-size: 1.8rem;
    line-height: 1.75em;
  }

  /* line 8, ../scss/viewport-mobile.scss */
  .hide {
    display: none !important;
  }

  /* line 13, ../scss/viewport-mobile.scss */
  .grid .cell {
    width: 50vw;
    background-size: contain;
  }
  /* line 17, ../scss/viewport-mobile.scss */
  .grid .doubleWide {
    width: 100vw;
  }
}
