@font-face {
	
	font-family: Swirly;
	src: url(Rancho-Regular.ttf);
	
}

body {
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #134;
	
	line-height: 0px;
	text-align: center;
	font: 25px Swirly;
	color: #ffc;
	
}

a, span, h1, h2, img {
	
	display: inline;
	
	padding: 0;
	margin: 0;
	
	line-height: 0px;
	color: inherit;
	text-decoration: none;
	white-space: pre;
	
	transition: opacity 0.07s ease-in-out;
	
}

div#backgroundPhotos {
	
	position: absolute;
	z-index: -1;
	
	width: 100%;
	
	line-height: 0;
	text-align: center;
	white-space: pre;
	
}

div#backgroundPhotos div.backgroundPhoto {
	
	display: inline-block;
	
	width: 90%;
	max-width: 800px;
	margin: 50px 0 0 0;
	height: 500px;
	
	
	border-radius: 20px;
	opacity: 0.25;
	
	box-shadow: inset 0 0 30px 30px #134;
	
}

div.cube {
	
	display: inline-block;
	vertical-align: middle;
	
	margin: 20px 100px;
	min-width: 510px;
	
	text-shadow: 2px 2px #000;
	white-space: pre;
	
}

div.cube img, div.cube iframe.video, div.customVideo {
	
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
	
	cursor: pointer;
	
}

a:hover {
	
	opacity: 0.5;
	
}

span.highlight {
	
	color: #fc6;
	
}

h2.subline {
	
	display: inline-block;
	
	width: 500px;
	margin: 0;
	
	line-height: normal;
	font-size: 50px;
	color: #ffc;
	
}

a.rulebook {
	
	display: inline-block;
	
	width: 240px;
	
	line-height: normal;
	
}

a.rulebook img {
	
	width: 200px;
	height: 220px;
	
}

div.cube div.customVideo video {
	
	margin: 0;
	padding: 0;
	
	background: black;
	
}

div.cube div.customVideo {
	
	display: inline-block;
	
	margin: 5px 10px;
	padding: 0;
	
	line-height: 0;
	
}

iframe.video {
	
	width: 240px;
	margin: 5px 10px;
	
}

iframe.videoBig {
	
	width: 500px;
	height: 350px;
	margin: 5px 0;
	
}

img#logo {
	
	box-shadow: 0 0 #000;
	width: 500px;
	
}

img#buy {
	
	width: 500px;
	border-radius: 10px;
	
}

img#facebook {
	
	box-shadow: 0 0 #000;
	width: 150px;
	
}

img#paypal {
	
	position: absolute;
	
	margin: -60px 0 0 130px;
	width: 100px;
	padding: 0 10px;
	
	border-radius: 10px;
	background: #def;
	
}

a.banner img {
	
	width: 500px;
	border-radius: 10px;
	
}

a.link {
	
	display: inline-block;
	
	width: 200px;
	
	line-height: normal;
	
}

img.cardImage {
	
	width: 500px;
	
}

div.cardDescription {
	
	display: block;
	
	width: 500px;
	
	line-height: 100%;
	/*font: 13px monospace;*/
	white-space: pre-wrap;
	text-align: left;
	
}