a{margin-left:15px;margin-right:15px;}

a:visited {
	color: purple;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

/* unvisited link */
a.header:link {
	color: white;
	text-decoration: none;
}

/* visited link */
a.header:visited {
	color: white;
	text-decoration: none;
}

/* mouse over link */
a.header:hover {
	color: white;
	text-decoration: none;
}

/* selected link */
a.header:active {
	color: white;
	text-decoration: none;
}

#wrap {
	background-color:#bfbfbf;
	min-height:100vh;
	overflow: auto;
}
#aside {
	line-height:30px;
	background-color:Gray;
	min-height:100vh;
	width:150px;
	float:left;		
}
#section {
	width:100%;
	margin-left:-150px;
	float:right;
}
#Content {
	width:100%;
	padding-left:160px;
	padding-right:10px;
	float:right;		
}
#footer {
width:device-width;
background-color:#18121E;
color:white;
clear:both;
text-align:center;
padding:5px;
}
#ImageStyle {
width:400;
height:150;
}
#ImageStyle2 {
width:227;
height:222;
}


.FoundTreasureMain{
margin:10px;
}

.LoginTable{

}

.container {
width: 100%;
background: #18121E;
margin: auto;
}
.SubHeader {
color:white;
float: left;
margin-left: 2%;
padding-top: 40px;
}
.User {
float: right;
padding-top: 25px;
padding-bottom: 25px;
padding-right: 15px;
}
.UserInputs {
height:35px;
width:100px;
}
.AsideInputs {
height:35px;
width:125px;
}
.StepsTexth {
font-family: "Courier", Courier;
font-weight: bold;
font-size:45px;
}
.StepsTextp {
font-size:24px;
width: 500px;
}
.Logintd {
height:40px;
text-align:center;
padding:5px;
}
.RegisterForm {
width:550px;
float:center;
padding:10px;
}
.HomeButton {
width:260px;
height:45px;
//background-color:#EAC67A;
font-size:24px;
}


//////////// Shop ///////////////////////
.ShopGroupDiv {
width:600;
padding: 10px;
margin: 10px;
border-style: solid;
border-color: black;
border-width: 5px;
border-radius: 30px;
}
.Shoptd {
width:360px;
font-size:26px;
font-weight:bold;
text-align:center;
//color:#984B43;
}
.Shoptdshort {
width:200px;
font-size:26px;
//color:white;
font-weight:bold;
text-align:right;
}
.ShopButtons {
//background-color:#EAC67A;
width:150px;
height:45px;
}

////////////////// gamestats.php ////////////////////
.StatsTable{
width: 95%;
}
.Statstd {
width:215px;
font-weight:bold;
text-align:center;
}
.StatsButton {
width:95%;
height:60px;
margin:10px;
font-size:24px;
}
.Statsp{
font-size:24px;
}
.StatsInput{
width:400px;
height:100;
margin:10px;
font-size:30px;
}



////////////////// QR_scan.php //////////////////////

.NextLocationButton {
width:400px;
height:100px;
margin-bottom:50px
}

/////////////////////// Leaderboard.php /////////////////////////
#Leadertable {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}

.Leadertable {
width: 100%;
}

#Leadertable td, #Leadertable th {
border-bottom: 2px solid black;
height: 40px;
text-align:center; 
}

#Leadertable th {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: #808080;
color: black;
height: 50px;
font-size: 35px;
font-weight: 900;
}

#Leadertable td {
height: 100px;
color: #262626;
font-weight: 900;
font-size: 35px;
padding-left: 10px;
padding-right: 10px;
}



//////////////////// register.php ////////////////////////
.custom {
width:120px;
height:30px;
text-align:center;
padding-top:2px;
}
label {
float: left;
width: 200px;
text-align: right;
margin-right: 0.5em;
}
#divInputs{
margin-bottom:10px;
width: 450px;
}
#divButtons{
margin-bottom:2px;
margin-left:50px;
}


///////////////////// Icons //////////////////////
.fa {
padding: 20px;
font-size: 200px;
width: 200px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}

.fa:hover {
opacity: 0.7;
}

.fa-instagram {
background: #125688;
color: white;
}


