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

.bluebutton{
	
	padding-top:5px;
    padding-bottom:5px;
	color:white;
	
    margin-top:10px;background-color:#00b4ff;
}

.servicelist {
    width: 100%;
    height: auto;
}

.back{background:#2db1a4; color: white;padding-top:10px; padding-bottom:15px; padding-left:20px;}

img.center {
    display: block;
    margin: 0 auto;
}

.biggerfont{font-size:300px;}

.copyright{color:white; ;
 }

.customteal{  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);

padding-top:20px; padding-bottom:20px; font-weight: 300; }