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

html {
	height: 100%;
	overflow-x: hidden;
}

body {
	min-height: 100%;
	margin: 0;
	background: #777;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: url(img/bg-image-2000.jpg) no-repeat 50% 70%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}

.section {
	width: 60em;
	margin: auto;
	padding: 0 1em;
	max-width: 100%;
}

.text {
	line-height: 1.5;
}

span {
	font-size: 1.4em;
}

img {
	border-bottom: 1px solid #fff;
	max-width: 100%;
}
