@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,900&display=swap');

html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	color: #fff;
	min-height: 100%;
	background: #111;
}

section.container {
	min-height: 100vh;
	box-sizing: border-box;
	padding: 40vh 50px 0;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0 0 100px;
	font-weight: 900;
	letter-spacing: -0.05em;
	font-size: 80px;
	line-height: 1.3em;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
}