/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
  h1{
    font-size: 40px;
  }

  .container{
    max-width: 741.98px;
  }
  
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .is-top .autohide{
    background: transparent;
  }

  .nav-item{
    padding: 0 0 0 40px; 
    border: 0 none;
    }
  
      .nav-item:last-child{
        border: 0 none;
      }

    

    h1{
      font-size: 50px;
    }

    .about_section{
      background-image: url(../images/bg_about_md.png) ;
      background-size: 894px 416px;
      background-position: center;
      background-repeat: no-repeat;
      background-position-y:-80px;
      padding-top: 1px;
    }
    
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  


  .nav-item{
    padding: 0  0 0 60px; 

    }

    .navbar-nav .nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }  

  .about_section{
    background-image: url(../images/bg_about.png) ;
    background-size: 1558px 726px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y:60px;
    padding-top: 1px;
  }
  

  .about_section .container{
    margin: 140px auto;
  }
  .about_container{
    padding: 100px;
  }

  .products_container p, .featured_container p, .companies_container p{
    padding: 40px ;
  }

  .service_container, .products_container, .featured_container, .companies_container{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .featured_container{
    padding: 140px 0 0;
  }

  .service_section .row{
    padding-top: 90px;
  }

  .product_title{
    padding-top: 150px;
  }

  .uno_hr_container{
    background-image: url(../images/bg_uno_hr.svg) ;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg_neighborfood img, .bg_unotickets img{
    margin: 0 auto;
    height: 360px;
  }


  .companies_container img{
    padding: 20px 30px;
  }

 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  
  .nav-item{
    padding: 0 0 0 80px; 
    }
    .navbar-nav .nav-link{
      padding-left: 0 !important;
      padding-right: 0!important;
    }  


 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}