/*media query*/
/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 480px) {
  .navbar-fixed-top {
    position: static;
  }
  .navbar-brand > img {
    height: 30px;
    width: auto;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #41add3;
  }
  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }
  .navbar {
    margin-bottom: 0px;
  }
  #home {
    display: none;
  }
  .navbar-nav {
    float: left;
  }
  #aboutus {
    height: auto;
    display: block;
  }
  #services {
    height: auto;
  }
  #ourproducts {
    height: auto;
  }
  #contactus {
    height: auto;
  }
  .sec-services {
    display: block;
    padding: 50px 0px;
  }
  h1 {
    font-size: 30px;
  }
  h4 {
    font-size: 16px;
  }
  .sec-services .services-txt h1 {
    font-size: 30px;
  }
  .sec-products {
    padding: 50px 0px;
  }
  .sec-contact {
    padding: 50px 0px;
  }
  .sec-inverse {
    margin-bottom: 50px;
  }
  img.atlas {
    display: none;
  }
}
