body{
	overflow: hidden;
	background: #232323;
	width:375px;
	height: 640px;
	display: none;
}

h1
{
	text-align: center;
	color: white;
	font-weight: 300;
	margin-top: 10px;
}

.centered
{
	text-align: center;
	margin: auto;
	display: block;
}

.enter
{
	position: absolute;
	bottom: 60px;
	left:0px;
	right: 0px;
}

.enter > a
{
	font-size: 2rem;
	margin: auto;
    display: block;
    text-align: center;
	text-transform: uppercase;
	color:tomato !important;
	font-weight: 700;
	text-shadow: 0px 0px 40px yellow;
	-webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
	text-shadow: 0px 0px 1px black;
}

.step1
{
	background-image:url("images/step_1.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 640px;
}

.step2
{
	display: none;
	background-image:url("images/inside_the_laundry_alpha.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 640px;
	width: 100%;
	z-index: 10;
	position: relative;
}

.step2bkg
{
	z-index: 7;
	height: 640px;
	position: relative;
	left: -107%;
	right: 0%;
	margin: auto;
	z-index: 7;
	display: block;
}

.centrofuga
{
	position: absolute;
	top:270px;
	margin:auto;
	display: block;
	text-align: center;
	left:0px;
	right:0px;
}

.centrofuga > img
{
	width: 80px;
	-webkit-animation: rotation 2s linear;
    -webkit-animation-iteration-count: infinite;
}

.sweating_window
{
	display: none;
	z-index: 4;
	position: absolute;
    top: 120px;
	text-align: center;
	height: 360px;
}

.sweating_window > img
{
	width: 420px;
}

.elems2
{
	display: none;
}

#travelAgain
{
	display: none;
	top: 20px;
	position: absolute;
	right: 0px;
	margin: auto;
	color:tomato;
	left:40%;
	z-index: 9;
}

#imageid
{
	max-width: 375px;
    max-height: 360px;
    position: absolute;
    width: auto;
    margin: auto;
	display: block;
	top:0px;
	bottom:0px;
	z-index: 6;
	opacity: 0;
	right:0px;
	left:0px;
}

.container2 {
  position: relative;
  width: 375px;
  height: 375px;
  margin: 0 auto;
  position: absolute;
	top: 120px;
    z-index: 99;
}

.canvas {
  position: absolute;
  top: 0;
  z-index: 99;
  opacity: 0;
}

.form {
  padding: 20px;
}

.vyrtiii
{
	-webkit-animation: rotation 2s linear;
    -webkit-animation-iteration-count: infinite;
}

.vyrtiiistop
{
	transform: rotate(0deg) !important;
	transition: all 2s ease;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1);}
    50% {-webkit-transform: scale(1.5, 1.5);}
    100% {-webkit-transform: scale(1, 1);}
}

@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);}
    100% {-webkit-transform: rotate(360deg);}
}
