.preHome {
  height: 660px;
  background: linear-gradient(-40deg, rgba(58, 123, 213, 0.64) -10%, #00d2ff 100%);
  text-align: center;
  z-index: 1;
  margin-top: -95px;
}

.home {
  margin-top: 159px;
  width: 91.362%;
  display: inline-block;
  overflow: hidden;
  max-width: 1072px;
}

.home span {
  font-family: Lato-Regular;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  color: #FFF;
}

.preText {
  max-width: 800px;
  display: inline-block;
}

.imgHome {
  width: 594px;
  height: 344px;
  margin-top: 64px;
  display: inline-block;
  background-image: url("../img/macbook pro retina.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 430px) and (max-width: 630px) {
  .preText {
    width: 100%;
    display: inline-block;
  }

  .imgHome {
    position: absolute;
    width: 90%;
    height: 320px;
    bottom: 0px;
    right: 0;
    display: inline-block;
    background-image: url("../img/macbook pro retina.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .home {
    margin-top: 25%;
  }

  .home span {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 39px;
  }
}

@media only screen and (max-width: 575px) {
  .preHome {
    margin-top: -80px;
    padding: 0px 9px;
  }

  .preText {
    margin-top: 64px;
  }

  .preMenu {
    background: transparent;
  }

  .menu {
    background: transparent;
  }

  .home {
    margin-top: 30px;
  }

  .home span {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 430px) {
  .preText {
    width: 100%;
    text-align: left;
    display: inline-block;
  }

  .imgHome {
    position: absolute;
    width: 90%;
    height: 320px;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    background-image: url("../img/macbook pro retina.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 360px) {
  .preText {
    text-align: left;
  }

  .imgHome {
    position: absolute;
    width: 90%;
    height: 320px;
    right: 0px;
    display: inline-block;
    background-image: url("../img/macbook pro retina.svg");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
  }
}



/*# sourceMappingURL=home.css.map */