/**
* Template Name: Mamba - v2.4.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Common styles */
    #header .logo img,
    .fl25 {
      padding: 0;
      margin: 0;
      max-height: 70px;
      height: auto;
      width: auto;
      float: right;
    }
    
    /* Small devices (≤ 768px) */
    @media (max-width: 768px) {
      #header {
        margin-top: 45 !important;
      }
      .fl25 {
        max-height: 50px !important;
      }
    }
    
    /* Specific device breakpoints */
    @media only screen and (max-width: 844px) and (max-height: 390px),
           only screen and (max-width: 820px) and (max-height: 1180px),
           only screen and (max-width: 912px) and (max-height: 1368px),
           only screen and (max-width: 914px) and (max-height: 412px) {
      #header {
        margin-top: 45 !important;
      }
    }
  