/* NAVBAR MENU */

.navbar-brand-image {
	width: 30px;
}

@media only screen and (max-width: 480px) {
	.navbar {
	  min-height: 80px;
	}

	.navbar-brand {
	  padding: 0 15px;
	  height: 80px;
	  line-height: 80px;
	}

	.nav-link {
	  font-size: 1.8em !important;
	}

	.dropdown-item {
	  font-size: 1.8em !important;
	}	
	
	.navbar-brand-image {
		width: 60px;
	}
}
