html, body {
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 0;
}
body {
	min-height: 100vh;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	text-align: center;
	font-weight: 300;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.4);
	color: #ffefaf;
	letter-spacing: 0.08em;
	background: #1b1c29;
	background-image: -moz-linear-gradient(top, #818bc9 17%, #bb9eef 52%);
	background-image: -webkit-linear-gradient(top, #818bc9 17%, #bb9eef 52%);
	background-image: linear-gradient(to bottom, #818bc9 17%, #bb9eef 52%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818bc9', endColorstr='#bb9eef',GradientType=0 );
}
section, header, nav, footer {
	width:100%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 5vw;
}
section::after {
	content: "";
	clear: both;
	display: table;
}
p, cite {
	display: block;
	line-height: 1.2em;
	margin:10px;
	font-size: 2em;
}
a, a:visited 	{ color: #596488; text-decoration: none; transition: all 0.2s ease-out; text-shadow: none; }
a:hover 		{ color:#ffefaf; }

h1, h2 { font-family: "Amatic SC"; font-style: normal; font-weight: normal; margin-bottom: 20px; }
h1 { font-size: 8em; }
h2 { font-size: 3em; }

nav {
	position: absolute;
	top: 0px;
    background: rgba(0, 0, 0, 0.4);
    height: 60px;
    z-index: 1;
}

nav a {
    float: left;
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    background: rgba(0, 0, 0, 0.4);
}

nav a img {
	height: 40px;
    padding: 10px;
    float: left;
}

nav a span {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    padding: 30px 25px 30px 0;
    line-height: 0px;
    float: left;
}

/* ANIMATED LOGO */
header {
	height: 40vw;
	min-height:300px;
	margin-top: 5vw;
	background: url('../assets/logoGlow.png') left center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}
header #logo {
	display:block;
	background: url('../assets/logoSpritesheet.png') left center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	height: 100%;
	animation: playLogoAnimation 1.0s steps(7) infinite;
}
@keyframes playLogoAnimation {
	100% { background-position: 100%; }
}
@keyframes playLogoAnimationDoubleSize {
	100% { background-position: 100%; }
}

/* LAURELS */
#laurelsContainer {
	position:absolute;
	top:8vw;
	width: 20vw;
}
#laurelsContainer.left 	{ left:6vw; }
#laurelsContainer.right { right:4vw; }
.laurels {
	display:block;
	width:100%;
	height:4.5vw;
	min-height: 50px;
	padding-top:2.6vw;
	background:url('../assets/laurels.png') no-repeat center;
	background-size: contain;
	font-family: 'Amatic SC';
	font-size: 1.7vw;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2vw;
}
.laurels.tripple {
	height: 6.1vw;
	padding-top: 2vw;
}
.laurels sub {
	font-size: 1.2vw;
	font-weight: 400;
	font-weight: normal;
	line-height: 1.3vw;
}

#laurelsContainerMobile {
	display: none;
}

/* TRAILER */
#trailer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BUY ICONS */
#buy div {
	width: 30vw;
	min-width: 500px;
	display: inline-block;
}
#buy .icon {
	position: relative;
	display: block;
	width: 70%;
	margin: 0 auto;
}
#buy img { 
	width: 77%;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: translateY(0px);
	transform: translateY(0px) scale(1);
	-webkit-opacity: 1.0;
	opacity: 1.0;
}
#buy .shadow { position: absolute; opacity: 0; }
#buy a.icon:hover img 		{ transform: translateY(-20px) scale(1.05); }
#buy a.icon:hover .shadow 	{ transform: translateY(0) scale(1.0); opacity: 0.8 }
#buy p { font-size: 1.5em; }
#buy p a {  color: #ffefaf; }
#buy .price { font-size: 1.8em; color: #59658d; text-shadow: none;  font-weight: bold; }
#buy .small { font-size: 1.2em; color: #38425e; text-shadow:none; }

.widget {
  position:fixed;
  top:0; left:0;
  width: 100%;
  height: 100%;
  margin: 0; padding: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 10;
}
.widget iframe {
  width: 550px; height: 260px;
  margin:0;
  margin-top:30vh;
  padding: 0px; border: 0px;
  background-color: #f2f2f2;
  -moz-border-radius: 10px;
  webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/* STORE LINKS */
#storeLinks {
	display: none;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
}

#storeLinks a {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
	opacity: 0.7;
}

#storeLinks a:hover {
	opacity: 1.0;
}

/* RATINGS */
#ratings {
	width:100%;
	background-color: #1c1d29;
	margin:0;
	padding-bottom: 50px;
}

#ratings div {
	max-width: 1000px;
	margin:0 auto;
}

#ratings img {
	vertical-align: top;
	max-width: 15%;
	max-height: 150px;
}

/* GALLERY */
#gallery a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 33.33%;
}
#gallery img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
#gallery a:hover img {
	transform: scale3d(1.1,1.1,1);  
}

/* SOCIAL */
#socialIcons a,
#socialIcons a div {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#socialIcons a {
	display: inline-block;
	width: 8vw;	height: 8vw;
	min-width: 100px; min-height: 100px;
	margin: 5vw 0px 100px 0px;
	transition: 0.5s ease-out;
}
#socialIcons a:hover 		{ transform: scale(1.1); }
#socialIcons a div 			{ opacity: 0.0; transition: opacity 1.0s ease; width: 100%; height:100%; }
#socialIcons a:hover div 	{ opacity: 1.0; }
#socialIcons a.twitter 		{ background-image: url('../assets/icon_twitter.png'); margin-right:5vw; }
#socialIcons a.twitter div 	{ background-image: url('../assets/icon_twitter_hover.png'); }
#socialIcons a.facebook 	{ background-image: url('../assets/icon_facebook.png'); }
#socialIcons a.facebook div	{ background-image: url('../assets/icon_facebook_hover.png'); }

/* SCENE */
#scene {
	z-index: -10;
}
#fallbackImage {
	margin:0;
	padding:0;
	min-width: 100%;
	max-width: 100%;
}

/* FOOTER */
footer {
	background-color: #1c1d29;
	margin-top: -150px;
	margin-bottom: 0px;
	padding-bottom: 100px;
	font-size: 0.5em;
}
footer::before {
	content: '';
	display: block;
	position: absolute;
	top: -10vw;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(27,28,41,0) 0%, rgba(27,28,41,1) 100%);
	background: -webkit-linear-gradient(top, rgba(27,28,41,0) 0%,rgba(27,28,41,1) 100%);
	background: linear-gradient(to bottom, rgba(27,28,41,0) 0%,rgba(27,28,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b1c29', endColorstr='#1b1c29',GradientType=0 );
}
footer img {
	display: block;
	width: 15vw;
	min-width: 200px;
	margin: 0 auto;
	margin-bottom: 50px;
	opacity: 0.5;
	-webkit-transition: opacity 0.3 ease;
	transition: opacity 0.3s ease;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: scale3d(0.9);
	transform: scale3d(0.9);
}
footer img:hover { opacity: 1.0; transform: scale3d(1); }
footer p {
	margin-top: 100px;
	margin-bottom: 20px;
}
.scntfc { width:25vw !important; min-width: 300px; }

/* MISC */
.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.button {
	font-family: "Amatic SC";
	font-size: 3vw;
	font-style: normal;
	font-weight: 800;
	text-shadow: none;
	cursor: pointer;
	display: inline-block;
	padding: 18px 0px;
	margin: 1vw;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.63);
	color: #6b75a9;
	transition: background-color 0.5s;
	width: 30vw;
	text-decoration: none;
	text-shadow: none;
}
.button:hover {
	background-color: #ffefaf;
	color: #6b75a9;
}
blockquote { width:70vw; max-width:900px; margin:50px auto; margin-bottom:0; }
cite { font-size: 1.4em; }
cite:before {
	content: "-";
	color:#6b75a9;
	text-shadow:none;
}


/* PRIVACY SUBPAGE */
#privacy { width: 50%; min-width:300px; margin: 0 auto; }
#privacy h1 { font-size: 4em; margin-bottom: 1em; }
#privacy h2 { font-size: 2.5em; }
#privacy img { width:80%; max-width: 300px; margin:2em; }
#privacy p { font-size: 1.5em; margin-bottom:3em; }