ul.nav_bar{
    list-style-type: none;
    z-index:3;
    font-family: proto;
    background-color: rgb(41, 128, 185);
    padding: 0px 10px 10px 0px;
    width: 100%;
    margin: -10px;
    height: 42px;
}
li.nav{
    float: left;
    display: inline-block;
}
a.nav_button{
    float: left;
    background-color: rgb(41, 128, 185);
    padding: 10px 15px 10px 15px;
    margin: 0px;
    display: block;
    text-align: center;
    color: white;
    font-size: large;
}
.nav_button:hover{
    background-color: rgb(61, 148, 205);
}
#me:hover .nav_button_drop{
 display: block;
}
.nav_button_drop{
    z-index: 5;
    background-color: #444;
    padding: 10px 15px 10px 15px;
    margin: 41px 0px 0px 0px;
    width: 100px;
    text-align: center;
    color: white;
    font-size: large;
    display: none;
    position: absolute;
}
.nav_button_drop:hover{
background-color: #555;
}
a{
    text-decoration: none;
    color: white;
}
@font-face {
    font-family: proto;
    src: url(Prototype.ttf);
    /*font created by Justin Callaghan from daFont.com*/
}
h1{
    text-align: center;
    color: white;
    font-family: proto;
}
#theCanvas{
    z-index: 1;
    position: absolute;
    margin:-1px -7.5px 0px -7.5px;
    width: 100%;
    height: 300px;
    display: block;
}
.canvasOver{
    position: absolute;
    margin: 100px auto 0px auto;
    height: auto;
    width: 100%; 
    color: white;
    font-size: 70px;
    z-index: 2;
    font-family: proto;
    text-align: center;
}
body{
    background-color: 
    rgb(41, 128, 185);
}
.wrap{
    z-index: -1;
    height: 300px;
    
}
.emailme{
    background-color: rgb(41, 128, 185);
    padding: 10px 15px 10px 15px;
    margin: 0px;
    text-align: center;
    color: white;
    font-size: large;
    display:inline;
}
.emailme:hover{
    background-color: rgb(61, 148, 205);
}
.welcomefooter{
    width: 100%;
    height: auto;
    margin: auto -10px -10px -10px;
    padding: 10px;
    position: fixed;
    background-color: rgb(41, 128, 185);;
    color: white;
    text-align: left;
    overflow: visible;
    z-index: 2;
    font-family: proto;
    line-height: 2em;
}
.footer{
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 0px -10px 0px -10px;
    padding: 10px;
    background-color: rgb(41, 128, 185);
    color: white;
    text-align: left;
    overflow: visible;
    z-index: 2;
    font-family: proto;
    clear: both;
    line-height: 2em;
    
}
.img{
    width: 30%;
    border-radius: 5px;
    margin: 10px auto auto 10px;
    background-color: rgb(41, 128, 185);;
    display: inline-block;
}
.break{
    height: 1px;
}
.right{
    width: 60%;
    color: white;
    float: right;
    padding: 10px;
    font-family: proto;
}
.center{
    margin: 40px auto auto auto;
    width: 60%;
    clear: both;
    display: block;
    text-align: center;
    color: white;
    font-family: proto;
}
.center_contact{
    margin: 40px auto 40px auto;
    width: 60%;
    clear: both;
    display: block;
    text-align: center;
    color: white;
    font-family: proto;
}
ul{
    text-align: left;
}
#resume{
    margin: 40px auto auto 20%;
    width: 60%;
    clear: both;
    display: block;
    text-align: left;
    color: white;
    font-family: proto;
}
.stage {
    margin: 150px auto auto auto;
  width: 500px; height: 700px;
  -webkit-perspective: 2000px;
  -webkit-perspective-origin: 50% -500px;
}
figure {
  display: block; 
  position: absolute;
  width: 350px;
  height: 350px;
  -webkit-transform-origin: 50% 50% 0;
  border: outset white 25px;
  text-align: center;
}
.top1{
    width: 400px;
    height: 643px;
  -webkit-transform: rotateX(90deg) translateZ(346.4px) translateX(0px);
    background-color: rgb(0, 0, 255);
    border-left-width: 0px;
     border-right-width: 0px;
}
.top2{
    width: 400px;
    height: 643px;
    border-left-width: 0px;
     border-right-width: 0px;
    -webkit-transform: rotateX(90deg) translateZ(346.4px) translateX(0px) rotateZ(240deg) ;
    background-color: rgb(0, 0, 255);
}
.top3{
    width: 400px;
    height: 643px;
    -webkit-transform: rotateX(90deg) translateZ(346.4px) translateX(0px) rotateZ(120deg) ;
    border-left-width: 0px;
     border-right-width: 0px;
    background-color: rgb(0, 0, 255);
}
figure:before, figure:after {
  content: ""; display: block; position: absolute;
  width: 100%; height: 100%; opacity: 0;
}
figure:before {
  background: -webkit-radial-gradient(top left, rgba(0, 0, 0, 0.5), #000000);
}
figure:after {
  background: -webkit-radial-gradient(top right, rgba(0, 0, 0, 0.5), #000000);
}
.cube {
    display: block;
    -webkit-animation: spin 10s infinite linear;
    -webkit-transform-style: preserve-3d;
    background-color: transparent;

}

.front {
    -webkit-transform:translateZ(346.4px);
    background-color: rgb(255, 0, 0);
}
.front:before{
     -webkit-animation: frontShading1 10s infinite linear;
}
.back {
    -webkit-transform: rotateY(180deg) translateZ(346.4px);
    background-color: rgb(0, 255, 0);
}
.back:before{
     -webkit-animation: backShading1 10s infinite linear;
}

.bottom1{
    width: 400px;
    height: 643px;
  -webkit-transform: rotateX(-90deg) translateZ(50px) translateX(0px);
    background-color: rgb(255, 255, 0);
    border-left-width: 0px;
     border-right-width: 0px;
}
.bottom2{
    width: 400px;
    height: 643px;
    border-left-width: 0px;
     border-right-width: 0px;
    -webkit-transform: rotateX(-90deg) translateZ(50px) translateX(0px) rotateZ(240deg) ;
    background-color: rgb(255, 255, 0);
}
.bottom3{
    width: 400px;
    height: 643px;
    -webkit-transform: rotateX(-90deg) translateZ(50px) translateX(0px) rotateZ(120deg) ;
    border-left-width: 0px;
     border-right-width: 0px;
    background-color: rgb(255, 255, 0);
}
.left1{
    -webkit-transform: rotateY(-60deg) translateZ(346.4px);
    background-color: rgb(0, 255, 255);
}
.left1:before{
     -webkit-animation: left1Shading1 10s infinite linear;
}
.left2{
    -webkit-transform: rotateY(-120deg) translateZ(346.4px);
    background-color: rgb(100, 100, 255);
}
.left2:before{
     -webkit-animation: left2Shading1 10s infinite linear;
}
.right1{
    -webkit-transform: rotateY(60deg) translateZ(346.4px);
     background-color: rgb(255, 0, 255);
}
.right1:before{
     -webkit-animation: right1Shading1 10s infinite linear;
}

.right2{
    -webkit-transform: rotateY(120deg) translateZ(346.4px);
     background-color: rgb(130, 130, 130);
}
.right2:before{
     -webkit-animation: right2Shading1 10s infinite linear;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotateY(0deg); }
  100% { -webkit-transform: rotateY(360deg);}
}
@-webkit-keyframes frontShading1 {
  0% { opacity: 0; }
  16.66% { opacity: 0.8; }
  50% { opacity: 0.8; }
  60% { opacity: 0; }
}
@-webkit-keyframes left1Shading1 {
  16.66% { opacity: 0; }
  33.33% { opacity: 0.8; }
  66.67% { opacity: 0.8; }
  76.66% { opacity: 0; }
}
@-webkit-keyframes left2Shading1 {
  33.33% { opacity: 0; }
  50% { opacity: 0.8; }
  83.33% { opacity: 0.8; }
  93.33% { opacity: 0; }
}
@-webkit-keyframes backShading1 {
  10% { opacity: 0; }
  50% { opacity: 0; }
  66.66% { opacity: 0.8; }
  100% { opacity: 0.8; }
  
}
@-webkit-keyframes right2Shading1 {
  16.66% { opacity: 0.8; }
  26.66% { opacity: 0; }
  66.66% { opacity: 0; }
  83.33% { opacity: 0.8; }
}
@-webkit-keyframes right1Shading1 {
  0% { opacity: 0.8; }
  33.33% { opacity: 0; }
  63.33% { opacity: 0; }
  100% { opacity: 0.8; }
  
}
#con4{
    margin: 10px 30% auto 30%;
    width: 40%;
}