/* Custom Stylesheet */

/* Centered texts in each section
  * --------------------------------------- */
.section{
  text-align:center;
}

/* Added padding
  * --------------------------------------- */
.icon-block {
  padding: 0 15px;
}
/* Materialize Icons
  * --------------------------------------- */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #1565C0;
}