* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009fe3+0,207cca+100,7db9e8+100 */
    background: #009fe3; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #009fe3 0%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #009fe3 0%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #009fe3 0%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: white;
}

.grid-wrapper {
	padding: 13em 20px 0 20px;
    text-align: center;
    box-sizing: content-box;
}

header img {
	width: 100%;
    max-width: 400px;
}

h2 {
	margin-bottom: 0;
}

p {
	margin-top: 5px;
}