@charset "utf-8";
/***!  templates/buildr/css/custom.css  !***/

/* Add your custom styles here */
@media screen and (max-width: 787px) {
	
	#toolbar { padding: 3px; }
	.mobile-logo { margin-bottom: 0 !important; }
	.header-image {margin-top: 40px; }
	
}
@media screen and (min-width: 787px) {
	
	main { padding: 30px; }
	
}
