@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
  .landing .info {
    bottom: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .main-area .social-btn > li > a > i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 40px;
    font-size: 2em;
    margin: 0 30px;
  }

  .landing {
    background-image: url(../public/landingm.jpeg?v=1.0);
  }

  p {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.8em;
    line-height: 1;
  }
  h2 {
    font-size: 2.2em;
    line-height: 1.1;
  }
  h3 {
    font-size: 1.8em;
    color: #ccc;
  }
  h4 {
    color: #ccc;
  }
  .main-area-wrapper {
    padding: 0;
  }

  .landing .info {
    bottom: 30%;
  }
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
}
@media only screen and (max-width: 290px) {
}
