html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#fff;
	margin:0 auto;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color:#000;
}
*, *:before, *:after{box-sizing:border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse;border-spacing: 0;}
img{display:block;width:auto;height:auto;}

#page {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}
.top {
	padding: 10vh 10vw 5vh;
}
.logo {
	max-width: 300px;
	margin: 0 auto;
}

.info {
	flex: 1;
	padding: 5vh 10vw;
	background: #311952;
	color: #fff;
	height: 100%;
}
h2 {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	margin-bottom: 1em ;
}
a{
	display: block;
	text-decoration: underline;
	color: inherit;
	margin: .5em 0;
}
.address {
	font-style: italic;
	margin-top: 1em;
}

.construction {
	margin:10vh auto;
	font-weight: bold;
}
