/******************************************************************
Site Name: 
Author: 
URL: 

Stylesheet: Main Stylesheet

Here we organize our media queries and setup our main stylesheet.
******************************************************************/
/* import reset */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* import grid */
/* ================================================================== */
/* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
/* ================================================================== */
@media (max-width: 480px) {
  @-ms-viewport {
    width: 320px; } }

.c {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .tablet-grid-5:before, .grid-10:before, .mobile-grid-10:before, .tablet-grid-10:before, .grid-15:before, .mobile-grid-15:before, .tablet-grid-15:before, .grid-20:before, .mobile-grid-20:before, .tablet-grid-20:before, .grid-25:before, .mobile-grid-25:before, .tablet-grid-25:before, .grid-30:before, .mobile-grid-30:before, .tablet-grid-30:before, .grid-35:before, .mobile-grid-35:before, .tablet-grid-35:before, .grid-40:before, .mobile-grid-40:before, .tablet-grid-40:before, .grid-45:before, .mobile-grid-45:before, .tablet-grid-45:before, .grid-50:before, .mobile-grid-50:before, .tablet-grid-50:before, .grid-55:before, .mobile-grid-55:before, .tablet-grid-55:before, .grid-60:before, .mobile-grid-60:before, .tablet-grid-60:before, .grid-65:before, .mobile-grid-65:before, .tablet-grid-65:before, .grid-70:before, .mobile-grid-70:before, .tablet-grid-70:before, .grid-75:before, .mobile-grid-75:before, .tablet-grid-75:before, .grid-80:before, .mobile-grid-80:before, .tablet-grid-80:before, .grid-85:before, .mobile-grid-85:before, .tablet-grid-85:before, .grid-90:before, .mobile-grid-90:before, .tablet-grid-90:before, .grid-95:before, .mobile-grid-95:before, .tablet-grid-95:before, .grid-100:before, .mobile-grid-100:before, .tablet-grid-100:before, .grid-33:before, .mobile-grid-33:before, .tablet-grid-33:before, .grid-66:before, .mobile-grid-66:before, .tablet-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.tablet-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.tablet-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.tablet-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.tablet-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.tablet-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.tablet-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.tablet-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.tablet-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.tablet-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.tablet-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.tablet-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.tablet-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.tablet-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.tablet-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.tablet-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.tablet-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.tablet-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.tablet-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.tablet-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.tablet-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.tablet-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.tablet-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .tablet-grid-5:after, .grid-10:after, .mobile-grid-10:after, .tablet-grid-10:after, .grid-15:after, .mobile-grid-15:after, .tablet-grid-15:after, .grid-20:after, .mobile-grid-20:after, .tablet-grid-20:after, .grid-25:after, .mobile-grid-25:after, .tablet-grid-25:after, .grid-30:after, .mobile-grid-30:after, .tablet-grid-30:after, .grid-35:after, .mobile-grid-35:after, .tablet-grid-35:after, .grid-40:after, .mobile-grid-40:after, .tablet-grid-40:after, .grid-45:after, .mobile-grid-45:after, .tablet-grid-45:after, .grid-50:after, .mobile-grid-50:after, .tablet-grid-50:after, .grid-55:after, .mobile-grid-55:after, .tablet-grid-55:after, .grid-60:after, .mobile-grid-60:after, .tablet-grid-60:after, .grid-65:after, .mobile-grid-65:after, .tablet-grid-65:after, .grid-70:after, .mobile-grid-70:after, .tablet-grid-70:after, .grid-75:after, .mobile-grid-75:after, .tablet-grid-75:after, .grid-80:after, .mobile-grid-80:after, .tablet-grid-80:after, .grid-85:after, .mobile-grid-85:after, .tablet-grid-85:after, .grid-90:after, .mobile-grid-90:after, .tablet-grid-90:after, .grid-95:after, .mobile-grid-95:after, .tablet-grid-95:after, .grid-100:after, .mobile-grid-100:after, .tablet-grid-100:after, .grid-33:after, .mobile-grid-33:after, .tablet-grid-33:after, .grid-66:after, .mobile-grid-66:after, .tablet-grid-66:after, .clearfix:after {
  clear: both; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px; }

.grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }
  .hide-on-mobile {
    display: none !important; }
  .mobile-grid-5 {
    float: left;
    width: 5%; }
  .mobile-prefix-5 {
    margin-left: 5%; }
  .mobile-suffix-5 {
    margin-right: 5%; }
  .mobile-push-5 {
    left: 5%; }
  .mobile-pull-5 {
    left: -5%; }
  .mobile-grid-10 {
    float: left;
    width: 10%; }
  .mobile-prefix-10 {
    margin-left: 10%; }
  .mobile-suffix-10 {
    margin-right: 10%; }
  .mobile-push-10 {
    left: 10%; }
  .mobile-pull-10 {
    left: -10%; }
  .mobile-grid-15 {
    float: left;
    width: 15%; }
  .mobile-prefix-15 {
    margin-left: 15%; }
  .mobile-suffix-15 {
    margin-right: 15%; }
  .mobile-push-15 {
    left: 15%; }
  .mobile-pull-15 {
    left: -15%; }
  .mobile-grid-20 {
    float: left;
    width: 20%; }
  .mobile-prefix-20 {
    margin-left: 20%; }
  .mobile-suffix-20 {
    margin-right: 20%; }
  .mobile-push-20 {
    left: 20%; }
  .mobile-pull-20 {
    left: -20%; }
  .mobile-grid-25 {
    float: left;
    width: 25%; }
  .mobile-prefix-25 {
    margin-left: 25%; }
  .mobile-suffix-25 {
    margin-right: 25%; }
  .mobile-push-25 {
    left: 25%; }
  .mobile-pull-25 {
    left: -25%; }
  .mobile-grid-30 {
    float: left;
    width: 30%; }
  .mobile-prefix-30 {
    margin-left: 30%; }
  .mobile-suffix-30 {
    margin-right: 30%; }
  .mobile-push-30 {
    left: 30%; }
  .mobile-pull-30 {
    left: -30%; }
  .mobile-grid-35 {
    float: left;
    width: 35%; }
  .mobile-prefix-35 {
    margin-left: 35%; }
  .mobile-suffix-35 {
    margin-right: 35%; }
  .mobile-push-35 {
    left: 35%; }
  .mobile-pull-35 {
    left: -35%; }
  .mobile-grid-40 {
    float: left;
    width: 40%; }
  .mobile-prefix-40 {
    margin-left: 40%; }
  .mobile-suffix-40 {
    margin-right: 40%; }
  .mobile-push-40 {
    left: 40%; }
  .mobile-pull-40 {
    left: -40%; }
  .mobile-grid-45 {
    float: left;
    width: 45%; }
  .mobile-prefix-45 {
    margin-left: 45%; }
  .mobile-suffix-45 {
    margin-right: 45%; }
  .mobile-push-45 {
    left: 45%; }
  .mobile-pull-45 {
    left: -45%; }
  .mobile-grid-50 {
    float: left;
    width: 50%; }
  .mobile-prefix-50 {
    margin-left: 50%; }
  .mobile-suffix-50 {
    margin-right: 50%; }
  .mobile-push-50 {
    left: 50%; }
  .mobile-pull-50 {
    left: -50%; }
  .mobile-grid-55 {
    float: left;
    width: 55%; }
  .mobile-prefix-55 {
    margin-left: 55%; }
  .mobile-suffix-55 {
    margin-right: 55%; }
  .mobile-push-55 {
    left: 55%; }
  .mobile-pull-55 {
    left: -55%; }
  .mobile-grid-60 {
    float: left;
    width: 60%; }
  .mobile-prefix-60 {
    margin-left: 60%; }
  .mobile-suffix-60 {
    margin-right: 60%; }
  .mobile-push-60 {
    left: 60%; }
  .mobile-pull-60 {
    left: -60%; }
  .mobile-grid-65 {
    float: left;
    width: 65%; }
  .mobile-prefix-65 {
    margin-left: 65%; }
  .mobile-suffix-65 {
    margin-right: 65%; }
  .mobile-push-65 {
    left: 65%; }
  .mobile-pull-65 {
    left: -65%; }
  .mobile-grid-70 {
    float: left;
    width: 70%; }
  .mobile-prefix-70 {
    margin-left: 70%; }
  .mobile-suffix-70 {
    margin-right: 70%; }
  .mobile-push-70 {
    left: 70%; }
  .mobile-pull-70 {
    left: -70%; }
  .mobile-grid-75 {
    float: left;
    width: 75%; }
  .mobile-prefix-75 {
    margin-left: 75%; }
  .mobile-suffix-75 {
    margin-right: 75%; }
  .mobile-push-75 {
    left: 75%; }
  .mobile-pull-75 {
    left: -75%; }
  .mobile-grid-80 {
    float: left;
    width: 80%; }
  .mobile-prefix-80 {
    margin-left: 80%; }
  .mobile-suffix-80 {
    margin-right: 80%; }
  .mobile-push-80 {
    left: 80%; }
  .mobile-pull-80 {
    left: -80%; }
  .mobile-grid-85 {
    float: left;
    width: 85%; }
  .mobile-prefix-85 {
    margin-left: 85%; }
  .mobile-suffix-85 {
    margin-right: 85%; }
  .mobile-push-85 {
    left: 85%; }
  .mobile-pull-85 {
    left: -85%; }
  .mobile-grid-90 {
    float: left;
    width: 90%; }
  .mobile-prefix-90 {
    margin-left: 90%; }
  .mobile-suffix-90 {
    margin-right: 90%; }
  .mobile-push-90 {
    left: 90%; }
  .mobile-pull-90 {
    left: -90%; }
  .mobile-grid-95 {
    float: left;
    width: 95%; }
  .mobile-prefix-95 {
    margin-left: 95%; }
  .mobile-suffix-95 {
    margin-right: 95%; }
  .mobile-push-95 {
    left: 95%; }
  .mobile-pull-95 {
    left: -95%; }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%; }
  .mobile-prefix-33 {
    margin-left: 33.33333%; }
  .mobile-suffix-33 {
    margin-right: 33.33333%; }
  .mobile-push-33 {
    left: 33.33333%; }
  .mobile-pull-33 {
    left: -33.33333%; }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%; }
  .mobile-prefix-66 {
    margin-left: 66.66667%; }
  .mobile-suffix-66 {
    margin-right: 66.66667%; }
  .mobile-push-66 {
    left: 66.66667%; }
  .mobile-pull-66 {
    left: -66.66667%; }
  .mobile-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1029px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative; }
  .hide-on-tablet {
    display: none !important; }
  .tablet-grid-5 {
    float: left;
    width: 5%; }
  .tablet-prefix-5 {
    margin-left: 5%; }
  .tablet-suffix-5 {
    margin-right: 5%; }
  .tablet-push-5 {
    left: 5%; }
  .tablet-pull-5 {
    left: -5%; }
  .tablet-grid-10 {
    float: left;
    width: 10%; }
  .tablet-prefix-10 {
    margin-left: 10%; }
  .tablet-suffix-10 {
    margin-right: 10%; }
  .tablet-push-10 {
    left: 10%; }
  .tablet-pull-10 {
    left: -10%; }
  .tablet-grid-15 {
    float: left;
    width: 15%; }
  .tablet-prefix-15 {
    margin-left: 15%; }
  .tablet-suffix-15 {
    margin-right: 15%; }
  .tablet-push-15 {
    left: 15%; }
  .tablet-pull-15 {
    left: -15%; }
  .tablet-grid-20 {
    float: left;
    width: 20%; }
  .tablet-prefix-20 {
    margin-left: 20%; }
  .tablet-suffix-20 {
    margin-right: 20%; }
  .tablet-push-20 {
    left: 20%; }
  .tablet-pull-20 {
    left: -20%; }
  .tablet-grid-25 {
    float: left;
    width: 25%; }
  .tablet-prefix-25 {
    margin-left: 25%; }
  .tablet-suffix-25 {
    margin-right: 25%; }
  .tablet-push-25 {
    left: 25%; }
  .tablet-pull-25 {
    left: -25%; }
  .tablet-grid-30 {
    float: left;
    width: 30%; }
  .tablet-prefix-30 {
    margin-left: 30%; }
  .tablet-suffix-30 {
    margin-right: 30%; }
  .tablet-push-30 {
    left: 30%; }
  .tablet-pull-30 {
    left: -30%; }
  .tablet-grid-35 {
    float: left;
    width: 35%; }
  .tablet-prefix-35 {
    margin-left: 35%; }
  .tablet-suffix-35 {
    margin-right: 35%; }
  .tablet-push-35 {
    left: 35%; }
  .tablet-pull-35 {
    left: -35%; }
  .tablet-grid-40 {
    float: left;
    width: 40%; }
  .tablet-prefix-40 {
    margin-left: 40%; }
  .tablet-suffix-40 {
    margin-right: 40%; }
  .tablet-push-40 {
    left: 40%; }
  .tablet-pull-40 {
    left: -40%; }
  .tablet-grid-45 {
    float: left;
    width: 45%; }
  .tablet-prefix-45 {
    margin-left: 45%; }
  .tablet-suffix-45 {
    margin-right: 45%; }
  .tablet-push-45 {
    left: 45%; }
  .tablet-pull-45 {
    left: -45%; }
  .tablet-grid-50 {
    float: left;
    width: 50%; }
  .tablet-prefix-50 {
    margin-left: 50%; }
  .tablet-suffix-50 {
    margin-right: 50%; }
  .tablet-push-50 {
    left: 50%; }
  .tablet-pull-50 {
    left: -50%; }
  .tablet-grid-55 {
    float: left;
    width: 55%; }
  .tablet-prefix-55 {
    margin-left: 55%; }
  .tablet-suffix-55 {
    margin-right: 55%; }
  .tablet-push-55 {
    left: 55%; }
  .tablet-pull-55 {
    left: -55%; }
  .tablet-grid-60 {
    float: left;
    width: 60%; }
  .tablet-prefix-60 {
    margin-left: 60%; }
  .tablet-suffix-60 {
    margin-right: 60%; }
  .tablet-push-60 {
    left: 60%; }
  .tablet-pull-60 {
    left: -60%; }
  .tablet-grid-65 {
    float: left;
    width: 65%; }
  .tablet-prefix-65 {
    margin-left: 65%; }
  .tablet-suffix-65 {
    margin-right: 65%; }
  .tablet-push-65 {
    left: 65%; }
  .tablet-pull-65 {
    left: -65%; }
  .tablet-grid-70 {
    float: left;
    width: 70%; }
  .tablet-prefix-70 {
    margin-left: 70%; }
  .tablet-suffix-70 {
    margin-right: 70%; }
  .tablet-push-70 {
    left: 70%; }
  .tablet-pull-70 {
    left: -70%; }
  .tablet-grid-75 {
    float: left;
    width: 75%; }
  .tablet-prefix-75 {
    margin-left: 75%; }
  .tablet-suffix-75 {
    margin-right: 75%; }
  .tablet-push-75 {
    left: 75%; }
  .tablet-pull-75 {
    left: -75%; }
  .tablet-grid-80 {
    float: left;
    width: 80%; }
  .tablet-prefix-80 {
    margin-left: 80%; }
  .tablet-suffix-80 {
    margin-right: 80%; }
  .tablet-push-80 {
    left: 80%; }
  .tablet-pull-80 {
    left: -80%; }
  .tablet-grid-85 {
    float: left;
    width: 85%; }
  .tablet-prefix-85 {
    margin-left: 85%; }
  .tablet-suffix-85 {
    margin-right: 85%; }
  .tablet-push-85 {
    left: 85%; }
  .tablet-pull-85 {
    left: -85%; }
  .tablet-grid-90 {
    float: left;
    width: 90%; }
  .tablet-prefix-90 {
    margin-left: 90%; }
  .tablet-suffix-90 {
    margin-right: 90%; }
  .tablet-push-90 {
    left: 90%; }
  .tablet-pull-90 {
    left: -90%; }
  .tablet-grid-95 {
    float: left;
    width: 95%; }
  .tablet-prefix-95 {
    margin-left: 95%; }
  .tablet-suffix-95 {
    margin-right: 95%; }
  .tablet-push-95 {
    left: 95%; }
  .tablet-pull-95 {
    left: -95%; }
  .tablet-grid-33 {
    float: left;
    width: 33.33333%; }
  .tablet-prefix-33 {
    margin-left: 33.33333%; }
  .tablet-suffix-33 {
    margin-right: 33.33333%; }
  .tablet-push-33 {
    left: 33.33333%; }
  .tablet-pull-33 {
    left: -33.33333%; }
  .tablet-grid-66 {
    float: left;
    width: 66.66667%; }
  .tablet-prefix-66 {
    margin-left: 66.66667%; }
  .tablet-suffix-66 {
    margin-right: 66.66667%; }
  .tablet-push-66 {
    left: 66.66667%; }
  .tablet-pull-66 {
    left: -66.66667%; }
  .tablet-grid-100 {
    clear: both;
    width: 100%; } }

@media (min-width: 1030px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }
  .hide-on-desktop {
    display: none !important; }
  .grid-5 {
    float: left;
    width: 5%; }
  .prefix-5 {
    margin-left: 5%; }
  .suffix-5 {
    margin-right: 5%; }
  .push-5 {
    left: 5%; }
  .pull-5 {
    left: -5%; }
  .grid-10 {
    float: left;
    width: 10%; }
  .prefix-10 {
    margin-left: 10%; }
  .suffix-10 {
    margin-right: 10%; }
  .push-10 {
    left: 10%; }
  .pull-10 {
    left: -10%; }
  .grid-15 {
    float: left;
    width: 15%; }
  .prefix-15 {
    margin-left: 15%; }
  .suffix-15 {
    margin-right: 15%; }
  .push-15 {
    left: 15%; }
  .pull-15 {
    left: -15%; }
  .grid-20 {
    float: left;
    width: 20%; }
  .prefix-20 {
    margin-left: 20%; }
  .suffix-20 {
    margin-right: 20%; }
  .push-20 {
    left: 20%; }
  .pull-20 {
    left: -20%; }
  .grid-25 {
    float: left;
    width: 25%; }
  .prefix-25 {
    margin-left: 25%; }
  .suffix-25 {
    margin-right: 25%; }
  .push-25 {
    left: 25%; }
  .pull-25 {
    left: -25%; }
  .grid-30 {
    float: left;
    width: 30%; }
  .prefix-30 {
    margin-left: 30%; }
  .suffix-30 {
    margin-right: 30%; }
  .push-30 {
    left: 30%; }
  .pull-30 {
    left: -30%; }
  .grid-35 {
    float: left;
    width: 35%; }
  .prefix-35 {
    margin-left: 35%; }
  .suffix-35 {
    margin-right: 35%; }
  .push-35 {
    left: 35%; }
  .pull-35 {
    left: -35%; }
  .grid-40 {
    float: left;
    width: 40%; }
  .prefix-40 {
    margin-left: 40%; }
  .suffix-40 {
    margin-right: 40%; }
  .push-40 {
    left: 40%; }
  .pull-40 {
    left: -40%; }
  .grid-45 {
    float: left;
    width: 45%; }
  .prefix-45 {
    margin-left: 45%; }
  .suffix-45 {
    margin-right: 45%; }
  .push-45 {
    left: 45%; }
  .pull-45 {
    left: -45%; }
  .grid-50 {
    float: left;
    width: 50%; }
  .prefix-50 {
    margin-left: 50%; }
  .suffix-50 {
    margin-right: 50%; }
  .push-50 {
    left: 50%; }
  .pull-50 {
    left: -50%; }
  .grid-55 {
    float: left;
    width: 55%; }
  .prefix-55 {
    margin-left: 55%; }
  .suffix-55 {
    margin-right: 55%; }
  .push-55 {
    left: 55%; }
  .pull-55 {
    left: -55%; }
  .grid-60 {
    float: left;
    width: 60%; }
  .prefix-60 {
    margin-left: 60%; }
  .suffix-60 {
    margin-right: 60%; }
  .push-60 {
    left: 60%; }
  .pull-60 {
    left: -60%; }
  .grid-65 {
    float: left;
    width: 65%; }
  .prefix-65 {
    margin-left: 65%; }
  .suffix-65 {
    margin-right: 65%; }
  .push-65 {
    left: 65%; }
  .pull-65 {
    left: -65%; }
  .grid-70 {
    float: left;
    width: 70%; }
  .prefix-70 {
    margin-left: 70%; }
  .suffix-70 {
    margin-right: 70%; }
  .push-70 {
    left: 70%; }
  .pull-70 {
    left: -70%; }
  .grid-75 {
    float: left;
    width: 75%; }
  .prefix-75 {
    margin-left: 75%; }
  .suffix-75 {
    margin-right: 75%; }
  .push-75 {
    left: 75%; }
  .pull-75 {
    left: -75%; }
  .grid-80 {
    float: left;
    width: 80%; }
  .prefix-80 {
    margin-left: 80%; }
  .suffix-80 {
    margin-right: 80%; }
  .push-80 {
    left: 80%; }
  .pull-80 {
    left: -80%; }
  .grid-85 {
    float: left;
    width: 85%; }
  .prefix-85 {
    margin-left: 85%; }
  .suffix-85 {
    margin-right: 85%; }
  .push-85 {
    left: 85%; }
  .pull-85 {
    left: -85%; }
  .grid-90 {
    float: left;
    width: 90%; }
  .prefix-90 {
    margin-left: 90%; }
  .suffix-90 {
    margin-right: 90%; }
  .push-90 {
    left: 90%; }
  .pull-90 {
    left: -90%; }
  .grid-95 {
    float: left;
    width: 95%; }
  .prefix-95 {
    margin-left: 95%; }
  .suffix-95 {
    margin-right: 95%; }
  .push-95 {
    left: 95%; }
  .pull-95 {
    left: -95%; }
  .grid-33 {
    float: left;
    width: 33.33333%; }
  .prefix-33 {
    margin-left: 33.33333%; }
  .suffix-33 {
    margin-right: 33.33333%; }
  .push-33 {
    left: 33.33333%; }
  .pull-33 {
    left: -33.33333%; }
  .grid-66 {
    float: left;
    width: 66.66667%; }
  .prefix-66 {
    margin-left: 66.66667%; }
  .suffix-66 {
    margin-right: 66.66667%; }
  .push-66 {
    left: 66.66667%; }
  .pull-66 {
    left: -66.66667%; }
  .grid-100 {
    clear: both;
    width: 100%; } }

/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins

These are used throughout the site and contain things like 
CSS3 techniques, buttons, forms, grid info, ect. It's called 
right after the normalize stylesheet.
******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/MaisonNeue-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* text alignment */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* alerts & notices */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.help {
  border-color: #e8dc59;
  background: #ebe16f; }

.info {
  border-color: #0000e6;
  background: #0000ff; }

.error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/* @include borderRadius(4px); */
/* @include borderTopRadius(4px); */
/* @include borderRightRadius(4px); */
/* @include borderBottomRadius(4px); */
/* @include borderLeftRadius(4px); */
/*********************
TRANISTION
*********************/
/* @include transition(all,2s,ease-out); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include boxSizing(border-box); */
/*********************
BOX SHADOW
*********************/
/* @include boxShadow(0 0 4px #444); */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: linear-gradient(top, #f01d4f, #e40f42); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid #be0d37;
    border-top-color: #9d0a2d;
    border-left-color: #9d0a2d;
    background-color: #cc0e3b;
    background-image: linear-gradient(top, #e40f42, #cc0e3b); }
  .button:active, .button:visited:active {
    background-color: #f01d4f;
    background-image: linear-gradient(top, #e40f42, #f01d4f); }

/******************************************************************
BASE (MOBILE) SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
/*********************

Defaults

*********************/
html {
  font-size: 31.25%; }

body {
  font-size: 1.6rem;
  /* Base font size */
  line-height: 1.6;
  font-family: "Maison Neue", Helvetica, Arial, sans-serif;
  background-color: #EECDA3; }

html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  height: 100%; }

img {
  max-width: 100% !important;
  height: auto !important; }

/*********************

Typography

*********************/
h1, .h1, header a, .displace .gallery-quotes p, .exposure .gallery-quotes p, .clip .gallery-quotes p, .rain .gallery-quotes p, .awakenings .gallery-quotes p, .yesnomaybe .gallery-quotes p, .about .gallery-quotes p, h2, footer, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 400;
  margin: 0; }

h1, .h1, header a, .displace .gallery-quotes p, .exposure .gallery-quotes p, .clip .gallery-quotes p, .rain .gallery-quotes p, .awakenings .gallery-quotes p, .yesnomaybe .gallery-quotes p, .about .gallery-quotes p {
  font-size: 2.6rem;
  font-weight: 400; }

h2, footer, .h2 {
  font-size: 2.6rem;
  font-weight: 400; }

p, .p {
  font-size: 4.5rem;
  font-weight: 400;
  margin: 0 0 20px; }

a {
  color: #111;
  font-weight: 400;
  text-decoration: none; }

img {
  vertical-align: top; }

/*********************

Main styles

*********************/
body {
  opacity: 0;
  /* background: linear-gradient(-15deg, #EECDA3, #efb6cf, #EF629F);*/ }
  body.loaded {
    opacity: 1; }

header {
  padding-top: 20px;
  padding-bottom: 50px; }
  header nav ul, header nav li {
    margin: 0;
    padding: 0; }
  header nav ul li {
    list-style: none;
    float: left;
    padding-right: 20px; }

footer {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 20px; }
  footer a {
    font-weight: 400;
    -webkit-transform: none;
    transform: none; }

.grid-container {
  position: relative;
  max-width: 2000px;
  z-index: 1; }

.background-container, .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0; }

a {
  display: inline-block; }

.background.background-01 {
  background: linear-gradient(30deg, #EECDA3, #EF629F); }

.background.background-02 {
  background: linear-gradient(60deg, #EF629F, #EECDA3); }

.background.background-03 {
  background: linear-gradient(90deg, #EECDA3, #EF629F); }

.background.background-04 {
  background: linear-gradient(120deg, #EF629F, #EECDA3); }

span, main a {
  font-family: "Space Mono", monospace;
  font-size: 2.0rem;
  transform: skew(0); }
  span:hover, main a:hover {
    cursor: pointer; }

/* 
home
*/
.project h1 {
  padding: 0;
  margin: 0;
  font-size: 10vw;
  line-height: 1; }

/*
Projects
*/
.displace main h1, .exposure main h1, .clip main h1, .rain main h1, .awakenings main h1, .yesnomaybe main h1, .about main h1 {
  font-size: 4.5rem; }

.displace .hide, .displace .remove, .exposure .hide, .exposure .remove, .clip .hide, .clip .remove, .rain .hide, .rain .remove, .awakenings .hide, .awakenings .remove, .yesnomaybe .hide, .yesnomaybe .remove, .about .hide, .about .remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11; }

.displace .swiper-container, .exposure .swiper-container, .clip .swiper-container, .rain .swiper-container, .awakenings .swiper-container, .yesnomaybe .swiper-container, .about .swiper-container {
  width: 100%;
  height: 100%; }
  .displace .swiper-container .swiper-button-next, .exposure .swiper-container .swiper-button-next, .clip .swiper-container .swiper-button-next, .rain .swiper-container .swiper-button-next, .awakenings .swiper-container .swiper-button-next, .yesnomaybe .swiper-container .swiper-button-next, .about .swiper-container .swiper-button-next {
    display: none; }

.displace .gallery-images, .exposure .gallery-images, .clip .gallery-images, .rain .gallery-images, .awakenings .gallery-images, .yesnomaybe .gallery-images, .about .gallery-images {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 80vw;
  height: 80vw;
  max-width: 800px;
  max-height: 800px;
  z-index: 10; }
  .displace .gallery-images .swiper-slide, .exposure .gallery-images .swiper-slide, .clip .gallery-images .swiper-slide, .rain .gallery-images .swiper-slide, .awakenings .gallery-images .swiper-slide, .yesnomaybe .gallery-images .swiper-slide, .about .gallery-images .swiper-slide {
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat; }
  .displace .gallery-images .hide, .exposure .gallery-images .hide, .clip .gallery-images .hide, .rain .gallery-images .hide, .awakenings .gallery-images .hide, .yesnomaybe .gallery-images .hide, .about .gallery-images .hide {
    color: white; }

.displace .gallery-quotes, .exposure .gallery-quotes, .clip .gallery-quotes, .rain .gallery-quotes, .awakenings .gallery-quotes, .yesnomaybe .gallery-quotes, .about .gallery-quotes {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 80vw;
  height: auto;
  z-index: 12; }
  .displace .gallery-quotes p, .exposure .gallery-quotes p, .clip .gallery-quotes p, .rain .gallery-quotes p, .awakenings .gallery-quotes p, .yesnomaybe .gallery-quotes p, .about .gallery-quotes p {
    padding: 40px 30px; }
  .displace .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .exposure .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .clip .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .rain .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .awakenings .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .yesnomaybe .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide, .about .gallery-quotes .swiper-container .swiper-wrapper .swiper-slide {
    background-color: #fff; }

.displace .video-responsive, .exposure .video-responsive, .clip .video-responsive, .rain .video-responsive, .awakenings .video-responsive, .yesnomaybe .video-responsive, .about .video-responsive {
  position: absolute;
  overflow: hidden;
  top: 200px;
  left: 15%;
  width: 60%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 12; }
  .displace .video-responsive .remove, .exposure .video-responsive .remove, .clip .video-responsive .remove, .rain .video-responsive .remove, .awakenings .video-responsive .remove, .yesnomaybe .video-responsive .remove, .about .video-responsive .remove {
    top: 20%; }

.displace .video-responsive iframe, .exposure .video-responsive iframe, .clip .video-responsive iframe, .rain .video-responsive iframe, .awakenings .video-responsive iframe, .yesnomaybe .video-responsive iframe, .about .video-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/******************************************************************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's 
larger than in iPhone but smaller than a tablet. Let's call them
tweeners.
******************************************************************/
/* end of media query */
/******************************************************************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%; } }

/* end of media query */
/******************************************************************
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  /*
Defaults
*/
  header nav ul li {
    float: right; }
  .displace .swiper-container .swiper-button-next, .exposure .swiper-container .swiper-button-next, .clip .swiper-container .swiper-button-next, .rain .swiper-container .swiper-button-next, .awakenings .swiper-container .swiper-button-next, .yesnomaybe .swiper-container .swiper-button-next, .about .swiper-container .swiper-button-next {
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
    .displace .swiper-container .swiper-button-next:after, .exposure .swiper-container .swiper-button-next:after, .clip .swiper-container .swiper-button-next:after, .rain .swiper-container .swiper-button-next:after, .awakenings .swiper-container .swiper-button-next:after, .yesnomaybe .swiper-container .swiper-button-next:after, .about .swiper-container .swiper-button-next:after {
      content: ''; }
  .displace .gallery-quotes, .exposure .gallery-quotes, .clip .gallery-quotes, .rain .gallery-quotes, .awakenings .gallery-quotes, .yesnomaybe .gallery-quotes, .about .gallery-quotes {
    left: 50%;
    width: 40%; }
  .displace .video-01, .exposure .video-01, .clip .video-01, .rain .video-01, .awakenings .video-01, .yesnomaybe .video-01, .about .video-01 {
    top: 400px; }
  a, .hide, .remove, .show {
    transition: opacity 500ms, transform 500ms; }
    a:hover, .hide:hover, .remove:hover, .show:hover {
      opacity: 0.3; }
  .project a:hover {
    transform: translateX(20px); } }

/* end of media query */
/******************************************************************
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
/* end of media query */
/******************************************************************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. 
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Displays

This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. 
******************************************************************/ }

/* end of media query */
/******************************************************************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
@media print {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Print Stylesheet

Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, footer, h3 {
    orphans: 3;
    widows: 3; }
  h2, footer, h3 {
    page-break-after: avoid; }
  /* custom print styles go under here */ }

/* end print media query */
