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

.band-type{
    font-size: 2.2rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.69);
}
.band-name{
    font-size: 4.2rem;
    font-weight: bold;
    color: #1c99f8;
}
.band-type-small{
    font-size: 1rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.69);
}
.band-name-small{
    font-size: 2.2rem;
    font-weight: bold;
    color: #1c99f8;
}

.social-icon{
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
}

