/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.logo-img {
	max-height: 60px;
}

.logo-container {
    position: absolute;
    left: 30px;
}
  
nav ul a:hover, .sidenav li > a:hover {
  background-color: rgba(255, 143, 0, 0.4);
}

nav ul li.active {
  border-bottom: 5px solid orange;
}

.mobile-active {
  background-color: rgba(255, 143, 0, 0.6);
}

@media only screen and (max-width: 798px) {
.logo-img {
	max-height: 56px;
}  
}