@media screen and (max-width: 576px) {
  .sm-hide {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .x-div {
    width: 100%;
    height: 1px;
    background: white;
  }
/** Height **/
.sm-height-30 {
  height: 30%;
}
.sm-height-40 {
  height: 40%;
}
.sm-height-50 {
  height: 50%;
}
.sm-height-60 {
  height: 60%;
}
.sm-height-70 {
  height: 70%;
}
/*************** Fonts ****************/
.sm-font-small {
  font-size: 14px;
}
.font-gigantic {
  font-size: 30px;
}

  #landing .content {
    top: 20%;
    width: 100%;
  }

  #landing .gateway {
    margin: 0 auto;
    width: 60%;
  }

  #landing .gateway .x-div {
    padding: 0;
  }

  #landing .content .grey-box {
    width: 100%;
    margin-bottom: 50px;
  }

  #landing .contact {
    width: fit-content;
    border-top: 1px solid white;
    padding: 6px 10%;
    font-size: 30px;
    color: white;
    margin: 15% auto;
  }

  /****** Intro ********/
  #intro .page > div {
    padding: 2vh 1rem;
  }
  #intro .center-box {
    width: auto;
    padding-top: 5vh;
  }
  #intro .font-gigantic {
    line-height: 2rem;
  }

  /********* Services **********/
  #services .page > div {
    padding: 2vh 1rem;
  }
  #services .dark-box {
    left: 1rem;
    width: 15%;
  }
  #services .content {
    /* right: 1rem;
    width: 75%; */
  }

/********* Staffing **********/
  #staffing .page > div {
    padding: 2vh 1rem;
  }

/********** Contact ***********/
  #contact .page > div {
    padding: 2vh 1rem;
  }

  #contact  .contact-details {
    margin-top: 20%;
    padding: 0 20%;
    font-size: 16px;
  }
  #contact .contact-details .bold {
    font-family: Raleway bold;
  }
  #contact .mid .row {
    padding: 8% 0;
  }

}

@media screen and (min-width: 576px) {
  .md-hide {
    display: none;
  }
}