/*! Generated by BreySass 2.1.8 - A Small Sass Base created by Brian Edwards @brey1013, http://brey.co.za */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_html5.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_html5.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 13, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_base.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 23, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_base.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_links.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 19, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_links.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 27, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 12, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 21, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 29, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 46, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 56, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 65, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 77, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 85, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 93, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 101, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 109, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
sup {
  top: -0.5em;
}

/* line 113, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_typography.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_embedded.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 19, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_embedded.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_figures.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 11, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 33, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button,
input,
form fieldset select,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 47, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button,
input,
form fieldset select {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 59, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 72, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button,
html input[type="button"],
html form fieldset select[type="button"],
form fieldset html select[type="button"],
input[type="reset"],
form fieldset select[type="reset"],
input[type="submit"],
form fieldset select[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 84, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button[disabled],
html input[disabled],
html form fieldset select[disabled],
form fieldset html select[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 94, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
input[type="checkbox"], form fieldset select[type="checkbox"],
input[type="radio"],
form fieldset select[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 106, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
input[type="search"], form fieldset select[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 118, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button, form fieldset select[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
form fieldset select[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 127, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner,
form fieldset select::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 138, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_forms.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 10, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-normalize-plugin-0.4.2/scss/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fish {
  0% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@-moz-keyframes fish {
  0% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@-ms-keyframes fish {
  0% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@keyframes fish {
  0% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@-webkit-keyframes fishup {
  0% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@-moz-keyframes fishup {
  0% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@-ms-keyframes fishup {
  0% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
@keyframes fishup {
  0% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
  50% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
  }
}
/* line 1, ../sass/globals/_base.sass */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/globals/_base.sass */
html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
  color: #fefefe;
  text-shadow: 2px 2px 0px #010101;
  -webkit-text-shadow: 2px 2px 0px #010101;
  -ms-text-shadow: 2px 2px 0px #010101;
  -moz-text-shadow: 2px 2px 0px #010101;
  -o-text-shadow: 2px 2px 0px #010101;
  background: transparent;
  height: 100%;
  font-family: "source_sans_proregular";
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1280px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 980px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 768px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 640px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 580px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 48.5%;
  }
}
@media screen and (max-width: 480px) {
  /* line 7, ../sass/globals/_base.sass */
  html {
    font-size: 45%;
  }
}

/* line 31, ../sass/globals/_base.sass */
html, body {
  width: 100%;
  z-index: 0;
}

/* line 34, ../sass/globals/_base.sass */
body * {
  height: auto;
  width: auto;
  font-weight: normal;
  line-height: 1;
}

/* line 39, ../sass/globals/_base.sass */
body {
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  min-height: 100%;
}

/* line 43, ../sass/globals/_base.sass */
ul {
  padding: 0;
  margin: 0;
  float: left;
}

/* line 47, ../sass/globals/_base.sass */
li {
  list-style: none;
}

/* line 49, ../sass/globals/_base.sass */
hr {
  width: 100%;
  margin: 20px 0;
  border: none;
  border-bottom: none;
  border-top: none;
  border-bottom: 1px solid #010101;
}

/* line 56, ../sass/globals/_base.sass */
div.debug {
  position: fixed;
  z-index: 1000000000;
  font-family: "helvetica";
  font-size: 1.5em;
  color: seaGreen;
  text-shadow: 1px 1px 0 #000;
}

/* line 63, ../sass/globals/_base.sass */
br.clear {
  clear: both;
  visibility: hidden;
}

/* line 66, ../sass/globals/_base.sass */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 71, ../sass/globals/_base.sass */
h1 {
  font-family: "dans_hand_writingregular";
  margin: 10px 0;
}

/* line 74, ../sass/globals/_base.sass */
h2, h3, a {
  font-family: "dans_hand_writingregular";
}

/* line 76, ../sass/globals/_base.sass */
h4, h5, h6 {
  font-family: "source_sans_prosemibold";
}

/* line 78, ../sass/globals/_base.sass */
p, span, ul, li {
  font-family: "source_sans_proregular";
}
/* line 80, ../sass/globals/_base.sass */
p a, span a, ul a, li a {
  float: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: inherit;
  text-decoration: underline;
}
/* line 87, ../sass/globals/_base.sass */
p a:hover, span a:hover, ul a:hover, li a:hover {
  color: #cccccc;
}

/* line 89, ../sass/globals/_base.sass */
a {
  text-decoration: none;
  font-family: "dans_hand_writingregular";
  color: #cccccc;
}

/* line 93, ../sass/globals/_base.sass */
b {
  font-family: "source_sans_prosemibold";
  float: none;
}

/* line 96, ../sass/globals/_base.sass */
i {
  font-family: "source_sans_proitalic";
  float: none;
}

/* line 99, ../sass/globals/_base.sass */
::selection {
  background: #cccccc;
  color: #fefefe;
  text-shadow: none;
}

/* line 103, ../sass/globals/_base.sass */
-moz-::selection {
  background: #cccccc;
  color: #fefefe;
  text-shadow: none;
}

/* line 107, ../sass/globals/_base.sass */
h1 {
  font-size: 3em;
}

/* line 109, ../sass/globals/_base.sass */
h2 {
  font-size: 2.5em;
}

/* line 111, ../sass/globals/_base.sass */
h3, h4, h4, h5, h6 {
  font-size: 2em;
}

/* line 113, ../sass/globals/_base.sass */
p, li, span, a {
  font-size: 1.5em;
}

/* line 115, ../sass/globals/_base.sass */
textarea {
  resize: vertical;
}

/* line 117, ../sass/globals/_base.sass */
table {
  border-collapse: collapse;
}

/* line 119, ../sass/globals/_base.sass */
td {
  padding: 0.5rem;
}

/* line 121, ../sass/globals/_base.sass */
img {
  border: none;
}

/* line 124, ../sass/globals/_base.sass */
input[type="submit"]::-moz-focus-inner, form fieldset select[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, form fieldset select[type="button"]::-moz-focus-inner {
  border: 0px;
}

/* line 126, ../sass/globals/_base.sass */
input[type="search"], form fieldset select[type="search"] {
  -webkit-appearance: textfield;
}

/* line 128, ../sass/globals/_base.sass */
input[type="submit"], form fieldset select[type="submit"] {
  -webkit-appearance: none;
}

/* line 130, ../sass/globals/_base.sass */
sub, sup {
  line-height: 0;
  float: none;
}

/* line 133, ../sass/globals/_base.sass */
input, form fieldset select {
  -webkit-font-smoothing: antialiased;
  color: #010101;
}

/* line 136, ../sass/globals/_base.sass */
.transitioned {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* line 139, ../sass/globals/_base.sass */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span, span span {
  float: none;
}
/* line 141, ../sass/globals/_base.sass */
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, p b, span b {
  float: none;
}
/* line 143, ../sass/globals/_base.sass */
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, p i, span i {
  float: none;
}
/* line 145, ../sass/globals/_base.sass */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p em, span em {
  float: none;
}
/* line 147, ../sass/globals/_base.sass */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
  float: none;
}

/* line 150, ../sass/globals/_base.sass */
form label {
  width: 50%;
}
/* line 152, ../sass/globals/_base.sass */
form label.wide {
  width: 100%;
}
/* line 154, ../sass/globals/_base.sass */
form label input, form label fieldset select, form fieldset label select {
  width: 100%;
}
/* line 156, ../sass/globals/_base.sass */
form label input[type="submit"], form label fieldset select[type="submit"], form fieldset label select[type="submit"] {
  width: auto;
  padding: 10px;
  float: right;
  font-size: 1.5em;
  margin: 10px 0;
  font-family: "dans_hand_writingregular";
  color: #fefefe;
  background: transparent;
  border: 2px solid #fefefe;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 168, ../sass/globals/_mixins.sass */
form label input[type="submit"]:hover, form label fieldset select[type="submit"]:hover, form fieldset label select[type="submit"]:hover {
  background: rgba(1, 1, 1, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 580px) {
  /* line 156, ../sass/globals/_base.sass */
  form label input[type="submit"], form label fieldset select[type="submit"], form fieldset label select[type="submit"] {
    padding: 5px;
  }
}
/* line 158, ../sass/globals/_base.sass */
form label textarea {
  @extend.input;
}
/* line 160, ../sass/globals/_base.sass */
form fieldset {
  border: 1px solid #d8d8d8;
  padding: 10px;
}

/* line 166, ../sass/globals/_base.sass */
[class*="entypo-"]:before {
  margin-right: 5px;
}

/* line 171, ../sass/globals/_base.sass */
section#wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}
/* line 176, ../sass/globals/_base.sass */
section#wrapper article {
  width: 100%;
  height: 100%;
  padding: 0;
}

@font-face {
  font-family: "dans_hand_writingregular";
  src: url("../fnt/danshandwriting-webfont.eot");
  src: url("../fnt/danshandwriting-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/danshandwriting-webfont.woff") format("woff2"), url("../fnt/danshandwriting-webfont.woff") format("woff"), url("../fnt/danshandwriting-webfont.ttf") format("truetype"), url("../fnt/danshandwriting-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("../fnt/opensans-extrabold-webfont.eot");
  src: url("../fnt/opensans-extrabold-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-extrabold-webfont.woff") format("woff"), url("../fnt/opensans-extrabold-webfont.ttf") format("truetype"), url("../fnt/opensans-extrabold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("../fnt/opensans-extrabolditalic-webfont.eot");
  src: url("../fnt/opensans-extrabolditalic-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-extrabolditalic-webfont.woff") format("woff"), url("../fnt/opensans-extrabolditalic-webfont.ttf") format("truetype"), url("../fnt/opensans-extrabolditalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("../fnt/opensans-italic-webfont.eot");
  src: url("../fnt/opensans-italic-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-italic-webfont.woff") format("woff"), url("../fnt/opensans-italic-webfont.ttf") format("truetype"), url("../fnt/opensans-italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../fnt/opensans-bold-webfont.eot");
  src: url("../fnt/opensans-bold-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-bold-webfont.woff") format("woff"), url("../fnt/opensans-bold-webfont.ttf") format("truetype"), url("../fnt/opensans-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold_italic";
  src: url("../fnt/opensans-bolditalic-webfont.eot");
  src: url("../fnt/opensans-bolditalic-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-bolditalic-webfont.woff") format("woff"), url("../fnt/opensans-bolditalic-webfont.ttf") format("truetype"), url("../fnt/opensans-bolditalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("../fnt/opensans-light-webfont.eot");
  src: url("../fnt/opensans-light-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-light-webfont.woff") format("woff"), url("../fnt/opensans-light-webfont.ttf") format("truetype"), url("../fnt/opensans-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight_italic";
  src: url("../fnt/opensans-lightitalic-webfont.eot");
  src: url("../fnt/opensans-lightitalic-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-lightitalic-webfont.woff") format("woff"), url("../fnt/opensans-lightitalic-webfont.ttf") format("truetype"), url("../fnt/opensans-lightitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fnt/opensans-regular-webfont.eot");
  src: url("../fnt/opensans-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-regular-webfont.woff") format("woff"), url("../fnt/opensans-regular-webfont.ttf") format("truetype"), url("../fnt/opensans-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../fnt/opensans-semibold-webfont.eot");
  src: url("../fnt/opensans-semibold-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-semibold-webfont.woff") format("woff"), url("../fnt/opensans-semibold-webfont.ttf") format("truetype"), url("../fnt/opensans-semibold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold_italic";
  src: url("../fnt/opensans-semibolditalic-webfont.eot");
  src: url("../fnt/opensans-semibolditalic-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/opensans-semibolditalic-webfont.woff") format("woff"), url("../fnt/opensans-semibolditalic-webfont.ttf") format("truetype"), url("../fnt/opensans-semibolditalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_problack";
  src: url("../fnt/sourcesanspro-black-webfont.eot");
  src: url("../fnt/sourcesanspro-black-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-black-webfont.woff") format("woff"), url("../fnt/sourcesanspro-black-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_problack_italic";
  src: url("../fnt/sourcesanspro-blackit-webfont.eot");
  src: url("../fnt/sourcesanspro-blackit-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-blackit-webfont.woff") format("woff"), url("../fnt/sourcesanspro-blackit-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-blackit-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("../fnt/sourcesanspro-bold-webfont.eot");
  src: url("../fnt/sourcesanspro-bold-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-bold-webfont.woff") format("woff"), url("../fnt/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold_italic";
  src: url("../fnt/sourcesanspro-boldit-webfont.eot");
  src: url("../fnt/sourcesanspro-boldit-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-boldit-webfont.woff") format("woff"), url("../fnt/sourcesanspro-boldit-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-boldit-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proextralight";
  src: url("../fnt/sourcesanspro-extralight-webfont.eot");
  src: url("../fnt/sourcesanspro-extralight-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-extralight-webfont.woff") format("woff"), url("../fnt/sourcesanspro-extralight-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-extralight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proXLtIt";
  src: url("../fnt/sourcesanspro-extralightit-webfont.eot");
  src: url("../fnt/sourcesanspro-extralightit-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-extralightit-webfont.woff") format("woff"), url("../fnt/sourcesanspro-extralightit-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-extralightit-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proitalic";
  src: url("../fnt/sourcesanspro-it-webfont.eot");
  src: url("../fnt/sourcesanspro-it-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-it-webfont.woff") format("woff"), url("../fnt/sourcesanspro-it-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-it-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prolight";
  src: url("../fnt/sourcesanspro-light-webfont.eot");
  src: url("../fnt/sourcesanspro-light-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-light-webfont.woff") format("woff"), url("../fnt/sourcesanspro-light-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prolight_italic";
  src: url("../fnt/sourcesanspro-lightit-webfont.eot");
  src: url("../fnt/sourcesanspro-lightit-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-lightit-webfont.woff") format("woff"), url("../fnt/sourcesanspro-lightit-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-lightit-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fnt/sourcesanspro-regular-webfont.eot");
  src: url("../fnt/sourcesanspro-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-regular-webfont.woff") format("woff"), url("../fnt/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("../fnt/sourcesanspro-semibold-webfont.eot");
  src: url("../fnt/sourcesanspro-semibold-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-semibold-webfont.woff") format("woff"), url("../fnt/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-semibold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proSBdIt";
  src: url("../fnt/sourcesanspro-semiboldit-webfont.eot");
  src: url("../fnt/sourcesanspro-semiboldit-webfont.eot#iefix") format("embedded-opentype"), url("../fnt/sourcesanspro-semiboldit-webfont.woff") format("woff"), url("../fnt/sourcesanspro-semiboldit-webfont.ttf") format("truetype"), url("../fnt/sourcesanspro-semiboldit-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/partials/_body.sass */
.clear {
  clear: both;
}

/* line 4, ../sass/partials/_body.sass */
body {
  margin: 0;
  padding: 0;
}

/* line 8, ../sass/partials/_body.sass */
.body-wrap {
  margin: 0px auto;
  overflow: hidden;
}

/* line 1, ../sass/partials/_header.sass */
header {
  width: 100%;
  background: #fefefe;
}
/* line 5, ../sass/partials/_header.sass */
header.home {
  height: 100vh;
  background: url("../img/home-screen3.svg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 9, ../sass/partials/_header.sass */
header.home .logo {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* line 13, ../sass/partials/_header.sass */
header.home .logo img {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* line 17, ../sass/partials/_header.sass */
header.two {
  background: url("../img/home-screen2.svg") no-repeat center center !important;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 21, ../sass/partials/_header.sass */
header.three {
  background: url("../img/home-screen.svg") no-repeat center center !important;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 24, ../sass/partials/_header.sass */
header.waves {
  z-index: 1;
  background: url("../img/paper.jpg") repeat;
}
/* line 27, ../sass/partials/_header.sass */
header.waves:after {
  z-index: 1;
  display: block;
  position: absolute;
  height: 200px;
  width: 102%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  bottom: 100px;
  left: -1%;
  overflow-x: hidden;
  content: "";
  background: url("../img/tear1.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* line 41, ../sass/partials/_header.sass */
div.header-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url("../img/slate-bg.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
}

/* line 48, ../sass/partials/_header.sass */
.fish-icon {
  width: 50px;
  left: 50%;
  position: absolute;
  z-index: 2;
  bottom: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  animation-name: fish;
  -webkit-animation-name: fish;
  -ms-animation-name: fish;
  -moz-animation-name: fish;
  -o-animation-name: fish;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
}
/* line 56, ../sass/partials/_header.sass */
.fish-icon img {
  width: 100%;
}
/* line 58, ../sass/partials/_header.sass */
.fish-icon.white {
  bottom: 125px;
}
/* line 60, ../sass/partials/_header.sass */
.fish-icon.top {
  bottom: auto;
  top: 125px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  animation-name: fishup;
  -webkit-animation-name: fishup;
  -ms-animation-name: fishup;
  -moz-animation-name: fishup;
  -o-animation-name: fishup;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
}

/* line 65, ../sass/partials/_header.sass */
header.page {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-bottom: none;
}
@media screen and (max-width: 1024px) {
  /* line 65, ../sass/partials/_header.sass */
  header.page {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 65, ../sass/partials/_header.sass */
  header.page {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 65, ../sass/partials/_header.sass */
  header.page {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

/* line 69, ../sass/partials/_header.sass */
a.logo {
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  /* line 69, ../sass/partials/_header.sass */
  a.logo {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
/* line 75, ../sass/partials/_header.sass */
a.logo img {
  width: 100%;
}

/* line 77, ../sass/partials/_header.sass */
img.logo-paper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 77, ../sass/partials/_header.sass */
  img.logo-paper {
    width: 75%;
  }
}
@media screen and (max-width: 520px) {
  /* line 77, ../sass/partials/_header.sass */
  img.logo-paper {
    width: 100%;
  }
}

/* line 2, ../sass/partials/_nav.sass */
nav.inactive {
  opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
/* line 5, ../sass/partials/_nav.sass */
nav.active {
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
}
/* line 8, ../sass/partials/_nav.sass */
nav.fixed {
  position: fixed;
  background: rgba(1, 1, 1, 0.2);
}
/* line 11, ../sass/partials/_nav.sass */
nav.fixed a {
  margin: -10px 0;
}
/* line 13, ../sass/partials/_nav.sass */
nav.home {
  background: url("../img/nav-back.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 13, ../sass/partials/_nav.sass */
  nav.home {
    background-attachment: initial;
  }
}
/* line 22, ../sass/partials/_nav.sass */
nav.home .nav-group {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 70%;
}
/* line 27, ../sass/partials/_nav.sass */
nav.home .logo {
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  /* line 27, ../sass/partials/_nav.sass */
  nav.home .logo {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  /* line 27, ../sass/partials/_nav.sass */
  nav.home .logo {
    width: 75%;
  }
}
/* line 36, ../sass/partials/_nav.sass */
nav.home .logo img {
  width: 100%;
}
/* line 38, ../sass/partials/_nav.sass */
nav.home img.hr-faded {
  width: 100%;
}
/* line 41, ../sass/partials/_nav.sass */
nav.home .social-icons {
  position: absolute;
  bottom: 100px;
  right: 10%;
}
/* line 45, ../sass/partials/_nav.sass */
nav.home .social-icons a {
  margin-left: 20px;
  width: 50px;
}
/* line 48, ../sass/partials/_nav.sass */
nav.home .social-icons a img {
  width: 100%;
}

/* line 51, ../sass/partials/_nav.sass */
header.page nav {
  float: right;
  font-size: 2em;
  margin-top: 25px;
  z-index: 10;
}
@media screen and (max-width: 860px) {
  /* line 51, ../sass/partials/_nav.sass */
  header.page nav {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    clear: both;
    float: left;
  }
}
/* line 61, ../sass/partials/_nav.sass */
header.page nav a {
  color: #3e545f;
  margin-right: 15px;
  text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  font-size: 2em;
}
@media screen and (max-width: 580px) {
  /* line 61, ../sass/partials/_nav.sass */
  header.page nav a {
    font-size: 1.75em;
  }
}

/* line 68, ../sass/partials/_nav.sass */
nav.menu-nav {
  float: right;
}
/* line 71, ../sass/partials/_nav.sass */
nav.menu-nav > a {
  text-shadow: none;
}

/* line 73, ../sass/partials/_nav.sass */
nav.false-sticky {
  position: fixed;
  top: 0;
  z-index: 1001;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* line 80, ../sass/partials/_nav.sass */
nav.false-sticky a {
  color: #cccccc;
  font-size: 3em;
  width: 20%;
  text-align: center;
}
/* line 85, ../sass/partials/_nav.sass */
nav.false-sticky img {
  width: 100%;
}

/* line 87, ../sass/partials/_nav.sass */
nav#nav {
  z-index: 2;
  width: 100%;
}
/* line 90, ../sass/partials/_nav.sass */
nav#nav img {
  width: 100%;
}
/* line 92, ../sass/partials/_nav.sass */
nav#nav a {
  width: 20%;
  text-align: center;
  font-size: 3em;
  color: #fefefe;
}

/* line 1, ../sass/partials/_main.sass */
main {
  width: 100%;
}

/* line 1, ../sass/partials/_aside.sass */
aside {
  display: none;
  width: 80%;
}
/* line 4, ../sass/partials/_aside.sass */
aside h1 {
  width: 100%;
  text-align: center;
  color: #fefefe;
  margin: 0;
  margin-bottom: 20px;
  line-height: 0.5;
}
/* line 11, ../sass/partials/_aside.sass */
aside p {
  width: 100%;
  text-align: center;
  color: #fefefe;
  margin-bottom: 20px;
}
/* line 27, ../sass/partials/_aside.sass */
aside a.modal_close {
  float: right;
  color: #d8d8d8;
}
/* line 30, ../sass/partials/_aside.sass */
aside a.modal_close:hover {
  color: #fefefe;
}
/* line 32, ../sass/partials/_aside.sass */
aside a.modal_close:before {
  margin-right: 0;
  content: "x";
  font-family: "dans_hand_writingregular";
  font-size: 4em;
}
/* line 37, ../sass/partials/_aside.sass */
aside img.hr-faded {
  width: 100%;
}
/* line 39, ../sass/partials/_aside.sass */
aside h1.menu {
  width: auto;
  margin-bottom: 0;
  float: left;
}

/* line 1, ../sass/partials/_section.sass */
section {
  z-index: 0;
}
/* line 3, ../sass/partials/_section.sass */
section.about-us {
  width: 100%;
  color: #3e545f;
  height: 75vh;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/partials/_section.sass */
  section.about-us {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 3, ../sass/partials/_section.sass */
  section.about-us {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 3, ../sass/partials/_section.sass */
  section.about-us {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/* line 8, ../sass/partials/_section.sass */
section.about-us div.plate {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  background: url("../img/plate.png") no-repeat center right;
  background-size: contain;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
@media screen and (max-width: 1024px) {
  /* line 8, ../sass/partials/_section.sass */
  section.about-us div.plate {
    opacity: 0.25;
    -webkit-opacity: 0.25;
    -ms-opacity: 0.25;
    -moz-opacity: 0.25;
    -o-opacity: 0.25;
  }
}
/* line 19, ../sass/partials/_section.sass */
section.about-us > div {
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 19, ../sass/partials/_section.sass */
  section.about-us > div {
    width: 100%;
  }
}
/* line 26, ../sass/partials/_section.sass */
section p {
  margin-bottom: 20px;
}
/* line 28, ../sass/partials/_section.sass */
section.location {
  background: url("../img/location-background.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  height: 100vh;
  color: #fefefe;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 28, ../sass/partials/_section.sass */
  section.location {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 28, ../sass/partials/_section.sass */
  section.location {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 28, ../sass/partials/_section.sass */
  section.location {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 28, ../sass/partials/_section.sass */
  section.location {
    background-attachment: initial;
  }
}
/* line 39, ../sass/partials/_section.sass */
section.location > div {
  width: 50%;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  /* line 39, ../sass/partials/_section.sass */
  section.location > div {
    width: 100%;
  }
}
/* line 46, ../sass/partials/_section.sass */
section.location.page {
  min-height: 100vh;
  height: auto;
  padding-bottom: 200px;
}
/* line 50, ../sass/partials/_section.sass */
section.location.page > div {
  width: 100%;
  top: 100px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
/* line 54, ../sass/partials/_section.sass */
section.location.page h1 {
  text-align: left;
  line-height: 0.5;
}
/* line 58, ../sass/partials/_section.sass */
section.location.page img.hr-faded {
  width: 100%;
}
/* line 60, ../sass/partials/_section.sass */
section.location.page iframe.map {
  width: 70%;
  height: 67.5vh;
  border: 2px solid #fefefe;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  /* line 60, ../sass/partials/_section.sass */
  section.location.page iframe.map {
    width: 100%;
    height: 40vh;
    margin-bottom: 20px;
  }
}
/* line 71, ../sass/partials/_section.sass */
section.location.page div.info, section.location.page div.menu-info {
  width: 30%;
  padding-left: 25px;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 71, ../sass/partials/_section.sass */
  section.location.page div.info, section.location.page div.menu-info {
    width: 100%;
    padding-left: 0;
  }
}
/* line 78, ../sass/partials/_section.sass */
section.location.page div.info hr, section.location.page div.menu-info hr {
  border-bottom: 1px solid #fefefe;
  margin: 5px 0;
}
/* line 82, ../sass/partials/_section.sass */
section.location.page div.info p.location span, section.location.page div.menu-info p.location span {
  width: 100%;
  display: block;
  font-family: "dans_hand_writingregular";
}
/* line 87, ../sass/partials/_section.sass */
section.location.page div.info h2, section.location.page div.menu-info h2 {
  width: 100%;
  font-size: 4em;
}
/* line 90, ../sass/partials/_section.sass */
section.location.page div.info a, section.location.page div.menu-info a {
  color: #fefefe;
  font-size: 3.5em;
}
@media screen and (max-width: 768px) {
  /* line 90, ../sass/partials/_section.sass */
  section.location.page div.info a, section.location.page div.menu-info a {
    width: auto;
    float: right;
  }
}
/* line 96, ../sass/partials/_section.sass */
section.location.page div.info p, section.location.page div.menu-info p {
  width: 100%;
}
/* line 98, ../sass/partials/_section.sass */
section.location.page div.info form, section.location.page div.menu-info form {
  width: 100%;
}
/* line 100, ../sass/partials/_section.sass */
section.location.page div.info form label, section.location.page div.menu-info form label {
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 10px;
}
/* line 104, ../sass/partials/_section.sass */
section.location.page div.info form select, section.location.page div.menu-info form select {
  width: 100%;
  background: rgba(254, 254, 254, 0.5);
  border: 1px solid #fefefe;
  padding: 10px;
}
/* line 109, ../sass/partials/_section.sass */
section.location.page div.menu-info {
  width: 100%;
}
/* line 112, ../sass/partials/_section.sass */
section.location.page div.menu-info a {
  width: auto;
  padding: 10px;
  float: right;
  font-size: 1.5em;
  margin: 10px 0;
  font-family: "dans_hand_writingregular";
  color: #fefefe;
  background: transparent;
  border: 2px solid #fefefe;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  font-size: 2.5em;
  background: rgba(1, 1, 1, 0.25);
}
/* line 168, ../sass/globals/_mixins.sass */
section.location.page div.menu-info a:hover {
  background: rgba(1, 1, 1, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 580px) {
  /* line 112, ../sass/partials/_section.sass */
  section.location.page div.menu-info a {
    padding: 5px;
  }
}
/* line 117, ../sass/partials/_section.sass */
section.location.page div.half-menu {
  width: 50%;
}
@media screen and (max-width: 860px) {
  /* line 117, ../sass/partials/_section.sass */
  section.location.page div.half-menu {
    width: 100%;
    padding: 0 !important;
  }
}
/* line 122, ../sass/partials/_section.sass */
section.location.page div.half-menu.left {
  padding-right: 25px;
}
/* line 124, ../sass/partials/_section.sass */
section.location.page div.half-menu.right {
  padding-left: 25px;
}
/* line 126, ../sass/partials/_section.sass */
section.location.page div.store {
  margin-top: 25px;
  display: none;
}
/* line 129, ../sass/partials/_section.sass */
section.location.page div.store h2 {
  width: 100%;
  font-size: 4em;
}
/* line 132, ../sass/partials/_section.sass */
section.location.page div.store a {
  font-size: 3em;
  width: 100%;
  margin-top: 10px;
  color: #fefefe;
}
/* line 137, ../sass/partials/_section.sass */
section.menu-page {
  background: url("../img/footer-back.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 140, ../sass/partials/_section.sass */
section.menu {
  width: 100%;
  color: #3e545f;
  height: 75vh;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 140, ../sass/partials/_section.sass */
  section.menu {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 140, ../sass/partials/_section.sass */
  section.menu {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 140, ../sass/partials/_section.sass */
  section.menu {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/* line 145, ../sass/partials/_section.sass */
section.menu div.prawns {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  background: url("../img/prawns.png") no-repeat center left;
  background-size: contain;
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}
@media screen and (max-width: 1024px) {
  /* line 145, ../sass/partials/_section.sass */
  section.menu div.prawns {
    opacity: 0.25;
    -webkit-opacity: 0.25;
    -ms-opacity: 0.25;
    -moz-opacity: 0.25;
    -o-opacity: 0.25;
  }
}
/* line 156, ../sass/partials/_section.sass */
section.menu > div {
  width: 50%;
  float: right;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  /* line 156, ../sass/partials/_section.sass */
  section.menu > div {
    width: 100%;
  }
}
/* line 164, ../sass/partials/_section.sass */
section.waves {
  z-index: 1;
  background: url("../img/paper.jpg") repeat;
}
/* line 167, ../sass/partials/_section.sass */
section.waves p {
  text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
}
/* line 169, ../sass/partials/_section.sass */
section.waves:before {
  z-index: 0;
  display: block;
  position: absolute;
  height: 200px;
  width: 102%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  top: 100px;
  left: -1%;
  overflow-x: hidden;
  content: "";
  background: url("../img/tear2.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 183, ../sass/partials/_section.sass */
section.waves:after {
  z-index: -1;
  display: block;
  position: absolute;
  height: 200px;
  width: 102%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  bottom: 100px;
  left: -1%;
  overflow-x: hidden;
  content: "";
  background: url("../img/tear1.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/* line 197, ../sass/partials/_section.sass */
section a.button {
  width: auto;
  padding: 10px;
  float: right;
  font-size: 2em;
  margin: 10px 0;
  font-family: "dans_hand_writingregular";
  color: #fefefe;
  background: transparent;
  border: 2px solid #fefefe;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
}
/* line 168, ../sass/globals/_mixins.sass */
section a.button:hover {
  background: rgba(1, 1, 1, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 580px) {
  /* line 197, ../sass/partials/_section.sass */
  section a.button {
    padding: 5px;
  }
}
/* line 200, ../sass/partials/_section.sass */
section a.dark-button {
  width: auto;
  padding: 10px;
  float: #3e545f;
  font-size: 2em;
  margin: 10px 0;
  font-family: "dans_hand_writingregular";
  color: #3e545f;
  background: transparent;
  border: 2px solid #3e545f;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
/* line 168, ../sass/globals/_mixins.sass */
section a.dark-button:hover {
  background: rgba(1, 1, 1, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 580px) {
  /* line 200, ../sass/partials/_section.sass */
  section a.dark-button {
    padding: 5px;
  }
}

/* line 202, ../sass/partials/_section.sass */
h1 {
  font-size: 10em;
  text-align: center;
}

/* line 1, ../sass/partials/_footer.sass */
footer {
  width: 100%;
  background: url("../img/footer-back.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  transform: translate3d(0, 0, 1px);
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  height: 100vh;
  color: #fefefe;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/partials/_footer.sass */
  footer {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1, ../sass/partials/_footer.sass */
  footer {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 1, ../sass/partials/_footer.sass */
  footer {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/partials/_footer.sass */
  footer {
    background-attachment: initial;
  }
}
/* line 12, ../sass/partials/_footer.sass */
footer > div {
  width: 50%;
  top: 50%;
  float: right;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  /* line 12, ../sass/partials/_footer.sass */
  footer > div {
    width: 100%;
  }
}
/* line 19, ../sass/partials/_footer.sass */
footer > div img {
  width: 100%;
}
/* line 21, ../sass/partials/_footer.sass */
footer > div p {
  width: 100%;
}
/* line 23, ../sass/partials/_footer.sass */
footer > div p span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1em;
  margin-bottom: 5px;
}
/* line 29, ../sass/partials/_footer.sass */
footer > div p span a {
  text-decoration: none;
}
/* line 31, ../sass/partials/_footer.sass */
footer h1 {
  width: 100%;
  text-align: center;
}

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