/* Own mixins ***********************/
/* Base styles ***********************/
/* Colour variables ---------------------- */
.red {
  color: #E23C3C; }

.green {
  color: #4dc084; }

.blue {
  color: #108bbe; }

/* Common easings *********************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,
body {
  font-family: "Times New Roman";
  height: 100%;
  background: #f8f8f8; }

nav {
  -webkit-font-smoothing: antialiased;
  font-size: 2.1rem; }
  nav span {
    font-family: "Playfair Display"; }

#contenthere {
  position: relative;
  height: inherit; }

header.project {
  text-align: center;
  height: 70%;
  background: #fff; }
  header.project:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    height: 100%; }
  header.project div.projectTitle {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
    header.project div.projectTitle h1 {
      position: relative;
      font-size: 8rem;
      letter-spacing: -2px;
      -webkit-animation: fromRight 0.8s ease;
      -moz-animation: fromRight 0.8s ease;
      -ms-animation: fromRight 0.8s ease;
      -o-animation: fromRight 0.8s ease;
      animation: fromRight 0.8s ease; }
      header.project div.projectTitle h1 sup {
        font-family: "Playfair Display";
        position: absolute;
        font-size: 3.2rem;
        margin: 15px 0px 0px 10px; }
    header.project div.projectTitle h2 {
      font-size: 2.6rem;
      font-style: italic;
      letter-spacing: -1px;
      -webkit-animation: fromLeft 0.9s ease;
      -moz-animation: fromLeft 0.9s ease;
      -ms-animation: fromLeft 0.9s ease;
      -o-animation: fromLeft 0.9s ease;
      animation: fromLeft 0.9s ease; }

@-webkit-keyframes fromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes fromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px); }
  10% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@keyframes fromRight {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  10% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.carousel,
.item,
.active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

footer {
  /*margin: 50px 0;*/
  background: #fff;
  height: 25%; }

.testX {
  background-repeat: no-repeat;
  background-position: center center;
  /*max-width: 1280px!important;*/
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  /*overflow:hidden;*/ }

.testX:after {
  /*    content:".";
      display:block;
      clear:both;
      visibility:hidden;*/ }

@media screen and (max-width: 1440px) {
  .wrap {
    width: 90% !important; }
    .wrap .header__description {
      width: 70%; } }
@media screen and (max-width: 1100px) {
  .header__description {
    font-size: 3.5rem !important;
    width: 80% !important; } }
@media screen and (max-height: 1250px) {
  .header_block {
    position: relative;
    height: 720px !important; }

  .header__description {
    font-size: 3rem !important; } }
@media screen and (max-width: 800px) {
  .Column__left, .Column__right {
    width: 100% !important;
    padding: 0 !important; }

  .projects__item {
    width: 100%; } }
/* Custom styles ***********************/
* {
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  height: 100%;
  color: #343434;
  font-size: 14px;
  line-height: 21.0px;
  font-size: 1.4rem;
  line-height: 2.1rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 0; }

ul {
  list-style: none; }

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.header_block {
  position: relative;
  height: 60%;
  background-color: #f2efcf; }

.ampersandFont {
  font-family: "Playfair Display";
  font-style: normal !important; }

.logo {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
  width: 60px;
  height: 60px !important;
  background: url(../../images/logo.svg) no-repeat center center;
  background-size: 60px; }
  .logo:active {
    margin-top: 2px; }

nav {
  padding: 20px 0;
  text-align: right;
  letter-spacing: -1px; }
  nav div.wrap {
    position: relative; }
  nav li {
    line-height: 59px;
    display: inline-block;
    margin-left: 35px; }
    nav li a {
      text-decoration: none;
      color: #343434;
      padding-bottom: 15px;
      border-bottom: 1px solid transparent;
      webkit-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
      -moz-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
      transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
      nav li a:hover {
        border-bottom: 1px solid #343434; }

header {
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased; }
  header .header__description {
    width: 100%;
    max-width: 1156px !important;
    font-size: 42px;
    line-height: 63.0px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 5.3rem !important;
    letter-spacing: -1px;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
    header .header__description.hidden {
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0; }
    header .header__description strong.smartphoneVisible {
      display: none !important; }
    header .header__description strong {
      font-weight: normal;
      position: relative; }
      header .header__description strong sup.smallerSup {
        font-size: 2.6rem; }
      header .header__description strong sup.asteRix {
        position: relative;
        font-size: 2.3rem;
        top: -18px;
        left: 5px; }
    header .header__description i {
      font-family: "Times New Roman";
      letter-spacing: -2px; }
    header .header__description a.aboutInfo {
      margin-top: -10px;
      display: inline-block;
      color: #343434;
      font-size: 1.8rem;
      text-decoration: none;
      border-bottom: 1px solid #343434; }

#masterColumn {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: inherit;
  width: 100%; }
  #masterColumn .Column__left, #masterColumn .Column__right {
    float: left;
    width: 50%;
    margin: 0px; }
  #masterColumn .Column__left {
    margin-top: -130px;
    padding-right: 3%; }
  #masterColumn .Column__right {
    margin-top: -80px;
    padding-left: 3%; }

.projects {
  margin: 0;
  padding: 0; }
  .projects .projects__item {
    display: inline-block;
    margin: 27px 0px; }
    .hidden .projects .projects__item {
      opacity: 0;
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
    .projects .projects__item:nth-child(1) {
      -webkit-transition: all 0.4s 0.1s ease-out;
      -moz-transition: all 0.4s 0.1s ease-out;
      -ms-transition: all 0.4s 0.1s ease-out;
      transition: all 0.4s 0.1s ease-out; }
    .projects .projects__item:nth-child(2) {
      -webkit-transition: all 0.4s 0.2s ease-out;
      -moz-transition: all 0.4s 0.2s ease-out;
      -ms-transition: all 0.4s 0.2s ease-out;
      transition: all 0.4s 0.2s ease-out; }
    .projects .projects__item:nth-child(3) {
      -webkit-transition: all 0.4s 0.3s ease-out;
      -moz-transition: all 0.4s 0.3s ease-out;
      -ms-transition: all 0.4s 0.3s ease-out;
      transition: all 0.4s 0.3s ease-out; }
    .projects .projects__item:nth-child(4) {
      -webkit-transition: all 0.4s 0.4s ease-out;
      -moz-transition: all 0.4s 0.4s ease-out;
      -ms-transition: all 0.4s 0.4s ease-out;
      transition: all 0.4s 0.4s ease-out; }
    .projects .projects__item:nth-child(5) {
      -webkit-transition: all 0.4s 0.5s ease-out;
      -moz-transition: all 0.4s 0.5s ease-out;
      -ms-transition: all 0.4s 0.5s ease-out;
      transition: all 0.4s 0.5s ease-out; }
    .projects .projects__item:nth-child(6) {
      -webkit-transition: all 0.4s 0.6s ease-out;
      -moz-transition: all 0.4s 0.6s ease-out;
      -ms-transition: all 0.4s 0.6s ease-out;
      transition: all 0.4s 0.6s ease-out; }
    .projects .projects__item:nth-child(7) {
      -webkit-transition: all 0.4s 0.7s ease-out;
      -moz-transition: all 0.4s 0.7s ease-out;
      -ms-transition: all 0.4s 0.7s ease-out;
      transition: all 0.4s 0.7s ease-out; }
    .projects .projects__item:nth-child(8) {
      -webkit-transition: all 0.4s 0.8s ease-out;
      -moz-transition: all 0.4s 0.8s ease-out;
      -ms-transition: all 0.4s 0.8s ease-out;
      transition: all 0.4s 0.8s ease-out; }
    .projects .projects__item:nth-child(9) {
      -webkit-transition: all 0.4s 0.9s ease-out;
      -moz-transition: all 0.4s 0.9s ease-out;
      -ms-transition: all 0.4s 0.9s ease-out;
      transition: all 0.4s 0.9s ease-out; }
    .projects .projects__item:nth-child(10) {
      -webkit-transition: all 0.4s 1s ease-out;
      -moz-transition: all 0.4s 1s ease-out;
      -ms-transition: all 0.4s 1s ease-out;
      transition: all 0.4s 1s ease-out; }
    .projects .projects__item a {
      position: relative;
      display: block; }
      .projects .projects__item a img {
        position: relative;
        opacity: 1;
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%; }
      .projects .projects__item a span {
        opacity: 0;
        top: 20px;
        position: absolute;
        color: #343434;
        webkit-transition: all 600ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        -moz-transition: all 600ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        transition: all 600ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
        .projects .projects__item a span p.project__title {
          margin: 0;
          font-size: 2.2rem; }
          .projects .projects__item a span p.project__title sup {
            font-family: "Playfair Display"; }
        .projects .projects__item a span p.project__subtitle {
          margin: 0;
          font-size: 1.6rem;
          font-style: italic;
          font-family: "Times New Roman"; }
          .projects .projects__item a span p.project__subtitle strong {
            font-weight: normal;
            letter-spacing: -1px; }
      .projects .projects__item a .project__title__left {
        left: -30px; }
      .projects .projects__item a .project__title__right {
        right: -80px; }

li.projects__item:hover span.project__title__right {
  opacity: 1; }

li.projects__item:hover span.project__title__left {
  opacity: 1; }

footer {
  -webkit-font-smoothing: antialiased;
  height: 300px;
  position: relative;
  bottom: 0; }
  footer p {
    font-size: 42px;
    line-height: 63.0px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 5.3rem !important;
    letter-spacing: -1px; }
  footer ul {
    margin: 0px !important;
    padding: 100px 0px 160px 0px; }
    footer ul li {
      padding: 0;
      float: left;
      text-transform: uppercase;
      margin-right: 60px;
      font-size: 1.2rem;
      letter-spacing: 8px; }
      footer ul li a {
        webkit-transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        -moz-transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
        footer ul li a:hover {
          opacity: .3; }

@media screen and (max-width: 468px) {
  .header_block {
    height: 600px !important; }

  .logo {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 60px;
    height: 60px !important;
    background: url(../../images/logo.svg) no-repeat center center;
    background-size: 60px; }
    .logo:active {
      margin-top: 2px; }

  nav {
    padding: 20px 0 0 0;
    text-align: left !important; }
    nav div.wrap {
      position: relative; }
    nav ul {
      margin: 0px 0px 0px 0px;
      padding: 0; }
      nav ul li {
        width: 100%;
        line-height: 1;
        display: inline-block !important;
        margin: 0px 0px 0px 0px;
        padding-left: 80px; }
        nav ul li:first-child {
          margin-top: 17px !important; }
        nav ul li a {
          font-size: 1.6rem;
          letter-spacing: -1px; }

  header .header__description {
    font-size: 2.2rem !important;
    line-height: 1.5 !important;
    top: 18% !important; }
    header .header__description strong.desktopVisible {
      display: none !important; }
    header .header__description strong.smartphoneVisible {
      display: inline-block !important;
      letter-spacing: 1px !important; }

  .projects__item {
    display: inline-block;
    margin: 8px 0px !important; }
    .projects__item .project__title__left, .projects__item .project__title__right {
      display: none !important; }

  .Column__right {
    margin-top: 0px !important; } }
footer ul {
  padding: 0px 0px 40px 0px; }
  footer ul li {
    margin-right: 0px;
    font-size: 1.4rem;
    line-height: 3 !important;
    float: none !important; }

/* Landing Page */
.floatLeft {
  float: left; }

html, body {
  position: relative;
  height: 100%;
  color: #000 !important;
  background: #fff;
  -moz-animation: fadein 1.25s ease-in;
  /* Firefox */
  -webkit-animation: fadein 1.25s ease-in;
  /* Safari and Chrome */
  -o-animation: fadein 1.25s ease-in;
  /* Opera */
  animation: fadein 1.25s ease-in; }

a {
  color: #000 !important;
  text-decoration: none !important; }

.keys {
  display: block;
  margin: 150px 0px;
  font-size: 24px;
  z-index: 5000;
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  font-weight: 100;
  transform: rotateX(90deg);
  -webkit-transform: rotate(90deg);
  webkit-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
  -moz-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
  transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
  .keys a {
    text-decoration: none;
    color: #000; }
  .keys:hover {
    border-bottom: 1px solid #000; }

div#leftInfo {
  display: block;
  width: 40px;
  z-index: 10000;
  transform: rotateX(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 81px; }

ul.mainContainer {
  height: inherit;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  ul.mainContainer:nth-child(n+1) {
    background: linear-gradient(to bottom, #f8f8f8 70%, #fff 30%); }
  ul.mainContainer .make {
    background: linear-gradient(to bottom, #fff 80%, #f7f6db 20%); }
  ul.mainContainer .the {
    background: linear-gradient(to bottom, #f7f6db 70%, #fff 30%); }
  ul.mainContainer #prems {
    opacity: 1 !important; }
    ul.mainContainer #prems div p, ul.mainContainer #prems div h1 {
      position: relative;
      z-index: 15; }
    ul.mainContainer #prems div img.portrait {
      opacity: 0;
      position: absolute;
      width: 80%;
      left: 90%;
      top: 30%;
      z-index: 10;
      webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
  ul.mainContainer #complex, ul.mainContainer #liThe, ul.mainContainer #liMake, ul.mainContainer #prems {
    position: relative;
    z-index: 10; }
  ul.mainContainer .__child {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1800; }
    ul.mainContainer .__child .mantraInstrument {
      opacity: 0;
      position: relative;
      z-index: 1900; }
    ul.mainContainer .__child div.contentContainer, ul.mainContainer .__child div.mantraInstrument {
      margin: 0 0 0 30%;
      max-width: 1280px;
      -moz-animation: all 1.25s ease-in;
      /* Firefox */
      -webkit-animation: all 1.25s ease-in;
      /* Safari and Chrome */
      -o-animation: all 1.25s ease-in;
      /* Opera */
      animation: all 1.25s ease-in;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      ul.mainContainer .__child div.contentContainer h1, ul.mainContainer .__child div.mantraInstrument h1 {
        position: relative;
        font-size: 60px;
        line-height: 1;
        margin-bottom: 50px;
        letter-spacing: -2px;
        font-weight: 100; }
        ul.mainContainer .__child div.contentContainer h1 sup, ul.mainContainer .__child div.mantraInstrument h1 sup {
          font-size: 20px;
          margin-top: 40px;
          position: absolute;
          letter-spacing: 0px; }
        ul.mainContainer .__child div.contentContainer h1 .introSup, ul.mainContainer .__child div.mantraInstrument h1 .introSup {
          right: 0;
          margin: 200px -50px 0px 0px !important; }
      ul.mainContainer .__child div.contentContainer .supSmaller, ul.mainContainer .__child div.mantraInstrument .supSmaller {
        font-size: 16px !important; }
      ul.mainContainer .__child div.contentContainer p, ul.mainContainer .__child div.mantraInstrument p {
        position: relative;
        display: inline-block !important;
        font-size: 28px;
        width: 80%;
        max-width: 600px;
        line-height: 1.8;
        letter-spacing: -1px; }
        ul.mainContainer .__child div.contentContainer p a, ul.mainContainer .__child div.mantraInstrument p a {
          color: rgba(52, 52, 52, 0.3);
          text-decoration: none;
          padding-bottom: 5px;
          border-bottom: 1px solid;
          webkit-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
          -moz-transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
          transition: all 800ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
          ul.mainContainer .__child div.contentContainer p a:hover, ul.mainContainer .__child div.mantraInstrument p a:hover {
            color: rgba(52, 52, 52, 0.9);
            border-bottom: 1px solid; }
        ul.mainContainer .__child div.contentContainer p span.americanFlag, ul.mainContainer .__child div.mantraInstrument p span.americanFlag {
          position: absolute;
          display: inline-block;
          margin: -2px 0px 0px 10px;
          width: 60px;
          height: 60px;
          background: url(../landingpage/img/oregon.svg) no-repeat center center;
          background-size: 60px 60px; }
      ul.mainContainer .__child div.contentContainer span.addReflexion, ul.mainContainer .__child div.mantraInstrument span.addReflexion {
        font-size: 14px !important;
        margin: 27px 0px 0px 0px;
        line-height: 1.8;
        width: 300px;
        display: block;
        background: #fff;
        z-index: 2000; }

#simple {
  overflow: hidden;
  z-index: 10; }
  #simple div {
    position: relative;
    overflow: auto;
    z-index: 1000; }
  #simple img {
    opacity: 0;
    z-index: 100;
    width: 450px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 8%;
    webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease; }

.show {
  opacity: 1 !important; }

.myLove {
  cursor: default; }

.externalLinkIcon {
  display: inline-block;
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  background: url(../images/img/noun_45763_cc.svg) no-repeat center center;
  background-size: 10px 10px; }

#listCurriculum {
  background: linear-gradient(to bottom, #fff 58%, #ffff03 42%);
  height: 1500px !important; }
  #listCurriculum div {
    width: 900px; }
    #listCurriculum div h1 {
      margin-top: 0px;
      max-width: 900px;
      margin-bottom: 78px !important; }
    #listCurriculum div p {
      font-size: 19px !important;
      line-height: 1.3 !important;
      margin: 0px; }
      #listCurriculum div p b {
        font-size: 14px;
        letter-spacing: 0px; }
      #listCurriculum div p a.globalLink {
        height: 40px !important;
        color: #000;
        text-decoration: none;
        padding-bottom: 0px !important;
        border-bottom: none !important;
        webkit-transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        -moz-transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84);
        transition: all 200ms cubic-bezier(0.35, 0.84, 0.44, 0.84); }
        #listCurriculum div p a.globalLink:hover {
          color: rgba(0, 0, 0, 0.3); }
      #listCurriculum div p a.link {
        padding-bottom: 1px !important; }
    #listCurriculum div p.colomnOne, #listCurriculum div p.colomnTwo {
      width: 50%; }
  #listCurriculum ul#vitae, #listCurriculum ul#vitae2 {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 80px 0 0 0;
    padding: 0; }
    #listCurriculum ul#vitae li, #listCurriculum ul#vitae2 li {
      width: 25%;
      margin: 0;
      padding: 0;
      display: table-footer-group; }
      #listCurriculum ul#vitae li h4, #listCurriculum ul#vitae2 li h4 {
        font-weight: 600; }
      #listCurriculum ul#vitae li ul, #listCurriculum ul#vitae2 li ul {
        padding: 0 0 0 10px; }
        #listCurriculum ul#vitae li ul li a, #listCurriculum ul#vitae2 li ul li a {
          text-decoration: none;
          color: #000; }
          #listCurriculum ul#vitae li ul li a:hover, #listCurriculum ul#vitae2 li ul li a:hover {
            color: rgba(0, 0, 0, 0.5);
            margin-left: 5px; }

.logoInstrument {
  width: 250px; }

#footer {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  height: 800px;
  text-align: center;
  z-index: 10;
  margin-bottom: 200px; }
  #footer div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform-: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%, -50%); }
    #footer div h4 {
      padding-top: 50px;
      font-size: 32px;
      font-weight: 400; }
    #footer div p {
      font-size: 16px;
      margin-bottom: 55px; }
    #footer div #logoInstrument {
      position: absolute;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%);
      -moz-transform-: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%, -50%); }
    #footer div a.myFont3 {
      text-transform: uppercase;
      letter-spacing: 2px;
      border: 1px solid #000;
      padding: 15px 40px;
      background: rgba(255, 255, 255, 0); }
      #footer div a.myFont3:hover {
        border: none;
        color: #fff !important;
        background: black; }

#bottomNote {
  width: 100%;
  opacity: 0;
  background: #fff;
  height: 200px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 200px; }

.portland, .belgium {
  position: fixed;
  z-index: 1950; }
  .portland span, .belgium span {
    font-family: "Arial" !important;
    font-size: 30px;
    font-weight: 800; }

.portland {
  bottom: 90px;
  right: 90px; }

.belgium {
  top: 100px;
  left: 100px; }

@media screen and (min-width: 400px) {
  .__child div.contentContainer h1, .__child div.mantraInstrument h1 {
    font-size: 120px !important;
    margin-bottom: 120px;
    letter-spacing: 2px; }
  .__child div.contentContainer .colomnOne, .__child div.contentContainer .colomnTwo, .__child div.mantraInstrument .colomnOne, .__child div.mantraInstrument .colomnTwo {
    width: 50% !important; }
  .__child div.contentContainer p, .__child div.mantraInstrument p {
    font-size: 24px !important;
    width: 80% !important; }
  .__child div.contentContainer img.portrait, .__child div.mantraInstrument img.portrait {
    width: 40% !important;
    left: 70% !important;
    top: 42% !important; } }
@media screen and (max-height: 900px) {
  .clearfix {
    clear: both; }

  .__child {
    min-height: auto !important; }
    .__child div.contentContainer h1, .__child div.mantraInstrument h1 {
      margin-bottom: 0px !important;
      letter-spacing: 2px; }
      .__child div.contentContainer h1 .introSup, .__child div.mantraInstrument h1 .introSup {
        position: absolute;
        margin: 0px !important;
        right: 280px;
        top: 65px; }
    .__child div.contentContainer p, .__child div.mantraInstrument p {
      font-size: 24px !important; } }
@media screen and (min-width: 800px) {
  .__child div.contentContainer h1, .__child div.mantraInstrument h1 {
    font-size: 80px;
    margin-bottom: 120px;
    letter-spacing: 2px; }
    .__child div.contentContainer h1 .introSup, .__child div.mantraInstrument h1 .introSup {
      position: absolute;
      margin: 0px !important;
      right: 280px;
      top: 65px; }
  .__child div.contentContainer img.portrait, .__child div.mantraInstrument img.portrait {
    width: 60% !important;
    left: 60% !important;
    top: 30%; } }
@media screen and (min-width: 1280px) {
  span.addReflexion {
    position: absolute;
    top: 194px;
    right: -230px; } }
@media screen and (min-width: 1440px) {
  .__child div.contentContainer h1, .__child div.mantraInstrument h1 {
    margin-bottom: 120px;
    letter-spacing: 2px; }
    .__child div.contentContainer h1 .introSup, .__child div.mantraInstrument h1 .introSup {
      position: absolute;
      margin: 0px !important;
      right: 280px;
      top: 65px; }
  .__child div.contentContainer p, .__child div.mantraInstrument p {
    font-size: 28px !important; }
  .__child div.contentContainer span.addReflexion, .__child div.mantraInstrument span.addReflexion {
    position: absolute;
    top: 270px;
    right: -260px; } }
@media screen and (min-width: 2300px) {
  ul.mainContainer .__child div.contentContainer h1, ul.mainContainer .__child div.mantraInstrument h1 {
    font-size: 120px;
    margin-bottom: 50px !important; }
    ul.mainContainer .__child div.contentContainer h1 sup, ul.mainContainer .__child div.mantraInstrument h1 sup {
      font-size: 30px;
      position: absolute;
      letter-spacing: 0px; }
  ul.mainContainer .__child div.contentContainer span.addReflexion, ul.mainContainer .__child div.mantraInstrument span.addReflexion {
    position: absolute;
    top: 268px;
    right: -260px; } }
/* Overlay style */
.overlay {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  text-align: center; }
  .overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform-: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%, -50%); }
    .overlay div a {
      text-decoration: underline !important; }
    .overlay div h1 {
      font-size: 120px !important;
      font-weight: 100;
      margin-bottom: 120px; }
    .overlay div p {
      line-height: 1.5;
      font-size: 24px;
      max-width: 690px;
      margin: 50px 0px; }
      .overlay div p i {
        font-family: "Times New Roman"; }
      .overlay div p span {
        font-size: 14px !important;
        line-height: 0.2 !important; }
    .overlay div #Layer_1 {
      width: 40px; }
    .overlay div .lastParagraph {
      margin: 15px 0px 0px 0px; }

/* Overlay closing cross */
.overlay .overlay-close {
  font-size: 24px;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -20px;
  top: -20px;
  overflow: hidden;
  border: none;
  background: transparent;
  color: #343434;
  outline: none;
  z-index: 100; }

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }
