html {
	height:100%;
}
body {
	font-family: 'Muli', sans-serif;
	height:inherit;
}
#page, .page-content {
	height:inherit;
}	
#page {
	padding:0 15px;
}
h1, a {
	color:#00adef;
	font-weight:bold;
}

h1 {
	margin-bottom:25px;
}
.flex-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 100%;
}
.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text-wrapper-inner {
	max-width:500px;
	margin:0 auto;
}
@media screen and (min-width: 480px ) {
	.bg-image-wrapper {
		background:url(../images/bg.jpg) no-repeat 0 0;
		border-left:10px solid #00adef;
	}
	
}
