/* 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;
}

.neko-text {
	font-weight: 900 !important;
  	background: -webkit-linear-gradient(#8b0079, #FFC107);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.neko-color {
	background: -webkit-linear-gradient(#8b0079, #FFC107) !important;
}
.neko-bold {
	font-weight: bolder !important;
}

nav ul a {
    font-weight: 700 !important;
}

@media only screen and (max-width : 992px) {
  header, body {
    padding-left: 0;
  }
}

@media only screen and (max-width : 992px) {
  nav {
    padding-right: 0;
  }
}

.collection {
  border-left: none;
  border-right: none;
}
.collection .collection-item {
  padding: 15px 5px;
  font-size: larger;
}