body {
	background-image: url('bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #2d4364;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #b2e7c5;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	align-items: center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 52px;
	font-family: 'Playfair Display';
	margin-top: -42px;
	margin-bottom: 8px;
	line-height: 1;
	padding: 0 20px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

.container {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/* desktop */

@media screen and (min-width: 800px) {

	h1 {
		font-size: 64px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 28px;
	}

}

@media screen and (min-width: 1200px) {

	h1 {
		font-size: 80px;
		margin-bottom: 14px;
	}

	h2 {
		font-size: 32px;
	}

}
