canvas{
	z-index: -2;
	left:-200px;
	position: relative;
	top:-1;
}
body{
	padding: 0; margin: 0;
	width: 100%;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
}
#content, canvas{
	margin: 0 auto;
	position: absolute;
	height: 100%;
	width: 90%;
	margin-left: 10%;
}
#logo{
	position: absolute;
}
#prez{
	position: relative;
	margin: 15% auto 0 auto;
}
h1,h2{
	font-family: 'Roboto', sans-serif;
	color: #000;
}

#prez span{
	display: inline-block;
	width: 30%;
}
#bot{
	z-index: -1;
	position: absolute;
	right:0;
	bottom:0;
}
#logo{
	top: 100px;
	font-size: 250px;
	color:#fff;
	opacity: 1;
	position: relative;
  
}

#modo{
	font-size: 6vh;
	font-weight: 300;
	opacity: 0;
	position: relative;
	top:0px;
  	animation: move1 1s ease 1s forwards;
}
#designer{
	width: 50% !important;
}
#desc{
	font-weight: 100;
	opacity: 0;
	position: relative;
  	animation: move2 1s ease 1.5s forwards;
}
button{
	margin-top: 35px;
	font-family: 'Roboto';
	font-weight: 100;
	background: #000;
	color:#fff;
	border:none;
	border-radius: 40px;
	padding:20px 40px;
	font-size: 2vh;
}
@keyframes "move1" {
 0% {
    top: -40px;
    opacity: 0;
 }
 100% {
    top: 0px;
    opacity: 1;
 }

}
@-webkit-keyframes "move1" {
 0% {
    margin-top: -20px;
    opacity: 0;
 }
 100% {
    top: 0px;
    opacity: 1;
 }

}
@keyframes "move2" {
 0% {
    margin-top: -20px;
    opacity: 0;
 }
 100% {
    margin-top: 0px;
    opacity: 1;
 }

}
@-webkit-keyframes "move2" {
 0% {
    margin-top: -20px;
    opacity: 0;
 }
 100% {
    margin-top: 0px;
    opacity: 1;
 }

}
#lol{
	background: grey;
	color:red;
	height: 300px;
	width: 700px;
}
#footer{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	position: absolute;
	bottom: 10%;
	font-size: 1.2em;
	letter-spacing: 10px;
	font-weight: 400;
}
#footer span{
	width: 300px;	

	cursor: pointer;
	
}
#footer span:hover{

}
a{
	cursor: pointer;
	width: 100%;
	color: #000;
	text-decoration: none;
	margin-right: 4px;
	transition:0.4s ease;
}
#footer #bar1{
	width: 0;
	position: absolute;
	left:0;
	background: blue;
	height: 3px;
	padding:0;
	margin-top:-15px;
	transition:0.4s ease;
	z-index: 0;
}