/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
/* line 9, ../sass/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../sass/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../sass/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../sass/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../sass/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../sass/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../sass/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/normalize.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 290, ../sass/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../sass/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../sass/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../sass/normalize.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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../sass/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../sass/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 122, ../sass/main.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 131, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 148, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 162, ../sass/main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 178, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 184, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 212, ../sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 222, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 227, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 231, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 240, ../sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 245, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 256, ../sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 260, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 265, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 269, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 276, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'FiraSans-Light';
  src: url("../fonts/FiraSans-Light.eot");
  src: url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.ttf") format("truetype"), url("../fonts/FiraSans-Light.svg#FiraSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans-UltraLight';
  src: url("../fonts/FiraSans-UltraLight.eot");
  src: url("../fonts/FiraSans-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-UltraLight.woff2") format("woff2"), url("../fonts/FiraSans-UltraLight.woff") format("woff"), url("../fonts/FiraSans-UltraLight.ttf") format("truetype"), url("../fonts/FiraSans-UltraLight.svg#FiraSans-UltraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 85, ../sass/styles.scss */
body {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFFAF2;
}

/* line 91, ../sass/styles.scss */
p, ul, ol {
  font-size: 15px;
  font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}
@media screen and (min-width: 700px) {
  /* line 91, ../sass/styles.scss */
  p, ul, ol {
    font-size: 16px;
  }
}
@media screen and (min-width: 951px) {
  /* line 91, ../sass/styles.scss */
  p, ul, ol {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 91, ../sass/styles.scss */
  p, ul, ol {
    font-size: 19px;
  }
}

/* line 96, ../sass/styles.scss */
h1 {
  font-size: 30px;
  margin-top: 0;
  margin: auto auto;
  text-align: center;
  font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
  color: #2D2D2D;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  /* line 96, ../sass/styles.scss */
  h1 {
    font-size: 33px;
  }
}
@media screen and (min-width: 951px) {
  /* line 96, ../sass/styles.scss */
  h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 96, ../sass/styles.scss */
  h1 {
    font-size: 38px;
  }
}

/* line 106, ../sass/styles.scss */
h2 {
  font-size: 28px;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  /* line 106, ../sass/styles.scss */
  h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 951px) {
  /* line 106, ../sass/styles.scss */
  h2 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 106, ../sass/styles.scss */
  h2 {
    font-size: 36px;
  }
}
/* line 110, ../sass/styles.scss */
h2 a {
  font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
  color: #2D2D2D;
  text-decoration: none;
}

/******************************************/
/*-----------NAV MENU HEADER--------------*/
/******************************************/
/* line 122, ../sass/styles.scss */
#nav-trigger {
  text-align: center;
  height: 60px;
  font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}

/* line 128, ../sass/styles.scss */
header {
  margin: auto auto;
  max-width: 1920px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 60px;
  z-index: 5;
}

/* line 135, ../sass/styles.scss */
.logos {
  float: left;
  z-index: 10;
}

/* line 140, ../sass/styles.scss */
nav {
  max-width: 1920px;
  font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
}

/* line 144, ../sass/styles.scss */
nav#nav-main {
  max-width: 1600px;
  z-index: 5;
  float: left;
}
/* line 148, ../sass/styles.scss */
nav#nav-main a {
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  font-size: 16px;
}
/* line 157, ../sass/styles.scss */
nav#nav-main li:hover {
  background-color: rgba(45, 45, 45, 0.4);
}

/* line 162, ../sass/styles.scss */
nav#nav-mobile {
  display: none;
  z-index: 5;
}
/* line 166, ../sass/styles.scss */
nav#nav-mobile ul {
  position: relative;
  display: none;
  list-style-type: none;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto 0;
  text-align: center;
  background-color: #000;
}
/* line 178, ../sass/styles.scss */
nav#nav-mobile li {
  display: block;
  padding: 5px 0;
  margin: 0 5px;
}
/* line 184, ../sass/styles.scss */
nav#nav-mobile a {
  display: block;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 193, ../sass/styles.scss */
nav#nav-mobile li:hover {
  color: rgba(45, 45, 45, 0.4);
}
/* line 197, ../sass/styles.scss */
nav#nav-mobile #logo-small a {
  padding: 0;
}

@media screen and (max-width: 700px) {
  /* line 206, ../sass/styles.scss */
  header {
    background-color: #000000;
  }

  /* line 210, ../sass/styles.scss */
  .logos {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 10px 10px;
  }

  /* line 217, ../sass/styles.scss */
  #logo-small {
    display: block;
  }
  /* line 220, ../sass/styles.scss */
  #logo-small img {
    height: 40px;
  }

  /* line 225, ../sass/styles.scss */
  #logo-big {
    display: none;
  }

  /* line 229, ../sass/styles.scss */
  #nav-trigger {
    display: block;
  }

  /* line 233, ../sass/styles.scss */
  nav#nav-main {
    display: none;
  }

  /* line 237, ../sass/styles.scss */
  nav#nav-mobile {
    display: block;
  }

  /* line 243, ../sass/styles.scss */
  #nav-trigger span {
    height: 40px;
    display: inline-block;
    padding: 10px 30px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
  }
  /* line 254, ../sass/styles.scss */
  #nav-trigger span:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    border-left: solid 10px transparent;
    border-top: solid 10px #fff;
    border-right: solid 10px transparent;
  }
  /* line 263, ../sass/styles.scss */
  #nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
  }
}
@media screen and (min-width: 701px) {
  /* line 276, ../sass/styles.scss */
  .logos {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 10px 0 0px 20px;
  }

  /* line 283, ../sass/styles.scss */
  #logo-small {
    display: block;
  }
  /* line 286, ../sass/styles.scss */
  #logo-small img {
    height: 40px;
  }

  /* line 291, ../sass/styles.scss */
  #logo-big {
    display: none;
  }

  /* line 296, ../sass/styles.scss */
  #nav-trigger {
    display: none;
  }

  /* line 300, ../sass/styles.scss */
  nav#nav-main {
    position: absolute;
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 307, ../sass/styles.scss */
  nav#nav-main ul {
    position: relative;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: right;
  }
  /* line 315, ../sass/styles.scss */
  nav#nav-main li {
    display: inline-block;
    padding: 0px 3%;
    height: 60px;
    line-height: 60px;
  }
  /* line 322, ../sass/styles.scss */
  nav#nav-main li:last-child {
    border-right: none;
  }
  /* line 326, ../sass/styles.scss */
  nav#nav-main li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 951px) {
  /* line 335, ../sass/styles.scss */
  .logos {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0px 0 0px 0px;
  }

  /* line 342, ../sass/styles.scss */
  #logo-small {
    display: none;
  }

  /* line 346, ../sass/styles.scss */
  #logo-big {
    display: block;
  }
  /* line 349, ../sass/styles.scss */
  #logo-big img {
    height: 30px;
    padding: 15px 0 15px 0px;
  }

  /* line 354, ../sass/styles.scss */
  nav#nav-main {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  /* line 359, ../sass/styles.scss */
  nav#nav-main ul a {
    font-size: 18px;
  }
}
/******************************************/
/*----------------SLIDER------------------*/
/******************************************/
/* line 371, ../sass/styles.scss */
.slider1-container {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -5;
}

/* line 380, ../sass/styles.scss */
#loading {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 386, ../sass/styles.scss */
#loadingBlock {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/loading.gif) no-repeat center center;
}

/* line 398, ../sass/styles.scss */
#slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 914px;
  overflow: hidden;
  z-index: -4;
}

/* line 409, ../sass/styles.scss */
.caption {
  position: absolute;
  width: 500px;
  height: 300px;
  top: 200px;
  left: 200px;
  color: #fff;
  font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
  font-size: 60px;
}

/* line 420, ../sass/styles.scss */
.cursive {
  font-size: 70px;
  font-family: "Great Vibes", cursive;
}

@media screen and (max-width: 700px) {
  /* line 426, ../sass/styles.scss */
  .caption {
    top: 150px;
    font-size: 75px;
    width: 600px;
  }

  /* line 432, ../sass/styles.scss */
  .cursive {
    font-size: 85px;
  }
}
@media screen and (min-width: 701px) {
  /* line 438, ../sass/styles.scss */
  .slider1-container {
    position: relative;
    margin: 0 auto;
    top: -60px;
    left: 0px;
    overflow: hidden;
  }

  /* line 446, ../sass/styles.scss */
  .caption {
    position: absolute;
    width: 500px;
    height: 300px;
    top: 200px;
    left: 200px;
    color: #fff;
    font-family: "FiraSans-UltraLight", Helvetica, Arial, Sans-Serif;
    font-size: 60px;
  }

  /* line 457, ../sass/styles.scss */
  .cursive {
    font-size: 70px;
    font-family: "Great Vibes", cursive;
  }
}
/******************************************/
/*------------SCROLL CONTENT--------------*/
/******************************************/
/* line 467, ../sass/styles.scss */
#content {
  width: 100%;
  display: block;
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding-top: 50px;
}

/* line 476, ../sass/styles.scss */
#content:after {
  padding-bottom: 0px;
}

/* line 480, ../sass/styles.scss */
.contentText {
  width: calc(100% - 80px);
  padding: 10px 40px;
}

/* line 485, ../sass/styles.scss */
.contentImg {
  width: 100%;
  padding: 10px 0;
}
/* line 489, ../sass/styles.scss */
.contentImg img {
  width: 100%;
}

/* line 494, ../sass/styles.scss */
.link {
  font-size: 15px;
  font-family: "FiraSans-Light", Helvetica, Arial, Sans-Serif;
  color: #6B6B6B;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  /* line 494, ../sass/styles.scss */
  .link {
    font-size: 16px;
  }
}
@media screen and (min-width: 951px) {
  /* line 494, ../sass/styles.scss */
  .link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 494, ../sass/styles.scss */
  .link {
    font-size: 19px;
  }
}

@media screen and (min-width: 701px) {
  /* line 503, ../sass/styles.scss */
  #content {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-left: 0px;
    position: relative;
    padding-top: 50px;
    margin-top: -60px;
  }

  /* line 513, ../sass/styles.scss */
  #capeContent:after, #seyContent:after, #krugerContent:after {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
    font-size: 0;
    padding-bottom: 50px;
  }

  /* line 524, ../sass/styles.scss */
  #capeContent, #seyContent, #krugerContent {
    display: block;
    height: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }

  /* line 531, ../sass/styles.scss */
  .contentText {
    float: left;
    width: 45%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    margin: auto 0;
  }

  /* line 539, ../sass/styles.scss */
  .contentImg {
    float: right;
    width: 45%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  /* line 546, ../sass/styles.scss */
  #seyContent .contentText {
    float: right;
  }

  /* line 550, ../sass/styles.scss */
  #seyContent .contentImg {
    float: left;
  }
}
/* line 557, ../sass/styles.scss */
.left {
  text-align: left;
}

.sidebar {
  background: #222;
  transform: rotate(-90deg);
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-left: 0 !important;
  position: absolute;
  top: 30%;
  left: -40px;
}

.sidebar a {
  color: white !important;
  font-size: 18px;
}

#content1, #content2, #content3, #content4, #content5, #contentStretch {
  display: block;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 10;
}