
html {
	height: 100%;
}
body {
	background-color: black;
	background-image: url("/init/static/story-assets/strayed/cover-image-draft.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	font-size: 15pt;
	height: 100%;
}
p, input {
	font-family: "Source Sans Pro", sans-serif-light, "Century Gothic";
}
p {
	font-size: 19pt;
	text-align: center;
	color: white;
	padding: 0.125em;
	background: radial-gradient(rgba(50, 102, 146, 0.22), transparent);
}
p.about {
	font-size: 10pt;
	margin-top: 20%;
}
input[type="email"] {
	width: 12em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
	margin-left: 1em;
	margin-right: 1em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#signup {
	width: 500px;
	margin: 1em auto;
	text-align: center;
	background: radial-gradient(rgb(25, 37, 47), transparent);
	max-width: 95%;
	
}
#signup .logo {
	width: 200px;
}
#signup p {
	font-size: 10pt;
	margin: 0.5em;
}
#signup #action-links {
	overflow: auto;
	margin: auto;
	max-width: 95%;
}
#signup table {
	margin: 1.5em auto;
}
#signup td {
	padding: 0em .6em;
	text-align: center;
}
#signup a {
	color: white;
	cursor: pointer;
	font-size: 11pt;
	text-decoration: none;
}
img.platform {
	height: 60px;
}
#mc_embed_signup {
	margin: auto;
	text-align: center;
}
p.credits {
	margin-top: 1em;
	color: gray;
	font-size: 8pt;
	text-align: center;
}