/* Base */
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/**
   * Remove default margin.
   */
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.
   */
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.
   */
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.
   */
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.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
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.
   */
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.
   */
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.
   */
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.
   */
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.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
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.
   */
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.
   */
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`.
   */
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.
   */
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).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
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.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
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.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body, html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.heading, h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px; }
  .heading.light, h1.light, h2.light, h3.light, h4.light, h5.light {
    color: #fbf7f4; }
  .heading.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
    color: #0a0a0a; }
  .heading.border, .heading .border, h1.border, h1 .border, h2.border, h2 .border, h3.border, h3 .border, h4.border, h4 .border, h5.border, h5 .border {
    color: transparent;
    -webkit-text-stroke: 3px #294c60; }
    .heading.border.main, .heading .border.main, h1.border.main, h1 .border.main, h2.border.main, h2 .border.main, h3.border.main, h3 .border.main, h4.border.main, h4 .border.main, h5.border.main, h5 .border.main {
      -webkit-text-stroke: 3px #ff2e00; }
  .heading.main-title, h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title {
    font-size: 150px;
    line-height: 130px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    display: inline-block; }
    .heading.main-title span:nth-child(1), h1.main-title span:nth-child(1), h2.main-title span:nth-child(1), h3.main-title span:nth-child(1), h4.main-title span:nth-child(1), h5.main-title span:nth-child(1) {
      width: 100%; }
    .heading.main-title span:nth-child(2), h1.main-title span:nth-child(2), h2.main-title span:nth-child(2), h3.main-title span:nth-child(2), h4.main-title span:nth-child(2), h5.main-title span:nth-child(2) {
      float: right;
      -webkit-text-stroke: 3px #294c60; }
    .heading.main-title span.main, h1.main-title span.main, h2.main-title span.main, h3.main-title span.main, h4.main-title span.main, h5.main-title span.main {
      -webkit-text-stroke: 3px #ff2e00; }
    @media only screen and (min-width: 981px) {
      .heading.main-title, h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title {
        font-size: 120px;
        line-height: 100px; } }
    @media only screen and (max-width: 980px) {
      .heading.main-title, h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title {
        font-size: 75px;
        line-height: 75px; }
        .heading.main-title span:nth-child(2), h1.main-title span:nth-child(2), h2.main-title span:nth-child(2), h3.main-title span:nth-child(2), h4.main-title span:nth-child(2), h5.main-title span:nth-child(2) {
          float: right;
          -webkit-text-stroke: 2px #294c60; }
        .heading.main-title span.main, h1.main-title span.main, h2.main-title span.main, h3.main-title span.main, h4.main-title span.main, h5.main-title span.main {
          -webkit-text-stroke: 2px #ff2e00; } }
    @media only screen and (max-width: 800px) {
      .heading.main-title, h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title {
        font-size: 50px;
        line-height: 50px;
        max-width: 100%;
        text-align: center; }
        .heading.main-title span, h1.main-title span, h2.main-title span, h3.main-title span, h4.main-title span, h5.main-title span {
          display: block;
          width: 100%;
          float: none; } }

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

p {
  color: #0a0a0a;
  margin: 0px 0px 24px; }

a {
  color: #ff2e00;
  text-decoration: none;
  outline: none; }
  a:hover {
    border-bottom: 1px solid #ff2e00; }

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

.image-container {
  position: relative; }
  .image-container img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .image-container span::before, .image-container a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 7px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    z-index: 1; }
  .image-container a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border: none; }
  .image-container span:hover::before, .image-container a:hover::before {
    opacity: 0; }
  @media only screen and (max-width: 800px) {
    .image-container {
      margin-bottom: 20px; } }

/* Layout */
.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0px 40px; }
  .container.full {
    width: 100%;
    max-width: 100%; }
  @media only screen and (max-width: 980px) {
    .container {
      padding: 0px 20px; } }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 801px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 981px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

/* Components */
.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block; }
  .icon.instagram {
    width: 28px;
    height: 28px;
    background-image: url("../images/icons/instagram.svg"); }
  .icon.linkedin {
    width: 31px;
    height: 32px;
    background-image: url("../images/icons/linkedin.svg"); }
  .icon.facebook {
    width: 17px;
    height: 32px;
    background-image: url("../images/icons/facebook.svg"); }
  .icon.close {
    width: 40px;
    height: 40px;
    background-image: url("../images/icons/close.png"); }

/* Pages */
#home {
  position: relative;
  width: 100%;
  height: 100vh; }
  #home #al {
    position: absolute;
    top: 50%;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  #home h1 {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    position: relative;
    display: inline-block;
    font-size: 150px;
    line-height: 150px;
    color: #fbf7f4; }
    #home h1 span:nth-child(1) {
      width: 100%; }
    #home h1 span:nth-child(2) {
      float: right;
      -webkit-text-stroke: 3px #ffffff; }
      @media only screen and (max-width: 800px) {
        #home h1 span:nth-child(2) {
          -webkit-text-stroke: 2px #ffffff; } }
    @media only screen and (max-width: 800px) {
      #home h1 span {
        width: 100%;
        float: none;
        text-align: center;
        display: block; } }
    @media only screen and (max-width: 980px) {
      #home h1 {
        font-size: 75px;
        line-height: 75px; } }
    @media only screen and (max-width: 800px) {
      #home h1 {
        font-size: 60px;
        line-height: 60px; } }
  #home .social_wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 50px; }
    #home .social_wrapper .social {
      display: inline-block;
      margin: 0px 20px 0px 0px;
      opacity: 0.6;
      filter: alpha(opacity=60); }
      #home .social_wrapper .social:last-of-type {
        margin: 0px; }
      #home .social_wrapper .social:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        border-bottom: 0px; }
    @media only screen and (max-width: 800px) {
      #home .social_wrapper {
        left: 50%;
        bottom: 80px;
        padding: 0px;
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0); } }
  #home .background {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../images/background.jpg") center no-repeat;
    background-size: cover; }
    #home .background video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
    #home .background:before {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: rgba(10, 10, 10, 0.4); }

#about {
  padding-top: 120px; }
  @media only screen and (max-width: 1340px) {
    #about {
      padding-top: 60px; } }
  @media only screen and (max-width: 800px) {
    #about {
      padding-top: 40px; }
      #about .clear {
        display: none; } }
  #about .main-title {
    max-width: 450px;
    z-index: 1; }
    @media only screen and (max-width: 980px) {
      #about .main-title {
        max-width: 270px; } }
    @media only screen and (max-width: 800px) {
      #about .main-title {
        max-width: 100%; } }
  #about h3 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: inherit; }
  #about .intro {
    top: -190px;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 1340px) {
      #about .intro {
        top: 0px; }
        #about .intro .col:nth-child(2) {
          margin-left: 0;
          width: 50%; } }
    @media only screen and (max-width: 800px) {
      #about .intro .col:nth-child(2) {
        margin-left: inherit;
        width: inherit; } }
  #about #brandweer {
    margin-top: 80px; }
  @media only screen and (max-width: 1340px) {
    #about #brandweer, #about #fotografie {
      margin-top: 0px;
      margin-left: 0;
      width: 50%; } }
  @media only screen and (max-width: 800px) {
    #about #brandweer, #about #fotografie {
      margin-left: inherit;
      width: inherit; } }
  #about .brandweer-image {
    margin-top: -80px;
    z-index: 3; }
    @media only screen and (max-width: 1381px) {
      #about .brandweer-image {
        left: 24.66667%;
        right: auto; } }
    @media only screen and (max-width: 1340px) {
      #about .brandweer-image {
        margin-top: 0px;
        width: 41.66667%;
        left: auto;
        right: auto; } }
    @media only screen and (max-width: 800px) {
      #about .brandweer-image {
        width: 100%; } }
  #about .viv {
    margin-top: -150px; }
    @media only screen and (max-width: 1340px) {
      #about .viv {
        margin-top: -220px; } }
    @media only screen and (max-width: 1118px) {
      #about .viv {
        margin-top: 0px; } }
  #about .viv2 {
    margin-top: -324px; }
    @media only screen and (max-width: 1340px) {
      #about .viv2 {
        margin-top: -200px; } }
    @media only screen and (max-width: 1118px) {
      #about .viv2 {
        margin-top: 0px; } }

#projects-photos .main-title {
  position: relative;
  left: 50%;
  max-width: 800px;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }
  @media only screen and (max-width: 1200px) {
    #projects-photos .main-title {
      max-width: 70%; } }
  @media only screen and (max-width: 980px) {
    #projects-photos .main-title {
      max-width: 55%; } }
  @media only screen and (max-width: 800px) {
    #projects-photos .main-title {
      max-width: 100%; } }

#projects-photos .content {
  padding-top: 40px;
  margin-bottom: 80px; }
  #projects-photos .content p {
    font-size: 20px;
    line-height: 34px; }

#projects-photos .project {
  margin-bottom: 20px; }

@media only screen and (min-width: 1340px) {
  #projects-photos {
    position: relative;
    top: -100px; } }

.project-item {
  background-color: #0a0a0a; }
  .project-item .close-project {
    position: absolute;
    right: 40px;
    top: 40px; }
    .project-item .close-project:hover {
      border: none;
      opacity: 0.6; }
    @media only screen and (max-width: 800px) {
      .project-item .close-project {
        right: 20px;
        top: 20px; } }
  .project-item .intro-title {
    padding: 120px 0px 60px; }
  .project-item .intro-text {
    padding: 0px 0px 120px; }
    .project-item .intro-text p {
      color: #fbf7f4;
      text-align: center; }
  .project-item .project-overview .col {
    margin-bottom: 30px; }
  .project-item .project-overview p {
    color: #fbf7f4; }
  .project-item video {
    width: 100%;
    height: auto; }
  .project-item .mn140 {
    margin-top: -130px;
    margin-bottom: -40px; }
    @media only screen and (max-width: 980px) {
      .project-item .mn140 {
        margin-top: -80px; } }
    @media only screen and (max-width: 800px) {
      .project-item .mn140 {
        margin-top: inherit; } }
