
@media (max-width: 991px) {

  .hidden-mobile {
    display: none;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  .navbar-brand img {
    width: 150px; /* smaller logo */
  }

  .navbar-search  {
    display: none !important;
  }

  .navbar-nav {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .navbar .navbar-collapse {
    height: 50vh;
    width: 100vw;
    color: #000;
    font-weight: 600;
    text-align: left;
    background-color: #142A3B;
    margin-top: 1em;
  }

  .nav-link {
    color: #fff !important;
    text-align: left;
    padding: 20px 0px;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 600;
    font-family: 'YLocal Medium', sans-serif;
    font-weight: 400 !important;
  }

  .navbar-nav .nav-item:first-child {
    margin-top: 30px;
    border-top: solid gray 1px;
  }

  .hero {
    height: 100vh;
    width: 100%;
  }

  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-business-categories.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
  }

  .hero h1 {
    font-size: 25px;
    font-weight: 600;
  }

  .hero h1 b span i {
      display:none;
  }

  .hero > .container {
    padding: 40px;
  }

  .hero > .container > .row{
    text-align:center;
    padding: 0 0%;
  }

  .hero > .container > .row .col-md-6{
    padding:0;
    margin-bottom: 1em;
    display: block;
    width: 100%;
  }

  .hero > .container > .row .col-md-5{
    padding:0;
    margin-bottom: 1em;
    width: 80%;
    float: left;
  }

  .hero > .container > .row .col-md-1{
    padding:0;
    width:20%;
  }

  .hero > .container > .row .col-md-1 button{
    width:100%;
    height:50px;
  }

  .hero .category-links {
    margin-top: -35px;
    width:100%;
    display: block;
    text-align: center;
  }

  .hero .category-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: inline-block;
  }

  .hero .category-link:nth-child(6){
    display: inline-block;
  }

  .hero .category-link:first-child {
    padding: 0;
    padding-right: 10px;
  }
  .hero .category-link:nth-child(1),
  .hero .category-link:nth-child(2),
  .hero .category-link:nth-child(3),
  .hero .category-link:nth-child(4),
  .hero .category-link:nth-child(5) {
    display: none;
  }


  .business-categories > .container > .row > .col-md-3 {
    width: 50%;
  }

  .how-it-works .col-md-3 {
    width: 50%;
  }

  .how-it-works {
    height:auto;
  }

  /* auth modal */
  .auth-left {
		border-right: none;
		padding-right: 0;
	}

	.auth-right {
		padding-left: 0;
		margin-top: 18px;
	}

	.modal-dialog.modal-xl {
		max-width: 94%;
	}

  .footer-full .col-md-2 {
    width: 50%;
  }

}
