body{
	color: white;
	font-family: arial;
	background-color: black;
	background-image: url("images/Background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 110% 110%;
	padding: 0;
	margin: 0;
}
input{
	background-color: rgba(72, 72, 72, 0.5);
	border-color: rgba(55,55,55,0.8);;
	border-radius: 25px;
	color: white;
	display: inline;
	width: auto;
}
#PageTitle{
	margin-top: 630px;
	text-shadow: 2px 2px 0px black;
	margin-left: 2px;
	transition: margin-left 0.5s;
}
#gameIcon{
	box-shadow: 2px 2px 0px black;
}
div#container {
	backdrop-filter: blur(5px);
	background-color: rgba(25,25,25,0.85);
	margin: 0;
	padding: 15px;
	padding-bottom:100px;
	transition: margin-left 0.5s;
	margin-left: 0%;
	border-top: 3px solid rgb(0,255,255);
	border-left: 3px solid rgb(0,255,255);
	box-shadow: rgb(0, 255, 255) 0px 0px 25px;
}
#tipOfTheDay {
	border: solid 2px rgb(255,205,0);
	border-radius: 5px;
	padding: 15px;
	width: 20%;
	display: inline;
	float: right;
	text-align: center;
	color: rgb(255,205,0);
	box-shadow: rgb(255,205,0) 0px 0px 10px;
	text-shadow: rgb(255,205,0) 0px 0px 10px;
}
#updateLog{
	border: solid 2px rgb(255,205,0);
	border-radius: 5px;
	padding: 15px;
	width: 20%;
	max-height: 70%;
	display: inline;
	float: right;
	text-align: center;
	color: rgb(255,205,0);
	box-shadow: rgb(255,205,0) 0px 0px 10px;
	text-shadow: rgb(255,205,0) 0px 0px 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.post{
	border: solid 2px rgb(0,255,255);
	border-radius: 5px;
	padding: 15px;
	margin-left: 5px;
	width: 60%;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	transition: scale 0.5s, margin-left 0.5s;
}
.trash{
	display: none;
}
.quick{
	border: solid 2px rgb(208, 0, 255);
	border-radius: 5px;
	padding: 15px;
	margin-left: 5px;
	width: auto;
	max-width: 30%;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover;
	display: inline-block;
}
.update{
	border: solid 2px rgb(255,205,0);
	box-shadow: rgb(255,205,0) 0px 0px 10px;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
	height: 500px;
}
.updatePost{
	border: solid 2px rgb(255,205,0);
	box-shadow: rgb(255,205,0) 0px 0px 10px;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
}
.updateBanner{
	width: 90%;
	height: 130px;
}
.align{
	display: inline;
}
#gameLink,#rngbutton{
	text-decoration:none;
	color:white;
	font-size: 25px;
	border-radius: 5px;
	background-color: rgb(0,245,0);
	box-shadow: rgba(0,245,0,1) 0px 0px 10px;
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
	transition: background-color 0.5s, border-radius 0.5s, font-size 0.5s;
	border:none;
}
#gameLink:hover,#rngbutton:hover{
	background-color: rgb(0,210,0);
	font-size: 27px;
	border-radius: 10px;
}
#redLink{
	text-decoration:none;
	color:white;
	font-size: 25px;
	border-radius: 5px;
	background-color: rgb(245,0,0);
	box-shadow: rgba(245,0,0,1) 0px 0px 10px;
	padding:5px;
	padding-left: 15px;
	padding-right: 15px;
	transition: background-color 0.5s, border-radius 0.5s, font-size 0.5s;
	border:none;
}
#redLink:hover{
	background-color: rgb(210,0,0);
	font-size: 27px;
	border-radius: 10px;
}
#gameIcon{
	width:150px;
	height:150px;
}
.tags{
	color:orange;
}
img{
	border-radius: 7px;
	pointer-events: none;
}
iframe{
	box-shadow: 2px 2px 0px black;
	border-radius: 7px;
	width: 560px;
	height: 315px;
}
div#sidenav{
	display:inline;
	float: left;
	transition: width 0.5s,font-size 0.5s;
	backdrop-filter: blur(5px);
	background-color: rgba(25,25,25,0.85);
	width:0%;
	font-size: 0px;
	height:100%;
	padding-bottom:100%;
	position:fixed;
	top:35px;
}
#Button{
	width:100%;
	text-align:left;
	backdrop-filter: blur(5px);
	background-color: rgba(25,25,25,0.85);
	color:white;
	position:fixed;
	top:0;
	border:none;
	height:35px;
	transition: background-color 0.5s;
	z-index: 100;
}
#Button img{
	width:34px;
	height:34px;
}
#Button:hover{
	background-color: rgba(55,55,55,0.85);
}
ul{
	list-style-type:circle;
	padding-inline-start: 40px;
}
#sidenav ul{
	list-style-type:none;
	padding-inline-start: 0;
}
li{
	padding:10px 0 10px 0;
	width:100%;
	margin:0;
	background-color: rgba(0,255,255,0);
	transition: background-color 0.5s;
}
li:hover{
	background-color: rgba(0,255,255,0.75);
}
.discordlink:hover{
	background-color: rgba(114,137,218,0.75);
}
#sidenav ul a{
	text-decoration:none;
	color:white;
}
a{
	text-decoration:none;
	color:cyan;
}
@media(max-width:1270px){
	#Button{
		text-align:center;
	}
	#PageTitle {
		margin-top: 450px;
	}
	div#container {
		padding-bottom: 110%;
	}
	iframe{
		width: 560px;
		height: 315px;
	}
}
@media(max-width:640px){
	#Button{
		text-align:center;
	}
	#PageTitle {
		margin-top: 270px;
	}
	div#container {
		padding-bottom: 120%;
	}
	iframe{
		width: 280px;
		height: 157px;
	}
}