body {
	width: 100%;
	min-height: 600px;
	height: 100%;
	padding: 0;
	margin: 0;
    font-family: "Roboto", sans-serif;
}

#starter {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 50px;
	margin-top: -25px;
	margin-left: -150px;
	text-align: center;
    font-family: "Roboto", sans-serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 2em;
	font-weight: 600;
	cursor: pointer;
}
#scene {
	position: fixed;
	/* top: 50%; */
	/* left: 50%; */
	width: 100%;
	height: 100vh;
	/* overflow: hidden; */
	/* margin-top: -300px; */
	/* margin-left: -600px; */
	/* background-color: rgb(0,0,0); */
	/* box-shadow: 0 0 0 2px white inset; */
}
/*#scene {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 600px;
	overflow: hidden;
	margin-top: -300px;
	margin-left: -600px;
	background-color: rgb(0,0,0);
	box-shadow: 0 0 0 2px white inset;
}*/
#curtain {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#curtain .left,
#curtain .right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	filter: brightness(180%);
    background-image: url(../images/curtainimg.jpg);
	/*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/950358/curtain.svg");*/
	background-size: cover;
	background-repeat: no-repeat;
    z-index: 9;
}

#curtain .left {
	left: 0;
	transform-origin: top right;
}
#curtain .right {
	left: 50%;
	transform-origin: top left;
}

.ground {
	position: absolute;
	left: 50%;
	top: 133%;
	width: 10000px;
	height: 10000px;
	margin-left: -5000px;
	border-radius: 100%;
	/*box-shadow: 0 0 100px 100px white;*/
}

h1 {
	position: absolute;
	left: 0;
	right: 0px;
	 top: 41%; 
	/* display: block; */
	/* width: 500px; */
	/* height: 150px; */
	/* margin-top: -90px; */
	/* margin-left: -250px; */
	text-align: center;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 10em;
	color: white;
	transform: scale(0.75);
	opacity: 0;
}

/* **********
	opening
********** */

#scene.expand {
	width: 100%;
	/* left: -20%; */
	/* margin-left: 0; */
	background: url(../images/bonaza-screen.png);
	background-size: cover;
	background-position:bottom;
	background-repeat: no-repeat;
	/* background-color: rgb(32,32,32); */
	/* box-shadow: 0 0 0 0 white inset; */
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	/* -webkit-animation-name: expand-scene-horizontaly, expand-scene-verticaly; */
	/* animation-name: expand-scene-horizontaly, expand-scene-verticaly; */
	-webkit-animation-duration: 2.5s, 1.5s;
	animation-duration: 2.5s, 1.5s;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	animation-timing-function: ease-in-out, ease-in-out;
	-webkit-animation-delay: 0s, 2.5s;
	animation-delay: 0s, 2.5s;
	-webkit-animation-iteration-count: 1, 1;
	animation-iteration-count: 1, 1;
	-webkit-animation-direction: normal, normal;
	animation-direction: normal, normal;
}

/*#scene.expand {
	width: 140%;
	left: -20%;
	margin-left: 0;
    background: url(../images/black-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-color: rgb(32,32,32);
	box-shadow: 0 0 0 0 white inset;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: expand-scene-horizontaly, expand-scene-verticaly;
	        animation-name: expand-scene-horizontaly, expand-scene-verticaly;
	-webkit-animation-duration: 2.5s, 1.5s;
	        animation-duration: 2.5s, 1.5s;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	        animation-timing-function: ease-in-out, ease-in-out;
	-webkit-animation-delay: 0s, 2.5s;
	        animation-delay: 0s, 2.5s;
	-webkit-animation-iteration-count: 1, 1;
	        animation-iteration-count: 1, 1;
	-webkit-animation-direction: normal, normal;
	        animation-direction: normal, normal;
}*/

#curtain.open .left,
#curtain.open .right {
	filter: brightness(100%);
}
#curtain.open .left {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: curtain-opening, left-curtain-opening;
	        animation-name: curtain-opening, left-curtain-opening;
	-webkit-animation-duration: 2s, 4s;
	        animation-duration: 2s, 4s;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	        animation-timing-function: ease-in-out, ease-in-out;
	-webkit-animation-delay: 0s, 0s;
	        animation-delay: 0s, 0s;
	-webkit-animation-iteration-count: 1, 1;
	        animation-iteration-count: 1, 1;
	-webkit-animation-direction: normal, normal;
	        animation-direction: normal, normal;
}
#curtain.open .right {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: curtain-opening, right-curtain-opening;
	        animation-name: curtain-opening, right-curtain-opening;
	-webkit-animation-duration: 2s, 4s;
	        animation-duration: 2s, 4s;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	        animation-timing-function: ease-in-out, ease-in-out;
	-webkit-animation-delay: 0s, 0s;
	        animation-delay: 0s, 0s;
	-webkit-animation-iteration-count: 1, 1;
	        animation-iteration-count: 1, 1;
	-webkit-animation-direction: normal, normal;
	        animation-direction: normal, normal;
}

#scene.expand .ground {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: ground-rising;
	        animation-name: ground-rising;
	-webkit-animation-duration: 6s;
	        animation-duration: 6s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
}

#scene.expand h1 {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: text-zoom, text-fade-in, text-glowing;
	        animation-name: text-zoom, text-fade-in, text-glowing;
	-webkit-animation-duration: 5s, 1s, 1s;
	        animation-duration: 5s, 1s, 1s;
	-webkit-animation-timing-function: ease-out, ease-in-out, ease-in-out;
	        animation-timing-function: ease-out, ease-in-out, ease-in-out;
	-webkit-animation-delay: 3s, 3s, 0s;
	        animation-delay: 3s, 3s, 0s;
	-webkit-animation-iteration-count: 1, 1, infinite;
	        animation-iteration-count: 1, 1, infinite;
	-webkit-animation-direction: normal, normal, alternate;
	        animation-direction: normal, normal, alternate;
}

.fade-out {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: fade-out;
	        animation-name: fade-out;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
}

/* **********
	animations
********** */

@-webkit-keyframes expand-scene-horizontaly { /* 2.5
	s */
	from { 	
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		background-color: rgb(0,0,0);
		box-shadow: 0 0 0 2px white inset;
	}
	to {
		width: 140%;
		left: -20%;
		margin-left: 0;
		background-color: rgb(32,32,32);
		box-shadow: 0 0 0 0 white inset;
	}
}

@keyframes expand-scene-horizontaly { /* 2.5
	s */
	from { 	
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		background-color: rgb(0,0,0);
		box-shadow: 0 0 0 2px white inset;
	}
	to {
		width: 140%;
		left: -20%;
		margin-left: 0;
		background-color: rgb(32,32,32);
		box-shadow: 0 0 0 0 white inset;
	}
}

@-webkit-keyframes expand-scene-verticaly { /* 1.5s */
	from { 	
		top: 50%;
		height: 600px;
		margin-top: -300px;
	}
	to {
		top: 0;
		height: 100%;
		margin-top: 0;
	}
}

@keyframes expand-scene-verticaly { /* 1.5s */
	from { 	
		top: 50%;
		height: 600px;
		margin-top: -300px;
	}
	to {
		top: 0;
		height: 100%;
		margin-top: 0;
	}
}

@-webkit-keyframes curtain-opening { /* 2s */
	from { filter: brightness(180%); }
	to { filter: brightness(100%); }
}

@keyframes curtain-opening { /* 2s */
	from { filter: brightness(180%); }
	to { filter: brightness(100%); }
}

@-webkit-keyframes left-curtain-opening { /* 4s */ 
	from { transform: translate(0) rotate(0) scale(1,1); }
	to { transform: translate(-100%) rotate(20deg) scale(0,2); }
}

@keyframes left-curtain-opening { /* 4s */ 
	from { transform: translate(0) rotate(0) scale(1,1); }
	to { transform: translate(-100%) rotate(20deg) scale(0,2); }
}

@-webkit-keyframes right-curtain-opening { /* 4s */
	from { transform: translate(0) rotate(0) scale(1,1); }
	to { transform: translate(100%) rotate(-20deg) scale(0,2); }
}

@keyframes right-curtain-opening { /* 4s */
	from { transform: translate(0) rotate(0) scale(1,1); }
	to { transform: translate(100%) rotate(-20deg) scale(0,2); }
}

@-webkit-keyframes ground-rising {
	from { top: 133%; }
	to { top: 105%; }
}

@keyframes ground-rising {
	from { top: 133%; }
	to { top: 105%; }
}

@-webkit-keyframes text-zoom {
	from { transform: scale(0.75); }
	to { transform: scale(1); }
}

@keyframes text-zoom {
	from { transform: scale(0.75); }
	to { transform: scale(1); }
}

@-webkit-keyframes text-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes text-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes text-glowing {
	from { text-shadow: 0 0 10px white; }
	to { text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px dodgerblue; }
}

@keyframes text-glowing {
	from { text-shadow: 0 0 10px white; }
	to { text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px dodgerblue; }
}

@-webkit-keyframes fade-out {
	from { color: black; opacity: 1; }
	to { color: white; opacity: 0; }
}

@keyframes fade-out {
	from { color: black; opacity: 1; }
	to { color: white; opacity: 0; }
}
.logo_sec {
    display: flex;
    justify-content: center;
    margin: 50px auto 25px;
}
a.skip {
      border-radius: 3px;
    letter-spacing: 0.5px;
    position: absolute;
    z-index: 1;
    color: #000000;
    bottom: 25px;
    left: 75px;
    text-decoration: none;
    background-color: #f5ca5a;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 25px;
}

@media screen and (max-width: 991px) {
    #scene.expand {
        background-image: url(../images/bonaza-screen-mobile.png)
    }
    h1 {
        font-size: 8em;
    }
    a.skip {
        bottom: 295px;
        left: 20px;
    }
}
