/* ---------------------------------------------
    :: Template Name: Classy - Multipurpose Template
    :: Author: Designing World
    :: Author URL: https://wrapbootstrap.com/user/DesigningWorld
    :: Description: Classy is a complete multi-functional template. It's creative and clean design. It's has huge collection of templates for Business, Agency,        Startup, App Landing, Product Landing, Service Landing, Hosting & Technology, Restaurant, Freelancer, Resume & CV, Portfolios, Education, Spa & Beauty,        Photography, Fitness & Gym.
    :: Version: 2.1.0
    :: Last Update: 11-05-2017
    --------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
        :: Place your custom css code here ::
    ----------------------------------------- */

/* @media screen and (max-width: 600px) {
  #banner-img {
    content: url('assets/images/logo_gray_mobile.png');
  }
} */
.visible-mobile {
  display: none !important;
}

@media (max-width: 489px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}

.btn-success {
  background-color: #575759 !important;
  border-color: #575759 !important;
}

.default-button-green {
  background-color: #575759 !important;
}