/* Hide text content while font is loading (FOUT)*/
.wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading li {
  visibility: hidden; }

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.container {
  width: 1050px;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .container p {
    font-size: 45px;
    position: absolute;
    top: 260px;
    margin-top: 0; }

.section-overlay {
  height: 100%; }
  .section-overlay .dot {
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 15000px; }
    .section-overlay .dot.dot0 {
      top: 55%;
      left: 78%;
      width: 15px;
      height: 15px; }
    .section-overlay .dot.dot1 {
      top: 59.5%;
      left: 33%;
      width: 5px;
      height: 5px; }
    .section-overlay .dot.dot2 {
      top: 58.6%;
      left: 85.9%;
      width: 5px;
      height: 5px; }
    .section-overlay .dot.dot3 {
      top: 40.1%;
      left: 55.4%;
      width: 7px;
      height: 7px; }
    .section-overlay .dot.dot4 {
      top: 59.1%;
      left: 78.6%;
      width: 5px;
      height: 5px; }
    .section-overlay .dot.dot5 {
      top: 41.3%;
      left: 39.6%;
      width: 5px;
      height: 5px; }
    .section-overlay .dot.dot6 {
      top: 41.4%;
      left: 26.2%;
      width: 5px;
      height: 5px; }

.section0 {
  height: 100%;
  background: #F4F4F4; }
  .section0 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../images/logo_hoefler.png");
    width: 600px;
    height: 114px; }

.section1 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #3B4544; }
  .section1 p {
    font-size: 45px;
    font-family: "futura-pt";
    color: #F4F4F4; }
  .section1 img {
    position: absolute;
    top: 120px;
    left: 175px;
    z-index: -10; }

.section2 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #ADD8E9; }
  .section2 p {
    color: #3B4544;
    font-family: "bodoni-urw";
    font-style: italic; }
  .section2 .project {
    position: absolute;
    border: 0;
    width: 85px;
    height: 85px;
    border-radius: 100px; }
    .section2 .project img {
      z-index: 10;
      width: 85px;
      height: 85px;
      border: 0;
      border-radius: 100px; }

.section3 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #F4F4F4; }
  .section3 p {
    font-weight: 600;
    font-family: "katarine-web";
    color: #3B4544; }
  .section3 .programs {
    position: absolute;
    top: 690px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
    .section3 .programs ul {
      list-style: none;
      padding-left: 0; }
      .section3 .programs ul li {
        display: inline-block;
        width: 33%;
        margin-bottom: 20px;
        font-family: "adelle-sans";
        color: #3B4544;
        font-size: 17px;
        letter-spacing: 3px; }
        .section3 .programs ul li img {
          width: 35px;
          height: auto;
          margin-right: 45px;
          vertical-align: middle; }

.section4 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #CCAFE2; }
  .section4 p {
    font-style: italic;
    color: #3B4544;
    font-family: "adobe-jenson-pro"; }
    .section4 p strong {
      font-weight: 700;
      color: #876AA5; }
  .section4 .project {
    position: absolute;
    width: 85px;
    height: 85px;
    border: 0;
    border-radius: 100px;
    z-index: 20; }
    .section4 .project img {
      width: 85px;
      height: 85px;
      border-radius: 100px;
      border: 0; }

.section5 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #3B4544; }
  .section5 p {
    color: #899694;
    font-family: "adelle-sans"; }
  .section5 a.download-button {
    background-color: #ADD8E9;
    position: absolute;
    top: 520px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-family: "adelle-sans";
    padding: 10px 30px;
    letter-spacing: 2.5px;
    color: #3B4544; }
    .section5 a.download-button:hover {
      background-color: #87B2C3; }
  .section5 .social-links {
    position: absolute;
    top: 590px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .section5 .social-links .icon-social {
      background-repeat: no-repeat;
      background-position: center center;
      width: 32px;
      height: 32px;
      text-indent: -900em;
      text-decoration: none;
      line-height: 100%;
      white-space: nowrap;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin: 0 20px 5px 0; }
    .section5 .social-links .social-fb {
      background-image: url("../images/social_fb.png");
      background-image: url("../images/social_fb.svg"); }
    .section5 .social-links .social-tw {
      background-image: url("../images/social_tw.png");
      background-image: url("../images/social_tw.svg"); }
    .section5 .social-links .social-ln {
      background-image: url("../images/social_ln.png");
      background-image: url("../images/social_ln.svg");
      margin-right: 0; }

.section6 {
  display: none;
  opacity: 0;
  height: 100%;
  background: #8EC873; }
  .section6 p {
    color: #F4F4F4;
    font-family: "clone-rounded-latin";
    font-size: 43.5px; }
  .section6 .call-me {
    position: relative;
    top: 470px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .section6 .call-me p {
      font-family: "adelle-sans";
      font-size: 17px;
      letter-spacing: 2.5px;
      position: relative;
      top: 0px;
      margin-top: 0;
      margin-bottom: 0; }
    .section6 .call-me hr {
      border: none;
      border-top: 1px dashed #fff;
      height: 1px;
      width: 215px;
      position: absolute;
      top: 30px; }
      .section6 .call-me hr.left {
        left: 220px; }
      .section6 .call-me hr.right {
        left: 565px; }
    .section6 .call-me .nyc {
      position: absolute;
      width: 175px;
      top: 15px;
      left: 20px;
      text-align: right; }
    .section6 .call-me .croatia {
      position: absolute;
      width: 220px;
      top: 15px;
      right: 25px;
      text-align: left; }
    .section6 .call-me .skype {
      background: url("../images/icon_skype.png");
      background: url("../images/icon_skype.svg");
      width: 80px;
      height: 80px;
      position: absolute;
      left: 460px;
      top: 0px; }

.compatibility-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: lightgrey; }

/*# sourceMappingURL=style.css.map */
