/* line 12, ../sass/_grids.scss */
.col-3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-left: 2.22222%;
  padding-right: 2.22222%;
}

/* line 13, ../sass/_grids.scss */
.col-5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 2.22222%;
  padding-right: 2.22222%;
}

/* line 5, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/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, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/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, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/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;
}

/*==============================
=            Colors            =
==============================*/
/*-----  End of Colors  ------*/
/*============================
=            Base            =
============================*/
/* line 24, ../sass/style.scss */
body {
  background: #faf7ef;
  color: #826571;
}
/* line 27, ../sass/style.scss */
body:before {
  content: '';
  background: url(../img/ricepaper-distress.png) repeat;
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 300%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*-----  End of Base  ------*/
/*==================================
=            Typography            =
==================================*/
/* line 46, ../sass/style.scss */
body {
  font-family: 'Varela Round', 'helvetica', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 54, ../sass/style.scss */
p {
  line-height: 1.5em;
}

/* line 58, ../sass/style.scss */
a {
  color: #b27775;
}
/* line 60, ../sass/style.scss */
a:hover {
  color: #826571;
}

/*-----  End of Typography  ------*/
/*==============================
=            Layout            =
==============================*/
/* line 72, ../sass/style.scss */
figure {
  margin: 0 auto 2em;
}

/* line 76, ../sass/style.scss */
.translation {
  margin-bottom: 2em;
}

/* line 80, ../sass/style.scss */
header, section, footer, figure.seperator {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
/* line 12, ../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.2.1/sass/susy/output/support/_clearfix.scss */
header:after, section:after, footer:after, figure.seperator:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 83, ../sass/style.scss */
header :last-child, section :last-child, footer :last-child, figure.seperator :last-child {
  margin-bottom: 0 !important;
}

/* line 86, ../sass/style.scss */
figure.seperator {
  margin: 3em auto;
}

/* line 88, ../sass/style.scss */
header {
  text-align: center;
}
/* line 90, ../sass/style.scss */
header #note {
  margin: 1em 0 2em;
}
/* line 91, ../sass/style.scss */
header #triforce {
  width: 33%;
}
/* line 94, ../sass/style.scss */
header #zeldicons {
  width: 66%;
}

/* line 100, ../sass/style.scss */
span.x:after, span.x:before {
  content: '';
  position: absolute;
  border-right: 2px solid #826571;
  display: block;
  height: 10px;
  margin-top: .4em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 109, ../sass/style.scss */
span.x:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 112, ../sass/style.scss */
span.x:last-child {
  float: right;
}

/* line 118, ../sass/style.scss */
#icons .icon {
  text-align: center;
  margin-bottom: 3em;
}
/* line 121, ../sass/style.scss */
#icons .icon .icon-info {
  font-size: 15px;
  color: #b27775;
  margin-top: 1em;
  padding: 0.25em;
  border: 2px solid #826571;
  border-width: 2px 0 2px;
}

/* line 132, ../sass/style.scss */
pre, .btn {
  display: block;
  border: 2px solid #b27775;
  color: #826571;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  margin-bottom: 2em;
}

/* line 141, ../sass/style.scss */
.btn {
  color: #faf7ef;
  background: #b27775;
  cursor: pointer;
}
/* line 145, ../sass/style.scss */
.btn:hover {
  color: #faf7ef;
  background: #826571;
  border-color: #826571;
}

/* line 152, ../sass/style.scss */
#guide {
  text-align: center;
}
/* line 154, ../sass/style.scss */
#guide #hero-guide {
  width: 45%;
}
/* line 158, ../sass/style.scss */
#guide .step header {
  text-transform: uppercase;
  margin-bottom: 2em;
}
/* line 162, ../sass/style.scss */
#guide .step p {
  text-align: left;
}

/* line 168, ../sass/style.scss */
footer {
  text-align: center;
  padding-bottom: 3em;
}
/* line 169, ../sass/style.scss */
footer #hearts {
  width: 125px;
}

/*-----  End of Layout  ------*/
