* {
	margin: 0;
	padding: 0;
}

html { 
	overflow-x: hidden;
}
html, body {
	background: #000000;
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#scroller {
	height: 100%;
}

a {
	color: #33B5E5;
	color: #0099CC;
	text-decoration: none;
	
}
.meshname {
	color: #0099CC;
}
a:hover  {
	color: #0099CC;
	color: #33B5E5;
	text-decoration: none;
}

h1, h2, p {
	color: white;
	font-family: helvetica, arial;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	position: absolute;
	left: 50%;
	width: 480px;
	margin-left: -240px;
}

h1 {
	font-size: 68px;
	top: 85px;
	z-index: 10000;
}

h1.static {
	position: fixed;
	margin-left: -500px;
	//text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}

p {
	font-size: 22px;
	top: 210px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

section {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.2);
	background: #33B5E5;
}

.element {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -280px;
}

h2 {
	position: relative;
	width: 800px;
	font-size: 68px;  
}

.element p {
	position: relative;
	top: 0px;
	width: 800px;
}

span.element {
	color: white;
	font-family: helvetica, arial;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	margin: 0;
}
 

.button {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
	background-color: #333333;
	background-image: url(../images/down.png);
}
.button.up {
	background-image: url(../images/up.png);
}
.button:hover {
	background-color: #494949;
	cursor: pointer;
}

/* Menu color keys */

#menu {
	position: fixed;
	top: 10px;
	left: 5px;
	z-index: 20000;
	overflow: visible;
}
#menu div {
	display: block;
	overflow: visible;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 8px;
	height: 18px;
	
	border: 1px solid black;
	border-radius: 6px;
}
#menu #menuHighlight {
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid white;
	box-shadow: 0px 0px 10px white;
	pointer-events: none;
}
#menu div.activeXXX {
	border: 1px solid white;
	box-shadow: 0px 0px 10px white;
}
#menu div:hover {
	cursor: pointer;
}

#menu div:nth-child(1) {
	background: #33B5E5;
}
#menu div:nth-child(2) {
	background: #FFBB33;
}
#menu div:nth-child(3) {
	background: #99CC00;
}
#menu div:nth-child(4) {
	background: #FF4444;
}
#menu div:nth-child(5) {
	background: #AA66CC;
}
#menu div:nth-child(6) {
	background: #669900;
	background: #99CC00;
}
#menu div:nth-child(7) {
	background: #33B5E5;
}
#menu div:nth-child(8) {
	background: #CC0000;
}
#menu div:nth-child(9) {
	background: #0099CC;
}
#menu div:nth-child(10) {
	background: #FF8800;
}
#menu div:nth-child(11) {
	background: #9933CC;
}
#menu div:nth-child(12) {
	background: #0099CC;
}
#menu div:nth-child(13) {
	background: #669900;
}

/* Backgrounds */

#doyou0 {
	background: #33B5E5;
	background: -webkit-radial-gradient(30% 200px, circle farthest-side, #33B5E5 100px, rgba(51,181,229,0.5));
	background: -moz-radial-gradient(30% 200px, circle farthest-side, #33B5E5 100px, rgba(51,181,229,0.5));
	background: -ms-radial-gradient(30% 200px, circle farthest-side, #33B5E5 100px, rgba(51,181,229,0.5));
	background: radial-gradient(30% 200px, circle farthest-side, #33B5E5 100px, rgba(51,181,229,0.5));
}
#doyou1 {
	background: #FFBB33;
	background: -webkit-linear-gradient(#FFBB33, rgba(255,187,51,0.8));
	background: -moz-linear-gradient(#FFBB33, rgba(255,187,51,0.8));
	background: -ms-linear-gradient(#FFBB33, rgba(255,187,51,0.8));
	background: linear-gradient(#FFBB33, rgba(255,187,51,0.8));
}
#doyou2 {
	background: #99CC00;
	background: -webkit-linear-gradient(-45deg, rgba(153, 204, 0, 0.6), #99CC00);
	background: -moz-linear-gradient(-45deg, rgba(153, 204, 0, 0.6), #99CC00);
	background: -ms-linear-gradient(-45deg, rgba(153, 204, 0, 0.6), #99CC00);
	background: linear-gradient(-45deg, rgba(153, 204, 0, 0.6), #99CC00);
}
#doyou3 {
	background: #FF4444;
	background: -webkit-radial-gradient(45% 45%, circle farthest-side, #FF4444 100px, rgba(255,68,68,0.5));
	background: -moz-radial-gradient(45% 45%, circle farthest-side, #FF4444 100px, rgba(255,68,68,0.5));
	background: -ms-radial-gradient(45% 45%, circle farthest-side, #FF4444 100px, rgba(255,68,68,0.5));
	background: radial-gradient(45% 45%, circle farthest-side, #FF4444 100px, rgba(255,68,68,0.5));
}

#doyou4 {
	background: #AA66CC;
	background: -webkit-radial-gradient(45% 45%, circle farthest-side, #AA66CC 100px, rgba(170, 102, 204, 0.76));
	background: -moz-radial-gradient(45% 45%, circle farthest-side, #AA66CC 100px, rgba(170, 102, 204, 0.76));
	background: -ms-radial-gradient(45% 45%, circle farthest-side, #AA66CC 100px, rgba(170, 102, 204, 0.76));
	background: radial-gradient(45% 45%, circle farthest-side, #AA66CC 100px, rgba(170, 102, 204, 0.76));
}

#doyou5 {
	background: #669900;
	background: #99CC00;
	background: -webkit-linear-gradient(180deg, rgba(153, 204, 0, 0.7), #99CC00);
	background: -moz-linear-gradient(180deg, rgba(153, 204, 0, 0.7), #99CC00);
	background: -ms-linear-gradient(180deg, rgba(153, 204, 0, 0.7), #99CC00);
	background: linear-gradient(180deg, rgba(153, 204, 0, 0.7), #99CC00);
}
#doyou6 {
	background: #33B5E5;
	background: -webkit-linear-gradient(0deg, rgba(51, 181, 229, 0.7), #33B5E5);
	background: -moz-linear-gradient(0deg, rgba(51, 181, 229, 0.7), #33B5E5);
	background: -ms-linear-gradient(0deg, rgba(51, 181, 229, 0.7), #33B5E5);
	background: linear-gradient(0deg, rgba(51, 181, 229, 0.7), #33B5E5);
}

#doyou7 {
	background: #CC0000;
	background: -webkit-linear-gradient(-90deg, rgba(204, 0, 0, 0.7), #CC0000);
	background: -moz-linear-gradient(-90deg, rgba(204, 0, 0, 0.7), #CC0000);
	background: -ms-linear-gradient(-90deg, rgba(204, 0, 0, 0.7), #CC0000);
	background: linear-gradient(-90deg, rgba(204, 0, 0, 0.7), #CC0000);
}

#doyou8 {
	background: #0099CC;
	background: -webkit-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: -ms-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
}

#doyou9 {
	background: #FF8800;
	background: -webkit-linear-gradient(180deg, rgba(255, 136, 0, 0.6), #FF8800);
	background: -moz-linear-gradient(180deg, rgba(255, 136, 0, 0.6), #FF8800);
	background: -ms-linear-gradient(180deg, rgba(255, 136, 0, 0.6), #FF8800);
	background: linear-gradient(180deg, rgba(255, 136, 0, 0.6), #FF8800);
}

#doyou10 {
	background: #9933CC;
	background: -webkit-linear-gradient(0deg, rgba(153, 51, 204, 0.6), #9933CC);
	background: -moz-linear-gradient(0deg, rgba(153, 51, 204, 0.6), #9933CC);
	background: -ms-linear-gradient(0deg, rgba(153, 51, 204, 0.6), #9933CC);
	background: linear-gradient(0deg, rgba(153, 51, 204, 0.6), #9933CC);
}

#doyou11 {
	background: #0099CC;
	background: -webkit-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: -ms-radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
	background: radial-gradient(50% 50%, circle farthest-side, #0099CC 200px, rgba(0, 153, 204, 0.6));
}

#doyou12 {
	background: #669900;
	background: -webkit-linear-gradient(rgba(102, 153, 0, 0.8), 
		rgba(102, 153, 0, 1) 70px, 
		rgb(153, 204, 0) 280px, 
		rgba(102, 153, 0, 0.2));
	background: -moz-linear-gradient(rgba(102, 153, 0, 0.8), 
		rgba(102, 153, 0, 1) 70px, 
		rgb(153, 204, 0) 280px, 
		rgba(102, 153, 0, 0.2));
	background: -ms-linear-gradient(rgba(102, 153, 0, 0.8), 
		rgba(102, 153, 0, 1) 70px, 
		rgb(153, 204, 0) 280px, 
		rgba(102, 153, 0, 0.2));
	background: linear-gradient(rgba(102, 153, 0, 0.8), 
		rgba(102, 153, 0, 1) 70px, 
		rgb(153, 204, 0) 280px, 
		rgba(102, 153, 0, 0.2));
}

#doyou14 {
	display: none;
	box-shadow: none;
	background: rgba(102, 153, 0, 0.2);
	background: -webkit-linear-gradient(rgba(102, 153, 0, 0.2), rgba(102, 153, 0, 0.0));
}



/* doyou0 - ? */
#doyou0 span.element:nth-child(1) {
	font-size: 50px;
	left: 20%;
	top: 60%;
	text-shadow: 4px 4px 10px rgba(20, 20, 20, 0.5);
}
#doyou0 span.element:nth-child(2) {
	font-size: 180px;
	left: 80%;
	top: 15%;
	-webkit-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
	text-shadow: 14px 14px 10px rgba(20, 20, 20, 0.5);
}
#doyou0 span.element:nth-child(3) {
	font-size: 300px;
	left: 60%;
	top: 50%;
	-webkit-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	text-shadow: 34px 34px 30px rgba(20, 20, 20, 0.5);
}


/* doyou1 - photo */
#doyou1 .photo {
	margin: auto auto;

	background-image: url('../images/photos/camera3b.png');
	width: 512px;
	height: 512px;
	margin-left: -256px;
	margin-top: 80px;

	//background-image: url('../images/photos/camera1.png');
	//margin-top: 120px;

	background-image: url('../images/photos/camera3c.png');
	width: 256px;
	height: 256px;
	margin-left: -128px;
	margin-top: 160px;

}
#doyou1 .photoflash {
	opacity: 0;
	background: -webkit-radial-gradient(784px 386px, circle farthest-side, #FFFFFF 100px, rgba(255, 255, 255, 0.4));
	background: -moz-radial-gradient(784px 386px, circle farthest-side, #FFFFFF 100px, rgba(255, 255, 255, 0.4));
	background: -ms-radial-gradient(784px 386px, circle farthest-side, #FFFFFF 100px, rgba(255, 255, 255, 0.4));
	background: radial-gradient(784px 386px, circle farthest-side, #FFFFFF 100px, rgba(255, 255, 255, 0.4));
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: auto auto;
}
#doyou1 div .element:nth-child(1) {
	left: 92%;
	top: 270px;
	top: 350px;
	background-image: url('../images/photos/photo1.jpg');
	background-size: 100% auto;
	width: 320px;
	height: 240px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
#doyou1 div .element:nth-child(2) {
	font-size: 180px;
	left: 320px;
	top: 38%;
	background-image: url('../images/photos/photo2b.jpg');
	background-size: 100% auto;
	width: 320px;
	height: 240px;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
#doyou1 div .element:nth-child(3) {
	font-size: 300px;
	left: 350px;
	top: 60%;
	background-image: url('../images/photos/photo3.jpg');
	background-size: 100% auto;
	background-position-y: 70%;
	width: 320px;
	height: 240px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#doyou1 div .element div {
	border: 10px solid white;
	border-radius: 10px;
	width: 96%;
	height: 96%;
	margin-left: -4px;
	margin-top: -4px;
	box-shadow: 5px 5px 10px rgba(20, 20, 20, 0.5);
}


/* doyou2 - video */
#doyou2 .horiz {
	margin: 0px;
	width: 272px;
	height: 153px;
	top: 45%;
	overflow: hidden;
	z-index: 1;
	background: #4e7028;
}
#doyou2 .dog-scene {
	width: 272px;
	height: 153px;
	background-image: url('../images/video/dog-run.png');
	background-repeat: no-repeat;
	background-size: 1088px 153px;
	background-position: 0 0;
}
#doyou2 .tv {
	top: 45%;
	left: 50%;
	width: 296px;
	margin: 0;
	margin-left: -148px;
	margin-top: -12px;
	z-index: 2;
}
#doyou2 .tv-bezel {
	width: 272px;
	height: 153px;
	border: 12px solid #1a1a1a;
	border-radius: 10px;
	background: transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 8px 18px rgba(0,0,0,0.25);
}
#doyou2 .tv-neck {
	width: 36px;
	height: 16px;
	margin: 0 auto;
	background: #1a1a1a;
}
#doyou2 .tv-base {
	width: 130px;
	height: 10px;
	margin: 0 auto;
	background: #1a1a1a;
	border-radius: 5px;
}


/* doyou3 - music */
#doyou3 .speakerMount {
	margin: 0px;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	top: 40%;
	background-image: url('../images/music/speaker-md-outer.png');
}
#doyou3 .speaker {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/music/speaker-md-inner.png');
	-webkit-transform: scale(1.01);
	//-webkit-filter: blur(1px);
}
#doyou3 .note1 {
	opacity: 0;
	margin: 0px;
	top: 40%;
	background-image: url('../images/music/note1.png');
	width: 59px;
	height: 75px;
	margin-left: -29px;
	margin-top: 113px;
}
#doyou3 .note2 {
	opacity: 0;
	margin: 0px;
	top: 40%;
	background-image: url('../images/music/note2.png');
	width: 75px;
	height: 74px;
	margin-left: -37px;
	margin-top: 113px;
}


/* secure */

#doyou9 .secure {
	background-image: url('../images/secure-server-256.png');
	width: 256px;
	height: 256px;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-left: -128px;
	margin-top: -30px;
}



/* Color Key - hidden */
#key {
	display: none;
	position: fixed;
	top: 10px;
	right: 80px;
	z-index: 20000;
}
#key div {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid black;
}
#key div:nth-child(1) {
	background: #33B5E5;
}
#key div:nth-child(2) {
	background: #AA66CC;
}
#key div:nth-child(3) {
	background: #99CC00;
}
#key div:nth-child(4) {
	background: #FFBB33;
}
#key div:nth-child(5) {
	background: #FF4444;
}
#key div:nth-child(6) {
	background: #0099CC;
}
#key div:nth-child(7) {
	background: #9933CC;
}
#key div:nth-child(8) {
	background: #669900;
}
#key div:nth-child(9) {
	background: #FF8800;
}
#key div:nth-child(10) {
	background: #CC0000;
}
