@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap);
.parallax-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 4px;
  perspective-origin: 0%;
  /*
    background-image: url('assets/img/illustration.jpg');
    background-size: cover;
    */ }

.parallax-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden; }

.parallax-element, .parallax-element-background, .parallax-element-illustration, .parallax-element-birds, .parallax-element-clouds, .parallax-element-logo {
  position: absolute;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.parallax-element-background {
  z-index: -6;
  background-image: url(64ab5beaa23ba67c0deee4c93b3b708a.jpg); }
  @media (min-width: 769px) {
    .parallax-element-background {
      transform: translateZ(-6px) scale(2.5); } }

.parallax-element-illustration {
  z-index: -3;
  background-image: url(1ad575c45c8650767d10f534da705c94.png); }
  @media (min-width: 769px) {
    .parallax-element-illustration {
      transform: translateZ(-3px) scale(1.75); } }

.parallax-element-birds {
  z-index: 1;
  top: 25vh;
  background-image: url(dccf3f379306db77cc7a573108de9fa2.png); }
  @media (min-width: 769px) {
    .parallax-element-birds {
      transform: translateZ(1px) scale(0.75); } }

.parallax-element-clouds {
  z-index: -2;
  background-image: url(ea9cdbf7cd3b3273cfac3c657f9209be.png); }
  @media (min-width: 769px) {
    .parallax-element-clouds {
      transform: translateZ(-2px) scale(1.5); } }

.parallax-element-logo {
  z-index: 0;
  width: 50vw;
  max-width: 800px;
  height: auto;
  align-self: flex-start; }
  @media (min-width: 769px) {
    .parallax-element-logo {
      transform: translateZ(0px) scale(1); } }
  @media (max-width: 768px) {
    .parallax-element-logo {
      width: 80vw;
      height: auto; } }
  .parallax-element-logo .stop1 {
    stop-color: #006699; }
  .parallax-element-logo .stop2 {
    stop-color: #003366; }

header {
  position: relative;
  background-color: #dfff7d;
  padding: 60px 0px;
  text-align: center;
  z-index: 2; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #7b46aa;
  height: 100vh;
  font-size: 20px; }

main {
  padding: 2rem 0px;
  background-color: white;
  z-index: 2; }
  main div.content-wrapper {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      main div.content-wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem; } }
  main div.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0; }
    main div.video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  main h1 {
    font-weight: 700;
    font-size: 1.65rem;
    margin: 2.5rem 0; }

