/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

.icon-block {
  padding: 0 15px;
}
.brand
{
	font-family:'Indie Flower', cursive !important;
}
.brand-logo
{
	margin-left:24px;
}
.header-subtitle
{
	margin-top:0px;
	margin-bottom:24px;
}

.section.no-pad-bot
{
	padding-bottom:14px !important;

}
#location
{
	white-space: nowrap !important;
}

#location a
{
  text-decoration: underline;
  color:#600;
}

footer a
{
	color:#300;
	font-weight:bold;
}
footer a:hover
{
	color:#ddd;
}