body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 140px;background: #222;}

/* Large screen main content margin */
@media (min-width: 992px) {
  #main {
	margin-left: 120px; /* matches sidebar width */
  }
}

/* Fix mobile menu positioning */
#mobileMenu {
	margin-top: 80px;
	z-index: 9999;
}

/* Hide navigation menu when click on content area. */
.show-menu {
	display: block !important;
}