@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Roboto", sans-seif;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: #161524;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #704093;
  text-decoration: none;
}

.button_close {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  top: 6px;
  overflow: hidden;
  left: 3px;
}
.button_close:hover::before, .button_close:hover::after {
  background: #704093;
}
.button_close::before, .button_close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 45%;
  top: 25%;
  left: 25%;
  margin-top: -1px;
  background: #161524;
}
.button_close::before {
  transform: rotate(45deg);
}
.button_close::after {
  transform: rotate(-45deg);
}
.button_close.rounded::before, .button_close.rounded::after {
  border-radius: 5px;
}

/* HEADER NAVIGATION */
/*header*/
header {
  text-align: right;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  background-color: #F4BB25;
  z-index: 1222;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header a {
  cursor: pointer;
  padding: 0.6em;
  width: 3em;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background: transparent;
  position: relative;
  animation-duration: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

header a:hover svg path, header a:hover svg circle {
  color: #704093;
  fill: #704093;
}

header img, header svg {
  width: 120%;
}

header svg, header svg path, header svg circle {
  color: #161524;
  fill: #161524;
}

header a:not(#headerMailClick) {
  z-index: 5;
}

#headerMailClick {
  z-index: 10;
}

#nav-bg {
  z-index: 9;
}

p, span, input {
  font-family: "Lato", sans-seif;
}

h2 * {
  font-family: "Roboto", sans-seif !important;
}

body {
  background-color: #F4BB25;
}

#sec-bg {
  background-color: #704093;
  transform: rotate(-30deg);
  top: -270px;
  left: -760px;
  width: 890px;
  height: 740px;
  z-index: -1;
  position: absolute;
}

#third-bg {
  background-color: #F4F5F6;
  width: 280%;
  margin-top: -13.8%;
  width: 400%;
  height: 1770px;
  z-index: -2;
  left: -630px;
  transform: rotate(-5deg);
  position: absolute;
}

.bg {
  z-index: -1;
}

h1 p:first-child span:first-child {
  font-weight: bold;
}

h1 p:first-child span:nth-child(2) {
  color: #F4BB25;
}

h1 p:nth-child(2) {
  font-family: "Roboto", sans-seif;
  font-weight: 300;
  font-size: 18px;
  color: #F4BB25;
}

h1 p:nth-child(3) {
  font-family: "Roboto", sans-seif;
  font-weight: 300;
  font-size: 22px;
  color: #F4F5F6;
}

h1 p:nth-child(3) span:first-child {
  margin-top: 5%;
}

h1 p:nth-child(3) span {
  margin-top: 2%;
  display: block;
}

#sec2 p {
  color: #F4F5F6;
}

#sec2 .row {
  color: #F4F5F6;
}

#sec2 p span:nth-child(2) {
  color: #161524;
}

#sec2 h2 {
  margin-top: 90px;
  position: relative;
}

#sec2 #third-bg + .row {
  margin-top: 205px;
}

#sec2 .entry {
  text-align: left;
  margin: 5%;
}

#sec2 .entry p:first-child {
  color: #F4BB25;
  margin-bottom: 0;
}

#sec2 .entry img {
  width: 55%;
  margin-bottom: 1rem;
}

#sec2 .entry a {
  color: #161524;
  text-decoration: underline;
}

#sec2 .entry a:hover {
  color: #85877A;
  text-decoration: underline;
}

#sec2 .entry p:nth-child(3) {
  color: #161524;
}

#sec2 .entry p:nth-child(4) {
  color: #85877A;
  font-weight: 300;
}

#sec3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  z-index: 10;
  margin-top: 10em;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  z-index: 10;
}

#sec3 h2 {
  margin-top: -55px;
  color: white;
  text-align: right;
  position: relative;
}

#sec3-headline-bg {
  background-color: #704093;
  transform: rotate(-38deg);
  top: -500px;
  left: 450px;
  width: 1100px;
  height: 1100px;
  z-index: -1;
  position: absolute;
}

#sec3-backend {
  display: none;
}

#sec3-tools {
  display: none;
}

#sec4 {
  margin-top: 20%;
  color: white;
  text-align: center;
}

#sec4 h2 {
  text-align: center;
  margin-bottom: 8%;
}

#sec4 .entry {
  margin: 5%;
}

#sec4 .entry h3 {
  margin-bottom: 15%;
}

#sec4 .entry p {
  font-weight: 300;
  line-height: 2;
}

#sec4-headline-bg {
  background-color: #161524;
  transform: rotate(-30deg);
  top: 350px;
  left: -680px;
  width: 890px;
  height: 640px;
  z-index: -1;
  position: absolute;
}

#sec5 {
  margin-top: 20%;
}

footer {
  position: relative;
  bottom: 0;
  color: #161524;
  margin-top: 2%;
  margin-bottom: 1%;
  text-align: center;
  font-size: 14px;
}

footer a {
  color: #161524;
}

/*
+++++++++++++++++++++++++
+++++++++++++++++++++++++
++++ MAIN CONTENT WRAPPER +++++
+++++++++++++++++++++++++
+++++++++++++++++++++++++
*/
.container {
  position: relative;
  margin-top: 40px;
}

.wrapper {
  overflow: hidden;
}

/*
+++++++++++++++++++++++++
+++++++++++++++++++++++++
++++ SECTIONs BELOW +++++
+++++++++++++++++++++++++
+++++++++++++++++++++++++
*/
#sec1 {
  text-align: center;
}

h1 {
  color: #F4F5F6;
  z-index: 55;
  font-family: "Lato", sans-seif;
  margin-top: 11.5%;
  position: relative;
}

#fifth-bg {
  background-color: #704093;
  width: 280%;
  margin-top: -7%;
  height: 1420px;
  z-index: -2;
  left: -230px;
  transform: rotate(2deg);
  position: absolute;
}

#top-bg {
  background-color: #161524;
  transform: rotate(-5deg);
  top: 0;
  left: -1270px;
  width: 2130px;
  height: 110vh;
  z-index: 0;
  position: absolute;
}

#bodymovin-intro {
  height: 100vh;
  display: flex;
}

#bodymovin-outro {
  height: inherit;
  max-height: 650px;
}

.img-fluid {
  margin: auto 0;
}

#sec1 .vh-100mobile {
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

#sec5 .vh-75mobile {
  height: 75vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

#sec5 .vh-60mobile {
  height: 60vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

#sec5 .vh-50mobile {
  height: 50vh;
  align-items: center;
  justify-content: center;
  display: flex;
}

.smartn-logo {
  width: 90%;
  margin-bottom: 15%;
}

.logos {
  justify-content: space-evenly;
  margin-top: 240px;
}

/* >= IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logos {
    justify-content: space-between;
  }
}
.logos .logo:not(.activediv) {
  opacity: 0;
  display: none;
}

.logos .logo {
  margin: 20px;
  width: 30%;
  text-align: center;
}

.logos .logo img {
  width: 100%;
  box-shadow: 3px 3px 6px rgba(123, 123, 123, 0.6);
  padding: 1.5em;
  background-color: white;
  margin: 0 auto;
}

.mynav {
  width: 100%;
  margin-bottom: 3%;
}

.mynav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mynav li:not(:last-child) {
  margin-right: 20px;
}

.mynav a {
  display: block;
  font-size: 20px;
  color: black;
  text-decoration: none;
  padding: 7px;
}

.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}

.mynav a,
.target {
  transition: all 0.35s ease-in-out;
}

.mynav span {
  border-color: black;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++                            ++++++++++++++++
+++++++++++++++      MOBILE AB HIER          ++++++++++++++++
+++++++++++++++                           ++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
@media (max-width: 576px) {
  #bodymovin-intro svg {
    width: 190% !important;
  }
}
@media (min-width: 576px) {
  #bodymovin-intro {
    height: 60vh;
    display: flex;
  }

  #sec3 {
    margin-top: 5em;
  }

  #sec3-headline-bg {
    top: -490px;
    left: 640px;
  }

  .logos {
    margin-top: 170px;
  }

  .logos .logo {
    margin: 20px;
    width: auto;
    text-align: center;
  }

  .logos .logo img {
    width: 60%;
    box-shadow: 3px 3px 6px rgba(123, 123, 123, 0.6);
    padding: 1.5em;
    background-color: white;
    margin: 0 auto;
  }

  #third-bg {
    height: 1740px;
  }

  #fifth-bg {
    background-color: #704093;
    width: 280%;
    margin-top: -7%;
    height: 1730px;
    z-index: -2;
    left: -630px;
    transform: rotate(2deg);
    position: absolute;
  }
}
@media (min-width: 667px) {
  #sec2 {
    margin-top: 0em;
  }

  #sec2 .entry {
    margin: 0%;
  }

  #sec2 #third-bg ~ .row {
    margin-bottom: 40px;
  }

  #sec3-headline-bg {
    top: -490px;
    left: 700px;
  }

  #third-bg {
    height: 1150px;
  }

  #fifth-bg {
    height: 115vh;
  }

  #sec4 .entry {
    margin: 0%;
  }
}
@media (min-width: 768px) {
  #sec1 .vh-100mobile {
    height: auto;
    display: block;
  }

  #sec1 {
    text-align: left;
  }

  #top-bg {
    background-color: #161524;
    transform: rotate(-45deg);
    top: -720px;
    left: -1270px;
    width: 2130px;
    height: 1490px;
    z-index: 0;
    position: absolute;
  }

  h1 {
    margin-top: 20%;
  }

  #top-bg {
    top: -720px;
    left: -1610px;
  }

  #bodymovin-intro {
    top: 0px;
    right: 0px;
  }

  #sec3-headline-bg {
    top: -490px;
    left: 840px;
  }

  #third-bg {
    height: 1230px;
  }

  #fifth-bg {
    height: 390px;
  }

  .logos {
    margin-top: 130px;
  }

  #bodymovin-intro svg {
    width: 130% !important;
  }
}
@media (min-width: 992px) {
  .smartn-logo {
    width: 40%;
    margin-bottom: 5%;
  }

  #top-bg {
    top: -720px;
    left: -1570px;
  }

  #sec3-headline-bg {
    top: -490px;
    left: 1050px;
  }

  #fifth-bg {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  #top-bg {
    top: -720px;
    left: -1460px;
  }

  #bodymovin-intro {
    margin-top: 0px;
    height: 100vh;
  }

  #sec3-headline-bg {
    top: -490px;
    left: 1220px;
  }

  #fifth-bg {
    height: 420px;
  }
}
@media (min-width: 1440px) {
  #top-bg {
    top: -720px;
    left: -1270px;
  }

  #sec3-headline-bg {
    top: -500px;
    left: 1410px;
  }

  #fifth-bg {
    height: 500px;
  }

  .logos {
    margin-top: 300px;
  }

  #bodymovin-intro svg {
    width: 100% !important;
  }
}
@media (min-width: 1600px) {
  #sec3-headline-bg {
    top: -500px;
    left: 1590px;
  }

  .logos {
    margin-top: 340px;
  }
}
.shouldFadeIn {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shouldFadeIn2 {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes fadeInText {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scale(1, 1);
  }
  70% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
}
.fade-in-element {
  animation: fade-in 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.fade-in-element2 {
  animation: fadeInText 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.fade-out-element {
  animation: fade-out 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.modal, body {
  padding-right: 0 !important;
}

.modal {
  top: 40px;
  right: 0;
  bottom: 10px;
}

@media (min-width: 667px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 1440px) {
  .modal-dialog {
    max-width: 800px;
  }
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F4F5F6;
  border: none;
  border-radius: 0rem;
  outline: 0;
}

.modal-backdrop {
  /* bug fix - no overlay */
  opacity: 0.2;
}

.modal-header h4 {
  color: #F4F5F6;
  margin-bottom: 0;
}

.modal-header {
  border: none;
  border-radius: 0;
  padding: 5%;
  background: #704093;
}

.modal-body {
  font-size: 18px;
  padding: 5%;
}

.modal-body p {
  color: #616165;
  margin-bottom: 3rem;
}

.modal-body ul {
  color: #616165;
  list-style-type: none;
  font-family: "Lato", sans-seif;
}

.modal-body ul li::before {
  content: "■";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F4BB25;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  vertical-align: text-bottom;
}

.modal .modal-p-image {
  text-align: center;
}

.modal .modal-p-image img {
  max-width: 100%;
}

.modal .modal-p-image span {
  display: block;
  margin-top: 1%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #F4F5F6;
  text-shadow: none;
  opacity: 1;
}

.close:focus, .close:hover {
  color: #161524;
  text-decoration: none;
  opacity: 0.75;
  outline: none;
}

/* SECTION 1 INTRO */
#sec1 .headline-wrapper {
  width: 80%;
}

#sec1 .explanation {
  font-weight: 200;
  font-size: 0.8em;
}

/* SECTION 2 */
.text-small {
  font-weight: 300;
}

#sec2 h3 span {
  font-size: 0.8em;
  font-weight: 200;
}

#sec2 .headline-wrapper {
  width: 50%;
}

/* SECTION 3 LOGOs*/
#sec3 .headline-wrapper {
  width: 100%;
  display: flex;
  text-align: center;
  margin-bottom: 0%;
}

#sec3 .headline-wrapper h2 {
  width: 100%;
  opacity: 0;
  font-size: 3.5em;
}

#google-logo {
  width: 38.5%;
}

#sec4 .headline-wrapper {
  width: 50%;
}

/*Animation Classes*/
.s0-rl {
  animation-name: s0-r2l;
  /* animation-delay: 0.125s; */
}

.s0-rl2 {
  animation-name: s0-r2l;
  /* animation-delay: 0.225s; */
}

.s0-lr {
  animation-name: s0-l2r;
  animation-delay: 0.125s;
}

.s0-lr2 {
  animation-name: s0-l2r;
  animation-delay: 0.225s;
}

.s0-sF {
  animation-name: scaleFade;
  /* animation-delay: 0.25s; */
}

.s0-ga {
  animation-duration: 0.5s;
  animation-name: s0-greenAnim;
}

.s1-ga {
  animation-name: s1-greenAnim;
}

.s1-ga-mobile {
  animation-name: s1-greenAnim-mobile;
}

.s1-ga-rev-mobile {
  animation-name: s1-greenAnim-rev-mobile;
}

.s1-ga-rev {
  animation-name: s1-greenAnim-rev;
}

.s2-ga {
  animation-name: s2-greenAnim;
}

.s2-ga-rev {
  animation-name: s2-greenAnim-rev;
}

.s3-ga {
  animation-name: s3-greenAnim;
}

.s3-ga-rev {
  animation-name: s3-greenAnim-rev;
}

.shouldFadeIn {
  /* opacity: 0; */
}

/*
+++++++++++++++++++++++++
+++++++++++++++++++++++++
+++CONTACT FORM BELOW +++
+++++++++++++++++++++++++
+++++++++++++++++++++++++
*/
:root {
  --btn-size: 40;
}

/*small button, top corner gets big*/
#nav-bg {
  transform-origin: 96% 0%;
  transition: transform 0.5s;
  transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
  will-change: transform;
  pointer-events: none;
  background: #F4BB25;
}

.btn {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  /*Needed for circular growth*/
  border-radius: 50%;
  cursor: pointer;
  border: none;
  z-index: 100;
}

/* content overlay */
.mailContact {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  z-index: 200;
  pointer-events: none;
  z-index: -1;
}

.mailContact .mailContact-wrapper {
  margin: auto;
  pointer-events: auto;
  text-align: center;
  max-width: 70%;
}

/*Elements that should be hidden*/
.mailContact input, .mailContact h2, .mailContact button, .mailContact textarea {
  /* font-size: 30px; */
  color: #212121;
  user-select: none;
  transform: translate(-20px, 20px) scale(0.9);
  transition: 0s;
  opacity: 0.0001;
  visibility: hidden;
  will-change: transform;
  margin-bottom: 5%;
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact {
  z-index: 63636;
}

/*Elements are animated, once toggle btn has shown class*/
#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact form input,
#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact form textarea,
#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact h2,
#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact button {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: 0.35s cubic-bezier(0.4, 2.08, 0.55, 1);
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact h2 {
  transition-delay: 0.08s;
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact input:nth-child(1) {
  transition-delay: 0.15s;
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact input:nth-child(2) {
  transition-delay: 0.125s;
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact input:nth-child(3) {
  transition-delay: 0.1s;
}

#toggle-mailOverlay-btn.shown ~ .wrapper .mailContact button {
  transition-delay: 0.14s;
}

.mailContact input {
  width: 100%;
  padding: 2%;
}

.mailContact textarea {
  width: 100%;
  resize: none;
  height: 100px;
  padding: 2%;
  font-family: inherit;
}

.mailContact button {
  outline: none;
}

.mailContact button {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  padding: 2%;
  border: none;
  padding: 0px;
  color: #37474f;
  padding: 0;
  overflow: hidden;
  display: block;
  float: left;
  /* min-width: 150px;
  max-width: 250px; */
  display: block;
  margin: 1em;
  margin-left: 0;
  margin-right: 0;
  /* padding: 1em 2em; */
  background: none;
  color: inherit;
  /* vertical-align: middle; */
  position: relative;
  z-index: 1;
  /* border: 1px solid grey; */
  /* border-color: #37474f; */
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
  border-color: #37474f;
}

.mailContact button::before {
  content: "";
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: inherit;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url(../index.html#clipBox);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.mailContact button .button__icon {
  position: absolute;
  top: 100%;
  left: 50%;
  /* padding: 20px; */
  font-size: 20px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  /* display: flex;
  align-items: center;
  justify-content: center;
  height: inherit; */
}

.mailContact button:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button__icon::before {
  /* content: url('../media/img/logos/mail.svg'); */
  content: "";
  background: url("../media/img/logos/mail.svg");
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 10px;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.button__icon.no-before {
  width: 100%;
  padding: 10px;
}

.button__icon.no-before::before {
  content: none;
}

.mailContact button::before, .mailContact button .button__icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.mailContact button:hover .button__icon {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.mailContact button .button__text {
  display: block;
  padding: 20px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.1s;
}

.mailContact button:hover .button__text {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

input::placeholder, textarea::placeholder {
  top: 0;
  left: 0;
}

h2 {
  font-size: 2em;
}

.keyfacts {
  font-size: 0.8em;
}

#debug, #debug2 {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 2525;
}

#debug2 {
  top: 15px;
}

/* 
#sec2 .shouldFadeIn,#sec3 .shouldFadeIn,#sec4 .shouldFadeIn{
	opacity: 0;
} */

/*# sourceMappingURL=myCss.css.map */
