html, body { width: 100%; height: 100%; }



/* defaults so we can see what we're doing */

p{
	font-family: 'Space Mono', monospace;
}


#image1 img{
	width: 150%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: -500px;
	opacity: 0.3;
}

#text2A{
	margin-top: 10%;
	margin-left: 10%;
	font-size: 100px;

}

#text2B{
	position: absolute;
	right: 10%;
	bottom: 10%;

	font-size: 60px;

	z-index: 1;
}

#text2B:hover{
	color: blue;
}

#text8{
	position: absolute;
	right: 10%;
	bottom: 10%;

	font-size: 15px;
}

#text12{
	font-size: 200px;
	position: absolute;
	right: 20%;
	bottom: 50%;
}



#text12 p:hover{
	color: red;
}

#text14 {
	font-size: 60px;
	display: inline-block;
	text-align: center;
}

#text15 {
	position: absolute;
	right: 20%;
	bottom: 20%;
	font-size: 20px;
}

#text16{
	position: absolute;
	right: 20%;
	bottom: 20%;
	font-size: 20px;
}

#text17{
	position: absolute;
	right: 35%;
	top: 20%;
	font-size: 20px;
}

#text17 p:hover{
	color: pink;	
}

#text16 a:hover{
	color: white;
}

#text18{
	position: absolute;
	left: 50%;
	bottom: 20%;
	font-size: 60px;

	color: white
}

#text20A{
	margin-left: 20%;
	margin-top: 20%;
	font-size: 20px;
}

#text20B{
	position: absolute;
	right: 20%;
	bottom: 20%;
	font-size: 20px;
}

#text20B p:hover{
	color: red;
}


#text22{ 
	position: absolute;
	bottom: 10px;
	left: 10%;
	right: 10%;
	font-size: 20px;
	text-align: center;

	color: lightblue;
}

#text22:hover{
	color: black;
}

#text24{
	position: absolute;
	bottom: 10px;
	
	right: 30px;
	font-size: 40px;

	color: red;
}

#text25{
	position: absolute;
	left: 10%;
	right: 10%;

	top: 40%;

	text-align: center;

	font-size: 60px;
}

#text25 p:hover{
	color: grey;
}


#image4 img{
	width:120%;
	opacity: 0.2;
}

#video6{
	opacity: 0.3;
}

#video21A{
	background-color: red;
	opacity: 0.5;

	width: 100%;
	height: 100%;
}


#overlap23{
	background-color: blue;
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

#overlap04{
	background-color: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;

}


.opacity11{
	opacity: 0.3;
}

#opacity12{
	opacity: 0.5

}

#opacity13{
	opacity: 0.3;
	width: 100%;
}

#opacity14{
	opacity: 0.3;
}

#opacity15 {
	opacity: 0.5;
}

#opacity23{
	opacity: 0.5;
}





