/* CSS Document */
@font-face {
    font-family: 'demonizedregular';
    src: url('../font/monized-webfont.woff2') format('woff2'),
         url('../font/demonized-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
a {
	color: #ffffff;
  text-decoration: none;
}
h1 {
	font-size: 6.0rem;
	line-height: 1.2;
	letter-spacing: -0.1rem;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 100;
}
h2 {
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: -0.1rem;
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: 100;
}
h1 span {
	font-family: 'demonizedregular';
}
.container {
	position: fixed;
	right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.content {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.center{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 5%;
}
.center img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 270px) {
  h1 {
	font-size: 3.0rem;
  }
}
/* Style the video: 100% width and height to cover the entire window */
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
