/*styles.css */

html,
body {
	height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

/* cover */

#cover {
	background: #FFF url('img/background.jpg') center top no-repeat;
	background-size: cover;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}
#cover-caption {
	width: 100%;
}
hr {
	border-color: #999;
}
.black-30 {
	background: #4d4d4d;
	color: white;
}
.black-50 {
	background: #808080;
	color: white;
}
hr.hrw {
  border-top: 1px solid white;
}