body {
	font-family: sans-serif;
	position: relative;
	overflow-x: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Raleway, helvetica neue, helvetica, arial, tahoma, sans-serif;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	font-weight: 300;
	color: black;
	background-color: white;
	margin: 0;
}
.block {
	display: block;
	margin: 30px 10px;
	text-align: center;
}
.intro-block span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
}
.title-block span {
	font-weight: bold;
	font-size: 38px;
}
.address-block p {
	margin: 10px;
}
footer {
	width: 100%;
	overflow: hidden;
}
footer .row {
	text-align: center;
}
footer a {
	color: black;
	text-decoration:none;
}
@media only screen and (min-width: 768px) {
	.main {
		overflow: hidden;
	}
	.block {
		margin: 0;
		text-align: initial;
		position: absolute;
		left: 7%;
		float: left;
	}
	.intro-block {
		top: 5vh;
	}
	.intro-block span {
		font-size: 98px;
	}
	.title-block {
		top: 40vh;
	}
	.address-block {
		top: 50vh;
	}
	.address-block p {
		margin: 0;
	}
	footer {
		position: fixed;
		bottom: 0;
		height: 10vh;
	}
}