
/* Nord Modern Coming Soon styles */


body {background-color: #fff}


.loader {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.loader.loader--fade {
  transition: none;
  -webkit-transition: none;
  opacity: 0;
}
.loader.loader--fade:before {
  animation: none;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -25%;
  width: 25%;
  height: 3px;
  background-color: #74929e;
  animation: loading 5s linear infinite;
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 125%;
  }
}

.nav-bar .logo {
    max-height: 80%;
    margin: 0;
}

.text-box {
  max-width: 400px;
  margin: 0 auto 0 auto
}

/* Form Setup */

.form-subscribe-1 {
    border-top: 5px solid #74929e;
    /* border-bottom: 5px solid #6f8c98; */
}

.form-success {
    margin-top: 1.5625em;
    padding: 0.78125em;
    background: #6f8c98;
    color: #fff;
    position: fixed;
    min-width: 350px;
    left: 50%;
    bottom: 1.5625em;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.form-error {
    margin-top: 1.5625em;
    padding: .78125em;
    background: #d84d4d;
    color: #fff;
    position: fixed;
    min-width: 350px;
    left: 50%;
    text-align: center;
    bottom: 1.5625em;
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}


.box-shadow-wide {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}


button {
    height: 52px;
    font-size: 0.625em !important;
    letter-spacing: 1px;
    color: #fff;
    background: #6f8c98;
    border-color: #6f8c98;
}


button:active, button:hover, button:focus {
    border-color: #657f8a !important;
}


section, footer {
    padding-top: 4.5em;
    padding-bottom: 5.125em;
}



/* curtian effect */

  .curtain {
      margin-bottom: 300px;
      position: relative;
      z-index: 1;

  }
  .curtain-revealed {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      height: 300px;
  }


  /* tablet-sized screens */

  @media only screen and ( max-width: 980px ) {

   .curtain  {
   margin-bottom: 260px;
   }

  .curtain-revealed  {
   height: 260px;
   }

  }

  /* mobile-sized screens */

  @media only screen and ( max-width: 640px ) {

   .curtain  {
   margin-bottom: 0px;
   }

  .curtain-revealed  {
   height: 240px;
   }

  }

  @media only screen and ( max-width: 480px ) {

   .curtain  {
   margin-bottom: 200px;
   }

  .curtain-revealed  {
   height: 200px;
   }

  }

  .credit a {
      text-decoration: none;
  }



    /****** Animation css */

    .delay-1 {
    animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;

    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    }
    .delay-2 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;

    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    }
    .delay-3 {
    animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;

    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    }
    .delay-4 {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;

    animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    }

    .delay-5 {
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;

    animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -webkit-animation-duration:  2.5s;
    -o-animation-duration:  2.5s;
    }

    .delay-6 {
    animation-delay: 3s;
    -moz-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;

    animation-duration: 3.5s;
    -moz-animation-duration: 3.5s;
    -webkit-animation-duration:  3.5s;
    -o-animation-duration:  3.5s;
    }

    .duration-05 { -webkit-animation-duration: 1s; animation-duration: .5s;}
    .duration-1 { -webkit-animation-duration: 1s; animation-duration: 1s;}
    .duration-2 { -webkit-animation-duration: 2s; animation-duration: 2s}
    .duration-3 { -webkit-animation-duration: 3s; animation-duration: 3s}
