body{
	background-color:#fcfcfc;
	
}
.features{
	margin-left:18px;	
}

.features li{
	list-style-type: disc!important;
}

.header{
	color:#424242;	
}

.header h3{	
	font-weight:300;
	margin-bottom:0px;
}

footer.page-footer{
	padding-top:0px;
}

.footer-fixed{
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	z-index: 1030;	
}

.footer-fixed .footer-copyright{	
	margin-left:10px;
}

.nav-wrapper .brand-logo{
	font-size:1.8rem;
}


@media screen and (max-width: 480px) {
	.nav-wrapper .brand-logo{
		font-size:1.2rem;
	}
}

