/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media(max-width:1280px) {}

@media(max-width:992px) {
  .mobile_toggle {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0 5px 0px 5px;
    z-index: 99999;
    background: transparent;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  #offNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }

  #onNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }
}

@media(max-width:768px) {
  .container {
    width: auto;
  }
  h1{
    font-size: 50px;
  }
}

@media(min-width:991px) {
  .mobile_toggle {
    display: none;
  }
}
@media(max-width:575px){
  .bg,
  .featured-img{
    height:375px;
  }
  .right{
    text-align: left !important;
  }
}
