/* --------------------------------

Primary style

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

html {
  background-color: #505050;
  font-family: "Helvetica Neue", "HelveticaNeue", "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

/* --------------------------------

Main Components

-------------------------------- */
.header {
  text-align: center;
}
.header .header-picture img {
  margin: auto;
  width: 250px;
  height: auto;
  border: solid 5px #505050;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media only screen and (max-width: 1050px) {
  .header .header-picture img {
    width: 150px;
  }
}
.header .header-titles {
  margin-top: 2vh;
}
.header .header-titles h2,
.header .header-titles h3,
.header .header-titles h4 {
  margin: 2px auto !important;
}
.header .header-desc {
  margin: auto;
  margin-top: 10vh;
  max-width: 70%;
}
.text h2.text-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10vh !important;
}
.text h2.text-title .text-title-light {
  font-weight: normal;
}
.text p.text-content {
  display: block;
  margin: auto 15vh !important;
  text-align: justify;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
@media only screen and (max-width: 1050px) {
  .text p.text-content {
    font-size: 1.5em !important;
    margin: auto 0 !important;
  }
}
.thanks .thanks-message {
  text-transform: uppercase;
  font-weight: bold;
}
.circular {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section-white {
    height: 100vh;
  }
}
.cd-section-white .cd-section-wrapper {
  width: 100%;
  height: inherit;
  display: table;
  background-color: #ffffff;
}
@media only screen and (max-width: 1050px) {
  .cd-section-white .cd-section-wrapper {
    padding: 80px 10px;
  }
}
.cd-section-white .cd-section-wrapper .cd-section-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.cd-section-white .cd-section-wrapper .cd-section-content h2 {
  text-align: center;
  font-size: 3.5em;
  color: #000000;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-white .cd-section-wrapper .cd-section-content h2 {
    font-size: 2.6em;
  }
}
.cd-section-white .cd-section-wrapper .cd-section-content h3 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-white .cd-section-wrapper .cd-section-content h3 {
    font-size: 1.5em;
  }
}
.cd-section-white .cd-section-wrapper .cd-section-content h4 {
  font-size: 2em;
  color: #505050;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-white .cd-section-wrapper .cd-section-content h4 {
    font-size: 1.5em;
  }
}
.cd-section-white .cd-section-wrapper .cd-section-content p {
  font-size: 2em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "aktiv-grotesk-std", "Helvetica Neue";
  color: #505050;
}
@media only screen and (max-width: 1050px) {
  .cd-section-white .cd-section-wrapper .cd-section-content p {
    font-size: 1.5em;
  }
}
.cd-section-white .cd-section-wrapper .cd-section-content p a {
  cursor: pointer;
  color: #000000;
  font-weight: 600;
}
@media only screen and (min-width: 1050px) {
  .cd-section-black {
    height: 100vh;
  }
}
.cd-section-black .cd-section-wrapper {
  width: 100%;
  height: inherit;
  display: table;
  background-color: #000000;
}
@media only screen and (max-width: 1050px) {
  .cd-section-black .cd-section-wrapper {
    padding: 80px 10px;
  }
}
.cd-section-black .cd-section-wrapper .cd-section-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.cd-section-black .cd-section-wrapper .cd-section-content h2 {
  text-align: center;
  font-size: 3.5em;
  color: #ffffff;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-black .cd-section-wrapper .cd-section-content h2 {
    font-size: 2.6em;
  }
}
.cd-section-black .cd-section-wrapper .cd-section-content h3 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-black .cd-section-wrapper .cd-section-content h3 {
    font-size: 1.5em;
  }
}
.cd-section-black .cd-section-wrapper .cd-section-content h4 {
  font-size: 2em;
  color: #ffffff;
  margin: 20px 0;
}
@media only screen and (max-width: 1050px) {
  .cd-section-black .cd-section-wrapper .cd-section-content h4 {
    font-size: 1.5em;
  }
}
.cd-section-black .cd-section-wrapper .cd-section-content p {
  font-size: 2em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue";
  color: #ffffff;
}
@media only screen and (max-width: 1050px) {
  .cd-section-black .cd-section-wrapper .cd-section-content p {
    font-size: 1.5em;
  }
}
.cd-section-black .cd-section-wrapper .cd-section-content p a {
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
}



/* --------------------------------

Main Components

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
  background-image: url("../img/img-1.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {
  background-image: url("../img/img-2.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
  background-image: url("../img/img-3.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {
  background-image: url("../img/img-4.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
  background-image: url("../img/img-5.jpg");
}

@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-vertical-nav a.white {
  background-color: red;
  background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="8 -8 40 40" enable-background="new 8 -8 40 40" xml:space="preserve"> <rect x="9" y="-7" fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" width="38" height="38"/><g><line fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" x1="28" y1="1" x2="28" y2="23"/><polyline fill="none" stroke="#ffffff" stroke-width="2" stroke-miterlimit="10" points="19,14 28,23 37,14 	"/></g></svg>') no-repeat center center;
}
.cd-vertical-nav a.black {
  background-color: red;
  background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="8 -8 40 40" enable-background="new 8 -8 40 40" xml:space="preserve"> <rect x="9" y="-7" fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" width="38" height="38"/><g><line fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" x1="28" y1="1" x2="28" y2="23"/><polyline fill="none" stroke="#000000" stroke-width="2" stroke-miterlimit="10" points="19,14 28,23 37,14 	"/></g></svg>') no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}
