body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: start;
	min-height: 100vh;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ClinicaPro', arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1rem;
}

h1, h2, h3 {
	color: #6b877d;
}

.wrapper {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.wrapper > div:not(:last-child) {
	margin: 0 2em;
}

.site-logo img {
	margin-top: 10vh;
	max-width: 90vw;
}

.dev-wrap {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 30vh;
	width: 100%;
	background: url(/style/furniture.png) no-repeat;
	background-size: auto 90%;
	background-position: 50%;
	margin-bottom: 5vh;
}

.dev-logo {
	margin-bottom: 4vh;
}
.dev-logo a {
	opacity: .5;
}
.dev-logo a:hover {
	opacity: 1;
}
.dev-logo a img {
	max-height: 28px;
}