v/*  -------------------------------------------------------------------------- 
	Ola
	-------------------------------------------------------------------------- */

html {
	font-size: 62.5%;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
	color: #fff;
	/* font-family: 'Satisfy', cursive; */
	font-family: "Shadows Into Light Two", cursive;
	font-size: 16px;
	text-align: center;
	background: url('../images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/* Hide stage content until curtains/critical assets are ready */
body:not(.content-ready) #main {
	visibility: hidden;
}

a,
a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:active {
	filter: alpha(opacity=10);
	-khtml-opacity: 0.1;
	-moz-opacity: 0.1;
	opacity: 0.1;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

hr {
	width: 50px;
	margin-top: 30px;
	margin-bottom: 35px;
	border: 0;
	border-top: 2px solid #fff;
	box-shadow: 2px 2px 2px #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1;
}

h1 {
	font-size: 48px;
	text-shadow: 2px 2px 4px #000;
}

.leftcurtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	z-index: 200;
}

.rightcurtain {
	position: fixed;
	top: 0;
	right: 0;
	width: 51%;
	height: 100vh;
	z-index: 300;
}

.rightcurtain img, .leftcurtain img{
	display: block;
	width: 100%;
	height: 100%;
}

.rope {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 400;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#main img {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner {
	position: relative;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.inner .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 1rem;
}

.video {
	display: block;
	position: relative;
	top: 0;
	left: 50%;
	width: 500px;
	height: 281px;
	margin: 30px 0 0 -250px;
	margin-bottom: 30px;
	z-index: 0;
}


@media (max-width: 767px) {

h1 {
	font-size: 30px;
	text-shadow: 2px 2px 4px #000;
}

.rope {
	right: 3%;
}

#main img {
	display: inline-block;
	width: 128px;
	height: 128px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.video {
	width: 280px;
	height: 157px;
	margin: 30px 0 0 -140px;
}

}
