@font-face {
  font-family: Kepler;
  src: local("Kepler-Light"), url("../public/fonts/Kepler-Light.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: Kepler;
  src: local("Kepler-Light-Italic"), url("../public/fonts/Kepler-Light-Italic.woff") format("woff");
  font-style: italic; }

@font-face {
  font-family: Moon;
  src: local("Moon-Light"), url("../public/fonts/Moon-Light.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: Moon;
  src: local("Moon-Bold"), url("../public/fonts/Moon-Bold.woff") format("woff");
  font-weight: bold; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 {
  -webkit-box-sizing: content-box;
          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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

* {
  font-family: "Moon";
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  word-wrap: break-word; }

body {
  background: white;
  width: 100%;
  overflow-x: hidden;
  padding-top: 210px;
  min-height: 100vh; }

html {
  width: 100%; }

* {
  position: relative; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:focus {
  outline: none !important; }

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

@media (max-width: 1500px) {
  body {
    padding-top: 180px; } }

@media (max-width: 850px) {
  body {
    padding-top: 150px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 1370px;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px; }

.container:after {
    clear: both;
    content: "";
    display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }

.flex__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

.flex__row--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex--start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }

.pull_right {
  margin-left: auto; }

.pull_left {
  margin-right: auto; }

.pull_center {
  margin-left: auto;
  margin-right: auto; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 210px;
  background: white;
  z-index: 500;
  padding-left: 115px;
  padding-right: 115px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

header.menu--open i {
    color: white; }

header.menu--open .menu__svg:first-child {
    -webkit-transform: translate(0px, 0px) rotate(-45deg) !important;
        -ms-transform: translate(0px, 0px) rotate(-45deg) !important;
            transform: translate(0px, 0px) rotate(-45deg) !important;
    margin-bottom: 0px;
    background: white !important;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open .menu__svg:nth-child(2) {
    display: none;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open .menu__svg:nth-child(3) {
    -webkit-transform: translate(0px, -2px) rotate(45deg) !important;
        -ms-transform: translate(0px, -2px) rotate(45deg) !important;
            transform: translate(0px, -2px) rotate(45deg) !important;
    background: white !important;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open .menu__bar--svg {
    background: white !important;
    stroke: white !important;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open #logo .st0 {
    fill: white !important; }

header.menu--open #logo__st0 {
    fill: white;
    stroke: white;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open #logo__st1 {
    fill: none;
    stroke: white !important;
    stroke-width: 0.821;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s; }

header.menu--open .menu__wrapper {
    top: 0; }

@media (max-width: 1500px) {
  header {
    height: 180px; } }

@media (max-width: 850px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
    height: 150px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

footer .section--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 130px;
    padding-bottom: 130px; }

footer .section--contact p {
      text-align: center;
      font-family: "Kepler";
      font-size: 50px; }

footer .section--contact a {
      text-align: center;
      font-family: "Kepler";
      color: #bed0fe;
      text-decoration: none;
      font-size: 50px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }

footer .section--contact a:hover {
        color: #8cacfd; }

footer .copyright {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: 10px;
    font-weight: bold; }

@media (max-width: 1000px) {
  footer {
    height: 250px; }
    footer .section--contact {
      padding-top: 70px;
      padding-bottom: 0px; }
      footer .section--contact p {
        font-size: 30px; }
      footer .section--contact a {
        font-size: 30px; }
    footer .copyright {
      margin-top: 70px;
      letter-spacing: 3px; } }

@media (max-width: 600px) {
  footer .copyright {
    font-size: 8px; } }

section {
  width: 100%;
  background-size: cover;
  background-position: center; }

.section--image {
  margin: 0px; }

.section--image img {
    visibility: hidden; }

.section--video {
  margin: 0px; }

.section--video iframe {
    width: 100%;
    height: 1339px; }

.section--details {
  margin: 0px;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 40px; }

.section--details .line {
    height: 2px;
    width: 75px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #222; }

.section--details .line--blue {
      background: #bed0fe; }

.section--details .line--green {
      background: #a0e3cf; }

.section--details .description {
    margin-bottom: 50px;
    width: 800px;
    max-width: 100%;
    font-size: 50px;
    font-family: "Kepler";
    line-height: 1.2; }

.section--details .description p, .section--details .description i, .section--details .description em {
      font-size: inherit;
      font-family: inherit; }

.section--details .block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 50px;
    max-width: 350px; }

.section--details .block:last-child {
      margin-left: auto; }

.section--details .block__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 800px; }

.section--details .block__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }

.section--details .block__title h2 {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 4px;
        font-size: 12px; }

.section--details .block__title .line {
        width: 17px;
        margin: 0px;
        margin-left: 10px;
        height: 1px;
        background: #222;
        top: -1px; }

.section--details .block p {
      font-family: "Kepler";
      letter-spacing: .5px;
      line-height: 1.5; }

.section--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px; }

.section--about .about__image img {
    width: 100%; }

.section--about .about__image p {
    font-family: "Kepler";
    letter-spacing: .5px;
    margin-top: 5px; }

.section--about .about__details {
    margin-left: 50px;
    max-width: 360px; }

.section--about .about__details .description {
      font-size: 50px;
      font-family: "Kepler";
      margin-bottom: 50px;
      line-height: 1.1; }

.section--about .about__details .description p {
        font-family: inherit;
        font-size: inherit; }

.section--about .about__details .description strong {
        color: #e6bfc1;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit; }

.section--about .about__details .two-columns {
      -webkit-column-count: 2;
              column-count: 2; }

.section--about .about__details .block {
      margin-bottom: 50px; }

.section--about .about__details .block:last-child {
        margin-bottom: 25px; }

.section--about .about__details .block__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }

.section--about .about__details .block__title h2 {
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 4px;
          font-size: 12px; }

.section--about .about__details .block__title .line {
          width: 17px;
          margin: 0px;
          margin-left: 10px;
          height: 1px;
          background: #222;
          top: -1px; }

.section--about .about__details .block p {
        font-family: "Kepler";
        letter-spacing: .5px;
        line-height: 1.5; }

.more__info a {
  font-size: inherit;
  font-weight: inherit;
  color: #bed0fe;
  font-family: inherit; }

.more__info a:hover {
    color: #222; }

@media (max-width: 882px) {
  .section--about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section--about .about__details br {
      display: none; } }

@media (max-width: 800px) {
  .section--about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .section--about .about__image {
      width: 100%;
      margin-bottom: 40px; }
      .section--about .about__image img {
        width: 100%; }
      .section--about .about__image p {
        margin-top: 0px;
        padding-left: 0px;
        position: absolute;
        bottom: 15px;
        right: 15px;
        color: white; }
    .section--about .about__details {
      margin-left: 0px;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 15px;
      max-width: 100%; }
      .section--about .about__details .block {
        max-width: 450px; }
      .section--about .about__details br {
        display: none; } }

@media (max-width: 600px) {
  .section--details .description {
    font-size: 28px; }
  .section--details .block {
    width: 100%;
    margin-right: 0px; }
    .section--details .block__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 100%;
      margin-right: 0px; }
  .section--about .about__details {
    padding-left: 40px;
    padding-right: 40px; }
    .section--about .about__details .description {
      font-size: 34px; }
  .section--about .about__image p {
    font-size: 12px; }
  .section--about .block {
    width: 100%;
    margin-right: 0px; }
    .section--about .block__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 100%;
      margin-right: 0px; } }

.button {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 2px;
  font-weight: normal;
  letter-spacing: .5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 130px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border: none;
  outline: none !important;
  cursor: pointer; }

.button--blue {
    background: #bed0fe;
    color: white; }

.button--blue:hover {
      background: #bed0fe; }

h1 {
  letter-spacing: 15px;
  margin-top: 110px;
  font-size: 40px; }

i, em {
  font-style: italic; }

.apostrophe {
  font-size: inherit;
  margin-left: 0px;
  margin-right: 0px;
  letter-spacing: 0 !important;
  font-family: inherit; }

@media (max-width: 600px) {
  h1 {
    font-size: 25px;
    letter-spacing: 9px; } }

#logo {
  width: 40px;
  margin-right: auto;
  z-index: 2;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s; }

#logo:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

#logo .st0 {
    fill: #222; }

.menu {
  list-style: none; }

.menu li {
    color: white;
    text-transform: uppercase;
    text-align: center; }

.menu li a {
      color: inherit;
      font-size: 50px;
      text-decoration: none;
      letter-spacing: 21px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }

.menu li a:hover {
        opacity: .25; }

.menu .line {
    width: 75px;
    height: 2px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 65px;
    margin-bottom: 65px; }

.menu__wrapper {
    width: 100%;
    background: #bed0fe;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -100vh;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }

.social li {
    list-style: none;
    margin-right: 30px; }

.social li a {
      letter-spacing: 0px; }

.social li a i {
        color: white;
        font-size: 30px; }

.social li:last-child {
      margin-right: 0px; }

#menu__icon.animate i {
  color: white; }

#menu__icon.animate .menu__svg:first-child {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  margin-bottom: 0px;
  background: #222; }

#menu__icon.animate .menu__svg:nth-child(2) {
  display: none; }

#menu__icon.animate .menu__svg:nth-child(3) {
  -webkit-transform: translate(0px, -2px) rotate(90deg);
      -ms-transform: translate(0px, -2px) rotate(90deg);
          transform: translate(0px, -2px) rotate(90deg);
  background: #222; }

#menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: auto;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 2; }

.menu__svg {
  margin-bottom: 3px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  width: 18px; }

.menu__svg:last-child {
    margin-bottom: 0px; }

.menu__bar--svg {
  fill: none;
  stroke: #231F20;
  stroke-width: 2.5; }

.loading__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 2000; }

.loading__bar {
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #bed0fe; }

#back-to-top {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bed0fe;
  opacity: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
  cursor: pointer; }

#back-to-top.visible {
    opacity: 1; }

#back-to-top i {
    color: white; }

@media (max-width: 1500px) {
  .menu li a {
    font-size: 32px; }
  .menu .line {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px; }
  .social {
    margin-top: 60px; } }

@media (max-width: 600px) {
  .menu li a {
    font-size: 26px;
    letter-spacing: 12px; }
  .menu .social {
    margin-top: 40px; } }

.project {
  margin-bottom: 30px;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-position: center;
  width: 100%; }

.project:last-child {
    margin-bottom: 0px; }

.project img {
    width: 100%;
    visibility: hidden; }

.project:hover .project__hover {
    opacity: 1; }

.project:hover .line {
    margin-top: 20px;
    margin-bottom: 30px; }

.project__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0; }

.project__hover h2 {
      color: white;
      font-family: "Kepler";
      text-align: center;
      font-size: 40px;
      line-height: 1; }

.project__hover .line {
      height: 2px;
      width: 50px;
      margin-top: 100px;
      margin-bottom: 100px;
      background: white;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

.project__hover span {
      color: white;
      letter-spacing: 5px; }

.project__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 30px; }

.project__row:last-child {
      margin-bottom: 0px; }

.project__row > .project {
      margin-right: 30px;
      margin-bottom: 0px; }

.project__row > .project:last-child {
        margin-right: 0px; }

.project__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px; }

.project__container:last-child {
      margin-right: 0px; }

.project__container--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }

.project__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.project__column:last-child {
      margin-right: 0px; }

@media (max-width: 1500px) {
  .project__hover h2 {
    font-size: 32px; }
  .project__hover span {
    font-size: 12px;
    font-weight: bold; } }

@media (max-width: 1000px) {
  .project {
    margin-right: 0px !important;
    -webkit-margin-after: 30px !important;
            margin-block-end: 30px !important;
    margin-bottom: 15px !important; }
    .project__hover h2 {
      font-size: 42px; }
    .project__hover span {
      font-size: 12px;
      font-weight: bold; }
    .project__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-right: 0px;
      margin-bottom: 0px !important; }
    .project__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin-right: 0px;
      margin-bottom: 0px !important; }
    .project__column {
      margin-right: 0px;
      margin-bottom: 0px !important; } }
