﻿*{
	margin:0px;
	padding:0px;
}
/* #6000FF */


input{
position:absolute;
top:-9999px;
}
body{
	background-color: #111111;
	background-image:url('../img/Background.png');	
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Calibri, Helvetica Neue, sans-sarif;
	font-weight:bolder;
}

h1{
	position:absolute;
	margin-top: -50px;
	margin-left: 450px;
	color:#6000FF;
}

#avatar{
	width:800px;
	margin-left: 0px;
	/*margin-left: -131px; */
}

#frame{
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    width: 800px;	
    height: 900px;    
}


#content{
	margin-top:-5px;
	width: 800px;
	/*height: 550px;*/
	box-shadow: 0px 50px 100px 5px #6000ff;
	border-radius: 25px;
	border: 2px #6000ff solid;
	

	background: #050505; /* Old browsers */
	background: -moz-linear-gradient(top, #161616 0%, #050505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #161616 0%,#050505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #161616 0%,#050505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#050505',GradientType=0 ); /* IE6-9 */	
}



#NavBar {
	width: 800px;
	
	margin-bottom: 25px;
	margin-top: -4px;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
	box-shadow: 0px 50px 100px 5px #6000ff;
	border-radius: 25px;

	
	text-align: center;
	
	background-color:#000000;
	border: 2px #6000ff solid;
}

#NavBar2 {
	width: 800px;
	
	margin-bottom: 25px;
	margin-top: -4px;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
	box-shadow: 0px 50px 100px 5px #6000ff;
	border-radius: 25px;

	
	text-align: center;
	
	background-color:#000000;
	border: 2px #6000ff solid;
}

.CurrentPage {
	
}

#info{
	margin-top:-1px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 500px;
	height:auto;
	border-radius: 0px 0px 25px 25px;
	border:1px #6000ff solid;
	text-align:center;
	font-size:20px;
}


#footer{
	margin-left:15px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

#spacer {
	height:50px;
}


.socialmedia:link, .socialmedia:visited, .socialmedia:after, #tag {
	display: block;
	text-decoration:none;
	color:#ffffff;
	padding-top:15px;
	padding-bottom:12px;
	margin-left: 200px;
	margin-top:10px;
	border-radius: 20px 50px 20px 50px;
	border: 2px #6000FF solid;
	width: 400px;
	text-align:center; 
	transition: border-radius 150ms ease-in-out;
}

.socialmedia:hover, .socialmedia:active{
	background-color: #555555;
	background-repeat:no-repeat;
	border-radius: 50px 20px 50px 20px;

	transition: border-radius 250ms ease-in-out;
 	transform-origin:100% 50%;
}

#discord {
	width:150px;
	float:left;
}
#tag {
	width:230px;
	margin-left:370px;
}


.expand,#name{
  position:relative;
  text-decoration:none;
  display:inline-block;
}
.expand:after,#name:after{
  display:block;
  content: '';
  border-bottom: solid 3px #6000FF;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin:100% 50%;
}
.expand:hover:after,#name:hover:after { 
  transform: scaleX(1);
  transform-origin:0 50%;
}
#NavBar3 {
	width: 800px;
	
	margin-bottom: 25px;
	margin-top: -4px;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
	box-shadow: 0px 50px 100px 5px grey;
	border-radius: 25px;

	
	text-align: center;
	
	background-color:#ffffff;
	border: 1px black solid;
}



