/* 
Theme Name:		 Cleaning
Theme URI:		 http://childtheme-generator.com/
Description:	 Cleaning is a child theme of Sinatra, created by ChildTheme-Generator.com
Author:			 Nate Covington
Author URI:		 http://childtheme-generator.com/
Template:		 sinatra
Version:		 1.0.0
Text Domain:	 cleaning
*/


/*
    Add your custom styles here
*/


a.button {
	background: #ccc;
	padding: 10px;
	display: block;
	border-radius: 10px;
	text-align: center;
	margin: 10px auto;
	max-width: 200px;
}

.hero,
.hero h1 {
	color: #fff;
}

@media (min-width: 900px) {

.wide {
	max-width: 900px;
	width:900px;
}

article #nf-field-1-container,
article #nf-field-2-container,
article #nf-field-5-container {
	width: 32%;
	margin-right: 1%;
	display: inline-block;
}
}
