@font-face {
  font-family: "Suisse";
  src: url("../font/Suisse.ttf");
}

@media only screen and (max-width: 600px) {

    body{
          font-family: "Suisse";
    }
  .home-section{
    background: url(../bg.jpg);
    background-repeat: no-repeat;
}
.home-title{
    font-size:7em;
    margin: 0 0.3em ;
}
.main-header{
    margin: 0em;
}
.main-menu a{
    padding: 0 5px;
    font-size: 12px;
    color:#fff!important;
    text-decoration: none;
    border: none;
}
.logo{
    max-width: 90px;
}
.rotor-text{
    visibility: hidden;
    width: 0;
}
.social-link-left{
    width:30%;
}
.vl{
    height: 90px;
}
.abt-thumb{
    padding-left: 0!important;
    
}
.swipe-text{
    display: block;
}
.abt-container{
    margin: 2em 0!important;
}
.abt-wrap{
    margin-top: 0!important;
}
.work-header h1{
  color:#fff;
  font-size: 10vh;
  text-transform: uppercase;
  padding: 15vh 5vh;
}
.skill h2{
    font-size: 3em;
    line-height: 0.8em;
    font-weight: 800;
}
 
 h2{
    font-size: 2.5em!important;
}
.services-section{
    display: none;
}
.mobile-services-section{
  display:inline-block;
}
.mobile-services-section h2{
     font-family: "Suisse";
}
.footer h1{
    font-size: 2.5em;
    margin-bottom:0em;
    line-height: 0.7em;
}
.footer{
    margin: .5em 0;
    padding: 0;
    font-size: 2em;
}
.footer-section{
    font-size: 1em;
}
}
