/***** Generell classes *****/
.mintMeBlue {
  color: #2699FB;
}


#logoHeader {
  text-decoration: none;
  display: inline-block;
}

@-moz-keyframes spin {
  100% {
      -moz-transform: rotatex(720deg);
  }
}
@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotatex(720deg);
  }
}
@keyframes spin {
  100% {
      -webkit-transform: rotatex(720deg);
      transform:rotatex(720deg);
  }
}

.animated {
  -webkit-animation:spin 1s linear 0s;
  -moz-animation:spin 1s linear 0s;
  animation:spin 1s linear 0s;
}

/***** Style for the header (logo) *****/
#logoHeader:hover {
  text-decoration: none;
}

#logoHeader img {
  height: 2.5em;
  width: auto;
  float: left;
}

#logoHeader h1 {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 2.6em;
  letter-spacing: 1px;
  margin: 0px;
}

#presentation p {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #868686;
  margin: 30px 0px;
}

/***** End style header *****/

/***** Style for the "actual content" *****/

#uiPreviewMobile {
  display: none;
}

#presentation h1 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#emailInputArea {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

#emailInputArea input {
  width: 100%;
}

#emailInputArea h3 {
  font-family: "Nunito", sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;
  color: #5d5d5d;
}

#emailInputArea button {
  background-color: #2699FB;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  border: none;
}

/***** End style for the actual content *****/

/***** Style for the footer *****/
footer {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #868686;
  font-family: "Nunito", sans-serif;
}
/***** End style for the footer *****/

@media (min-width: 991px) {
  #pageWrapper {
    margin: 35px;
  }

  /***** Style for the "actual content" *****/

  #presentation {
    margin-top: 150px;
  }

  #presentation h1 {
    line-height: 1.3;
  }

  #presentation p {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #868686;
    margin: 30px 0px;
  }

  #emailInputArea {
    margin-top: 20px;
    padding: 35px;
    border-radius: 5px;
  }

  #emailInputArea h3 {
    font-family: "Nunito", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #5d5d5d;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  #emailInputArea input {
    padding: 18px 15px;
    border-radius: 5px;
    font-family: "Ipen Sans", sans-serif;
    color: #868686;
    letter-spacing: 1px;

  }

  #emailInputArea button {
    background-color: #2699FB;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 9px 25px;
    margin-left: 20px;
  }

  /***** Style for the preview of UI image *****/
  #presentation #uiPreview {
    margin-top: 0px;
  }

  #presentation img {
    width: 100%;
  }

  #presentation #revealingMoreSoon {
    margin-left: 100px;
  }

  /***** End style for the actual content *****/

  /***** Style for the footer *****/
  footer {
    width: 100%;
    height: 70px;
    padding: 25px 50px;
  }

  footer > div {
    float: right;
  }

  footer a, footer a:hover {
    cursor: pointer;
    color: #868686;
  }

  /***** End style for the footer *****/
}

@media (min-width: 992px) and (max-width: 1200px) {
  #presentation {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  #emailInputArea .form-group {
    width: calc(100% - 170px);
    display: inline-block;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  #pageWrapper {
    margin: 35px 0px;
  }
  /***** Style for the header (logo) *****/
  header {
    text-align: center;
  }
  /***** End style header *****/

  /***** Style for the "actual content" *****/

  #presentation {
    margin-top: 10px;
  }

  #presentation h1 {
    margin-bottom: 25px;
    text-align: center;
    line-height: 36px;
    font-size: 27px;
  }

  #presentation #uiPreviewMobile {
    width: 100%;
  }

  #presentation p {
    font-weight: 300;
    font-weight: 300;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
  }

  #uiPreview img {
    display: none;
  }

  #uiPreviewMobile {
    display: block;
  }

  #emailInputArea {
    margin-top: 0px;
    padding: 25px 15px;
    border-radius: 5px;
  }

  #emailInputArea h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    color: #2699FB;
  }

  #emailInputArea input {
    margin-top: 20px;
    font-size: 16px;
    padding: 18px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
  }

  #emailInputArea button {
    letter-spacing: 2px;
    padding: 9px 25px;
  }

  footer {
    margin-top: 30px;
    line-height: 23px;
    text-align: center;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  #emailInputArea {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  body {
    margin: 0px 50px !important;
  }
}

@media (min-width: 585px) and (max-width: 991px) {
  #presentation h1 {
    font-size: 36px;
    line-height: 45px;
  }

  #emailInputArea .form-group {
    width: calc(100% - 170px);
    display: inline-block;
    margin-bottom: 0px;
    max-width: 480px;
  }

  #emailInputArea input {
    margin-top: 10px;
  }

  #emailInputArea button {
    margin-left: 15px;
  }
}

@media (min-width:525px) and (max-width: 991px) {
  body {
    margin: 0px 25px;
  }

  #presentation h1 {
    margin-bottom: 40px;
  }

  #presentation p {
    margin: 40px 0px 50px 0px;
  }

  #emailInputArea {
    padding: 35px 25px;
  }
}

@media (min-width: 400px) and (max-width: 991px) {
  #emailInputArea {
    padding: 30px 20px
  }

  #emailInputArea button {
    font-size: 15px;
  }
}







@media (min-width: 992px) and (max-width: 1200px) {
  #presentation h1 {
    line-height: 1.1;
    font-size: 31px;
  }

  #emailInputArea {
    margin-right: -75px;
    padding: 25px;
  }
}

@media (max-width: 320px) {
  #emailInputArea input {
    width: 100% !important;
  }
}

@media (max-width: 1375px) {
  #emailInputArea input {
    width: 300px;
  }
}

@media (min-width: 1376px) {
  #emailInputArea input {
    width: 400px;
  }
}



@media (min-width: 1600px) {
  #pageWrapper {
    padding: 75px; 
    max-width: 1600px; 
    margin: 50px auto;
  }

  #presentation p {
    line-height: 32px;
    font-size: 18px;
  }

  footer {
    left: unset !important;
    padding: 25px 75px; 
    max-width: 1600px; 
    margin: 0px auto;
  }
}
