/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 a, a:visited, a:active, a:focus {
  color: #00a89b;
 }
 a:hover {
  opacity: 0.8;
 }
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

@media screen and (max-width: 992px) {
  .main-menu {
      display: none;
  }
  .row .col.m9 {
    width: 100%;
  }
  }
  @media screen and (min-width: 993px) {
  .hide-bigger-than-mobile {
      display: none;
  }
  }