/* 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;
}

.sko-background {
  height: 100%;
	background: linear-gradient(#03a9f4, #0288d1);
}

.sko-square {
  background: #03a9f4;
  color: black;
  min-height: 18em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0px;
}

.sko-icon {
  font-size: 50px;
}

.sko-down {
  padding-top: 0.25em;
}