﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
a img {
	border: none;
}
a:active, a:focus {
	outline: 0px;
}

/* Layout 
----------------------------- */

/*html {
    background: #222222;
    overflow: hidden; 
}*/

/*html, body {
    overflow: hidden !important;
    position: relative !important;
    height: 100%;
}*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  touch-action: none;
}

.body_normal {
  position: relative;

  //background: #f65a68;
    /*Linear gradient... */
  //  background: 
  //      radial-gradient(
  //          /*circle at bottom, #fdab94 28%, #f65a68 55%, #a5377b 98%*/ /* fff2bd >> f65d6b >> 571987 >> 16002b */      /*#3498db, #9b59b6*/
  //          circle at 50% 71%, #fdab94 1%, #f65a68 56%, #a5377b 98%
        );


  overflow: hidden;
}


body {
	/*line-height: 1px;*/
	/*min-width:1024px;*/

    /*looks nice but cannot do it with twinkles*/
    /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #222222 60%);*/
	/*background: #222222;*/

    /*overflow: hidden;*/
    /*overflow-x: hidden;*/

    /*height: 100vh;*/

	/*
    background-image: url(images/space.png), url(images/bg-bottom.svg);
	background-position: 0px 0px, bottom center;
	background-repeat: repeat-x, no-repeat;
    background-size: auto auto, auto 440px;
	*/


      background-image: url(images/bg_0.jpg);
	background-position: center center;
	background-repeat: no-repeat;
      background-size: cover;



	/*line-height: 1px;
	background: #222;
	background-image: url(images/planet_base.svg) 0px 0px no;
	background-position: top center;
	background-repeat: no-repeat;
    background-size: auto 500px;
    height: 100%;*/
}


.lock-position {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lock-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}


.wrapper {
    position: relative;
    overflow: hidden;
}


#parallax_me {
	min-width: 1100px;
    height: 3400px;
	/*margin: 0px auto 0px auto;*/
	position: absolute;
	overflow: visible;
	z-index: 20;
}

#superhero_title_bounds {
    position: absolute;
    top: 24%;
    left: 50%;

    width: 450px;
	height: 140px;

    /*background-color: red;*/
    background: transparent;

    transform: translate(-50%, -50%);

    z-index: 600;
}

#superhero_title {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 450px;
	height: 140px;

    /*background: url(images/happybear_title.svg) 0px 0px no-repeat;*/
    background-size: 450px 135px;

    z-index: 600;
}

#happybear_bounds {
    position: absolute;

    /*background-color: red;*/

	height: 220px;
    width: 260px;

    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 1000;
}

#happybear {
	position: absolute;
    top: 10px;
    left: 10px;

	width: 100%;
    height: 100%;

    cursor: default !important;

    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);

	z-index: 1000;
}


.box {
    z-index: 100;
}


#alien {
	position: fixed;
	top: 40%;
    left: -80px;
    background: url(images/bee.svg) 0px 0px no-repeat;
    background-size: 25px auto;
    width: 25px;
	height: 30px;
    visibility: hidden;
    z-index: 10000;
}
/*#alien_box {
	position: absolute;
	top: 740px;
    left: 0px;
    background: transparent;
    width: 100%;
    min-width: 1110px;
	height: 450px;
    z-index: 800;
    overflow: hidden;
}*/
/*#alien_trigger {
    position: absolute;
    top: 900px;
    left:0px;
    right:0px;
	width: 10px;
	height: 10px;
    background: transparent;
    margin:auto;
}*/

