/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/
@media (max-width: 991px) {
  .logo {
    text-align: left !important;
    padding-left: 10px;
    margin: 10px 0 !important;
  }
  .logo img {
    max-height: 40px !important;
  }
  #navbar_menu.small-screen #menu-button {
    top: -55px !important;
    left: auto !important;
    right: 15px !important;
  }
}