html,body,.box { width: 100%; height: 100%; min-height: 320px; }
body {
	background-color: #e5e5e5;
	position: relative;
}
h1,h2,h3,h4,h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h2 {
	margin-top: .8em;
}
*{
	margin: 0;
	padding: 0;
	font: inherit;
	box-sizing: border-box;
}
.box {
	display: table;
}
.box .wrapper {
	height: 320px;
	vertical-align: middle;
	display: table-cell;
}
.container {
	max-width: 400px !important;
}
.box>*{
	display: inline-block;
}
p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #777;
	line-height: 1.75em;
}
#icons {
	margin-top: 1.25em;
}

@media screen and (max-width: 568px) {
    h2 {
        font-size: 1.8em;
    }
    p {
    	font-size: 1.1em;
    }
}