@import "reset.css";

/* @group TYPO */

html, body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-bottom: .7rem;
}

a {
	display: inline-block;
	line-height: 1.1em;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

strong {
	font-weight: bold;
}

/* @end */

/* @group COLORS */

body {
	background: url(../media/20160618-wa0004.jpg) no-repeat;
	background-size: cover;
	color: white;
}

.site-content {
	background-color: rgba(0,0,0,.5);
}

/* @end */

/* @group LAYOUT */

.site-frame {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.site-content {
	padding-top: 1.4rem; padding-bottom: .7rem;
	padding-right: 25px; padding-left: 25px;
	margin-top: calc(1.4rem * 2);
}



/* @end */