html {
  font-family: "Dosis", sans-serif;
  font-weight: 200;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-x: hidden;
  font-size: 120%;
  background: #8279ff;
}

body {
  width: 100%;
  color: white;
  overflow-anchor: none;
}

#back {
  position: fixed;
  bottom: 2em;
  left: 50vw;
  width: 2em;
  height: 2em;
  transform: translate(-50%, -100%);
  box-shadow: inset 0px 0px 0px 1px #8279ff;
  margin-right: 1px;
  margin-bottom: 1px;
  border-radius: 100%;
  text-align: center;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#back:before {
  position: relative;
  right: 0;
  top: 0.5em;
  content: "";
  display: block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  width: 0.8em;
  height: 0.8em;
  transform: rotate(45deg);
  transform-origin: 1em 1em;
  box-shadow: 1px 1px 0px 0px #8279ff;
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55), top 1s;
}
#back.reverse:before {
  transform: rotate(225deg) !important;
  top: -0.5em;
}

h1 {
  font-weight: 400;
  font-size: 270%;
  letter-spacing: 3px;
}

h2 {
  font-weight: 300;
  line-height: 1.3em;
}

h3 {
  line-height: 1.3em;
}

#insideBody {
  width: 100%;
}

#content header,
section {
  transition: height 0.2s;
}

#content > header {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#content > header > #insideHeader {
  position: absolute;
  left: 50vw;
  top: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -30%);
}
#content > header > #insideHeader h1 {
  position: relative;
  left: 3px;
  text-transform: uppercase;
}
#content > header > #insideHeader h2 {
  margin-top: 0.4em;
  font-size: 98%;
}
#content > header > #insideHeader h3 {
  margin-top: 1.5em;
}
#content > header > #insideHeader .addresses {
  margin-top: 0.5em;
  display: block;
}
#content > header > #insideHeader address {
  display: inline;
}
#content > header > #insideHeader .contact-icons {
  margin-top: 0.5em;
}
#content > header > #insideHeader .contact-icons a {
  display: inline-block;
  margin: 1em;
  border: 1px solid white;
  border-radius: 100%;
  width: 5vw;
  max-width: 3.2em;
  min-width: 2.2em;
  height: 5vw;
  max-height: 3.2em;
  min-height: 2.2em;
  position: relative;
  transition: width 1s, height 1s;
}
#content > header > #insideHeader .contact-icons a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  filter: brightness(580%);
}
#content > header > #insideHeader .contact-icons a:hover {
  background: white;
}
#content > header > #insideHeader .contact-icons a:hover img {
  filter: brightness(100%);
}
#content > header > #insideHeader #photo {
  width: 100%;
  text-align: center;
  display: none;
}
#content > header > #insideHeader #photo:before {
  content: "";
  height: 0;
  width: 0;
  border-radius: 100%;
  max-width: 300px;
  max-height: 300px;
  background: url(../img/photo-paul-albert.jpg) center center no-repeat;
  background-color: #8279ff;
  background-size: auto 100%;
  display: inline-block;
  transition: all 1s;
  transform: scale(0);
  filter: grayscale(100%) contrast(75%) brightness(300%);
  background-blend-mode: luminosity;
  margin-bottom: 0em;
}
#content > header > #insideHeader #photo.visible:before {
  margin-bottom: 1.2em;
  height: 10vw;
  width: 10vw;
  display: inline-block;
  transform: scale(1);
  filter: grayscale(60%) contrast(80%) brightness(130%);
}

nav {
  position: fixed;
  padding-top: 4vw;
  top: -35vw;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: 50% 7.5vw;
  left: 0;
  display: block;
  border-right: none;
  z-index: 2;
  width: 8vw;
  max-width: 100px;
  min-width: 60px;
}
nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-right: none;
}
nav ul li {
  position: relative;
  width: 65%;
  height: 0;
  padding-bottom: 65%;
  margin-left: 17.5%;
  margin-top: 1vw;
  border-radius: 100%;
  background: #8279ff;
  border: 1px solid white;
  display: block;
  transition: background-color 0.2s, border-color 0.05s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
nav ul li > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: block;
}
nav ul li > span:before {
  position: relative;
}
nav ul li:nth-child(1) span:before {
  top: -0.1em;
}
nav ul li:nth-child(2) span:before {
  top: -0.12em;
  left: 0.1em;
}
nav ul li:nth-child(3) span:before {
  top: 1px;
}
nav ul li.active, nav ul li:hover {
  background: white;
  color: #8279ff;
  border-color: #8279ff;
}
nav ul li:hover > span {
  font-size: 130%;
}

body.loaded nav {
  top: -3.5vw;
  left: 0;
  transform: translate(0, 0%);
}
body.loaded nav.scrolled {
  transform: translate(0, 0%) rotate(-90deg);
}
body.loaded nav.scrolled ul li > span {
  transform: rotate(90deg) translate(-50%, 50%);
}
body.loaded nav.more-than-section-0:before {
  border-right: 1px solid white;
}
body.loaded #content > header > #insideHeader {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 1s;
}
body.loaded #back {
  transform: translate(-50%, -50%);
  opacity: 1;
}
body.loaded .sticky {
  transition: color 1s linear, opacity 1s linear;
}

.sticky {
  display: block;
  color: #8279ff;
  position: fixed;
  right: 1.5vw;
  top: 1.5vw;
  z-index: 1;
  opacity: 0;
  text-align: right;
}
.sticky.backIsDark {
  color: #ffffff;
  opacity: 1;
}
.sticky.backIsBright {
  color: #8279ff;
  opacity: 1;
}
.sticky h1 {
  font-size: 2vw;
  position: relative;
  left: 0.1vh;
  letter-spacing: 0.12vw;
}
.sticky h2 {
  margin-top: 0.35vh;
  font-size: 0.68vw;
  position: relative;
  right: 0.4vh;
}

a:hover,
a:visited,
a:link,
a:active {
  color: inherit;
}

section {
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
section > div {
  max-width: 900px;
  position: absolute;
  left: 50vw;
  top: 50%;
  line-height: 1.3em;
  transform: translate(-50%, -50%);
}
section:nth-child(odd) {
  background: white;
  color: #8279ff;
}
section h2 {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
section:nth-child(1) > div:after {
  content: "";
  background: url("../img/degree.svg") center center no-repeat;
  background-size: auto 100%;
  margin-top: 3em;
  width: 100%;
  height: 10vh;
  display: block;
}
section:nth-child(2) > div:after {
  content: "";
  background: url("../img/gears.svg") center center no-repeat;
  background-size: auto 100%;
  margin-top: 2.5em;
  width: 100%;
  height: 10vh;
  display: block;
}
section:nth-child(3) > div:after {
  content: "";
  background: url("../img/contact.svg") center center no-repeat;
  background-size: auto 100%;
  margin-top: 3em;
  width: 100%;
  height: 10vh;
  display: block;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.overlay .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 100%;
  border: 1px solid white;
  width: 15em;
  height: 15em;
  background: #8279ff;
}
.overlay .modal > span {
  position: absolute;
  right: 2.5em;
  top: 2.5em;
  transform: rotate(45deg);
  cursor: pointer;
}
.overlay .modal .inside-modal {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay .modal .inside-modal .emphasis {
  font-weight: 400;
}
.overlay.visible {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  body nav {
    padding-top: 60px !important;
    transform-origin: 30px 85px !important;
    top: -260px !important;
  }
  body.loaded nav {
    top: -55px !important;
  }
  body #back {
    bottom: 1em;
  }
  .sticky {
    display: none !important;
  }
  .sections > section > div {
    width: 70%;
  }
  .sections > section > div:after {
    margin-top: 1em;
  }
  #content > header > #insideHeader #photo.visible:before {
    width: 15vh;
    height: 15vh;
  }
}
@media screen and (min-width: 1360px) {
  body nav {
    padding-top: 60px !important;
    transform-origin: 50px 110px !important;
    top: -460px !important;
    left: 2vw !important;
  }
  body nav.scrolled {
    left: 0 !important;
  }
  body.loaded nav {
    top: -60px !important;
  }
}
@media screen and (max-width: 1000px) {
  .sticky h1 {
    font-size: 3vw;
    position: relative;
    left: 0.15vh;
    letter-spacing: 0.18vw;
  }
  .sticky h2 {
    margin-top: 0.5vh;
    font-size: 1.03vw;
    position: relative;
    right: 0.6vh;
  }
}
@media screen and (max-height: 500px) {
  html {
    font-size: 100%;
  }
  html body #back {
    bottom: 0.3em;
  }
}
.lamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100vw;
  min-width: 100vw;
  z-index: -1;
  opacity: 66.67%;
}

.lava {
  filter: url("#goo");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.blob {
  border-radius: 50%;
  background: white;
  /* background-image: linear-gradient(-206deg, #ff9298 0%, #e4008e 100%); */
  position: absolute;
}

.blob:nth-child(1) {
  width: 175px;
  height: 175px;
  left: 60%;
  bottom: -15%;
  animation: wobble 4s ease-in-out alternate infinite, blob-one ease-in-out 50s infinite;
}

.blob:nth-child(2) {
  width: 200px;
  height: 200px;
  right: 24%;
  bottom: -65%;
  animation: wobble 5s ease-in-out alternate infinite, blob-two ease-in-out 60s infinite;
}

.blob:nth-child(3) {
  width: 150px;
  height: 150px;
  bottom: -15%;
  left: 34%;
  animation: wobble 6s ease-in-out alternate infinite, blob-three ease-in-out 38s infinite;
}

.blob:nth-child(4) {
  width: 235px;
  height: 235px;
  bottom: -19%;
  right: 30%;
  animation: wobble 8s ease-in-out alternate infinite, blob-four ease-in-out 35s infinite;
}

.blob:nth-child(5) {
  width: 55px;
  height: 55px;
  bottom: -25%;
  left: 34%;
  animation: wobble 9s ease-in-out alternate infinite, blob-five ease-in-out 42s infinite;
}

.blob:nth-child(6) {
  width: 35px;
  height: 35px;
  bottom: -25%;
  right: 34%;
  animation: wobble 10s ease-in-out alternate infinite, blob-six ease-in-out 43s infinite;
}

.blob:nth-child(7) {
  width: 160px;
  height: 180px;
  bottom: -85%;
  right: 40%;
  animation: wobble 11s ease-in-out alternate infinite, blob-seven ease-in-out 37s infinite;
}

@keyframes blob-one {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-two {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-three {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-four {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-five {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-six {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-100vh) rotate(360deg);
  }
}
@keyframes blob-seven {
  0%, 100% {
    transform: translatey(0) rotate(0);
  }
  50% {
    transform: translatey(-300%) rotate(360deg);
  }
}
@keyframes wobble {
  50% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
  }
  100% {
    border-radius: 38% 52% 75% 36%/50% 40% 50% 60%;
  }
}/*# sourceMappingURL=3.css.map */