@charset "UTF-8";
/* CSS Document */

	html, body {
  height: 100%;
	width: 100%;
  margin: 0;
		background-color: black;
}
	.center {
position: fixed; /* Stay fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	.offcenter {
position: fixed; /* Stay fixed */
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
	.offcenter2 {
position: fixed; /* Stay fixed */
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.pageonetext
{
position: fixed; /* Stay fixed */
  top: 0%;
  left: 50%;
  transform: translate(-50%, 15%);
	font-family: Avenir;
	font-size: 30px;
}
.pagefifteentext
{
position: fixed; /* Stay fixed */
  top:90%;
  left: 90%;
  transform: translate(-50%, -50%);
	font-family: Avenir;
	font-size: 20px;
}


div#container {height:500px;width:500px;}
div.a {
width: 150px;
height:150px;
 background-color: none;
position:fixed;
z-index:5;
    
}

div.b {
width: 150px;
height:150px;
	background-color: none;
	position:fixed;
	z-index:5;
}
div.c {
width: 150px;
height:150px;
 background-color: none;
position:fixed;
z-index:5;

    
}
a:link {
 color: black;
	text-decoration: none;
}

a:visited {
 color: black;
	text-decoration: none;
}

a:hover {
 color: #cccccc;
	text-decoration: none;
}

a:active {
 color: black;
	text-decoration: none;
} 
.intro {
		position: fixed;
	right: 10px;
	bottom: 7px;
  background-color: none;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	opacity: 0.5;
	}
.intro:hover, .intro:focus {
	opacity: 1;
}