/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
   /***** Logo *****/
   .footer-logo,
   .nav-brand img {
      max-height: 32px;
   }
   /***** Logo End *****/
.hide-on-desktop {
   display: none;
}
/********** General End **********/


/********** Team **********/
body .person__description {
   padding-left: 15px;
   padding-right: 15px;
   text-align: center;
}
/********** Team End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** General *****/
   .hide-on-desktop {
      display: block;
   }
   /***** General End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/
}
/********** 767px and below End **********/
