body {
  font-family: 'Avenir-Book';
  background-color: #F6F6F6;
  padding-bottom: 20px;
 }
 
img {
	max-width: 100%; !important;
	max-height: 100%; !important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.section {
	padding-top: 20px;
}

h3, h4, h5 {	
	font-family: Avenir-Medium;
}

h3 {	
	font-family: Avenir-Medium;
	font-size: 2em;
	line-height: 1.3em;
}

h4 {
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	margin-top: 20px;
}

h6 {
	font-size: 1em;
	line-height: 1.3em;
}

span.color {
	color: #58A92C;

}

.image {
	margin-top: 20px;
}

.group {
	margin-bottom: 20px;
}

.feature-group {
	margin-bottom: 20px;
}

/* Specific styling */

#Header {
	padding-top: 40px;
	padding-bottom: 40px;
}

span.highlight {
	background-color: #E6E6E6;
	padding-left: 2px; padding-right: 2px;
}

#Header h1, #Header h2, #Header h3 {
	text-align: center;
}
#Header h1, #Header h2 {
	font-family: 'Avenir-Medium';
	text-align: center;
}

#Header h3 {
	font-family: 'Avenir-Book';
	color: gray;
}

#Header #AppStoreBadge {
	margin-top: 40px;
}

#SaveAnywhere {
	background-color: #58A92C;
	color: white;
}

#SaveAnywhere h4, #AlwaysOrganized h4 {
	font-family: Avenir-Book; !important;
}

#Grocerylist {
	background-color: #4A90E2;
	color: white;
}

#Grocerylist h4 {
	font-family: Avenir-Book; !important;
}

.callToAction {
	margin-top: 80px;
	border-bottom-color: #f0f0f0;
	border-top-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	height: 100px;
	background-color: white;
}

.callToAction h2 {
	font-size: 1.8em;
	color: #4c4c4c;
	margin-top: 0px;
	line-height: 100px;
	font-style: normal;
	font-weight: normal;
	font-family: Avenir;
}

.callToAction span {
	font-family: Avenir;
	font-weight: bold;
}

.callToAction img {
	margin-top: 30px;
}

.footer {
	font-size: 0.8em;
	margin-top: 50px;
	text-align: center;
}

.footer span {
	text-align: center;
}

.footer a {
	font-weight: bold;
	color: #333333;
}

.footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}