/* Padding below the footer and lighter body text */
body {
	padding-top: 50px;
}

/* Brand blue color */
a.brand.brand-blue {
	color: #2f72cf;
}
a.brand.brand-blue:hover {
	color: #6696d1;
}

/* Image in center */
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-right: 15px;
	padding-left: 15px;
}

/* Centered content */
.centered {
	text-align: center;
}
