* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #000000;
}
li {
	display: inline-block;
}
#title {
	width: 70%;
	margin: 0 auto;
}
#title h1 {
	font-family: 'Special Elite', cursive;
	text-align: center;
	font-size: 2.6rem;
	color: #ffffff;
	opacity: 0;
	display: none;
}
#title img {
	margin: 0 auto;
	width: 100%;
}
#banner {
	width: 100%;
	margin: 40px auto 0;
	padding-bottom: 40px;
}
#banner img {
	display: block;
	margin: 0 auto;
	width: 90vw;
	height: 100%;
}
#links ul {
	text-align: center;
	}
#links li {
	padding: 5px;
}
#video {
	width: 55%;
	margin: 40px auto;
	font-family: 'Playfair Display', serif;
}
#video h2 {
	font-family: 'Special Elite', cursive;
	color: #ffffff;
	text-indent: 50px;
	padding-bottom: 10px;
	font-size: 2rem;
}
#vid {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 50%;
}
#press {
	width: 80%;
	margin: 40px auto;
	font-family: 'Playfair Display', serif;
}
#press h2 {
	font-family: 'Special Elite', cursive;
	color: #ffffff;
	text-indent: 50px;
	padding-bottom: 10px;
	font-size: 2rem;
}
#press li {
	display: block;
	padding: 18px 0;
}
#press li a {
	text-decoration: none;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
}
#press li a:hover {
	text-decoration: underline;
}
.site {
	padding: 0;
	font-size: 1.2rem;
}
#press q {
	position: relative;
	top: 8px;
	left: 50px;
	display: inline-block;
	width: 80%;
	font-size: 0.9rem;
}

@media only screen and (min-width: 300px) {
	iframe {
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
		/*width: 320px;*/
		/*height: 320px;*/
	}
#title h1 {
	font-size: 2rem;
	}
}
@media only screen and (min-width: 425px) {
	iframe {
		/*width: 426px;*/
		/*height: 426px;*/
	}
#title h1 {
	font-size: 2.6rem;
	}
}
@media only screen and (min-width: 575px) {
	iframe {
		/*width: 426px;*/
		/*height: 426px;*/
	}
#title h1 {
	font-size: 3.8rem;
	}
#press {
	width: 75%;
}
.site {
	font-size: 1.4rem;
}
}
@media only screen and (min-width: 768px) {
	iframe {
		/*width: 640px;*/
		/*height: 360px;*/
	}
#title h1 {
	font-size: 5rem;
	}
#press {
	width: 65%;
}
.site {
	font-size: 1.6rem;
}
#press q {
	font-size: 1rem;
}
}
@media only screen and (min-width: 960px) {
	iframe {
		/*width: 960px;*/
		/*height: 540px;*/
	}
#title h1 {
	font-size: 5.6rem;
	}
#banner img {
	width: 75vw;
	}
#press {
	width: 55%;
}
}
@media only screen and (min-width: 1024px) {
	iframe {
		/*width: 960px;*/
		/*height: 540px;*/
	}
#title h1 {
	font-size: 6rem;
	}
	#banner img {
		width: 65vw;
	}
}
@media only screen and (min-width: 1440px) {
#vid iframe {
		/*width: 960px;*/
		/*height: 540px;*/
	}
#title h1 {
	font-size: 8rem;
	}
	#banner img {
		width: 55vw;
	}
}