

body {
	background-color: #000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #000000;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: #EF813D;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 20px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.name {
  font-size: 25px;
  font-family: "Comic Sans MS";
  font-weight: bold;
}

.header a:hover {
  color: #fcd2b8;
}

.header a.active {
  color: white;
}

.header a.active:hover {
  color: #fcd2b8;
}



.header-right {
  float: right;
  font-family: "Comic Sans MS";
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
  
/*  
#name_animation {
	left: 0;
	animation: mymove 5s infinite;
}

@keyframes name_animation {
	50% {left: 300px;}
	100% (left: 1000px;}
}
  
*/








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/





#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}


#footer .footer-top {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}





#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}








