/**
* Template Name: Mamba - v2.0.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 92px; /* Changed from 70px to 92px*/
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px; /* Changed from 40px to 100px. We can also remove this line itself*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu a {
  display: block;
  position: relative;
  color: #414042;
  padding: 25px 15px; /* Changed from 12px to 25px*/
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}




