

.soon {
  background:linear-gradient(rgba(234, 234, 234, 0.78), rgba(232, 232, 232, 0.77)), url(../img/2.jpg) center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
  
  }
  
  .soon img {
    width: 180px;
    margin-top: -250px;
  }
  .soon-content {
      align-items: center;
      justify-content: center;
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
  }
  .soon h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #223a42;
    font-family: Montserrat,Arial,sans-serif;
    font-size:60px;
    white-space: nowrap;



}

  .soon p {
    font-family: Raleway,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    color:#484848;
  }
  
  @media(max-width:425px) {
    .soon h1 {
      font-size: 27px !important;
    }
  }
  @media(min-width:425px) and (max-width:769px)  {
    .soon h1 {
      font-size: 35px !important;
    }
  }

  @media(max-width:992px) {
    .soon img {
      width: 150px;
      margin-bottom: 26px;    }
  }
