*{
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
}

body{
		height:100vh;
		width:100vw;
}


.topbar{
	z-index: 2;
	width: 100%;
	height: 10px;
	box-shadow: 2px 2px 2px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
}

.main{
		min-height: 100%;
		min-width: 100%;
		background: linear-gradient(rgba(218,218,218,1) 0%, rgba(136,136,136,1) 88%);
		background-position: auto;
		background-size: auto;
		background: url('images/pageglare.png') no-repeat, -webkit-linear-gradient(top, rgba(218,218,218,1) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), -webkit-linear-gradient(top, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		background: url('images/pageglare.png') no-repeat, -moz-linear-gradient(top, rgba(218,218,218,1) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), -moz-linear-gradient(top, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		background: url('images/pageglare.png') no-repeat, -o-linear-gradient(top, rgba(218,218,218,1) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), -o-linear-gradient(top, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		background: url('images/pageglare.png') no-repeat, -ms-linear-gradient(top, rgba(218,218,218,1) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), -ms-linear-gradient(top, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		-svg-background: url('images/pageglare.png') no-repeat, linear-gradient(top, rgba(218,218,218,1) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), linear-gradient(top, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		background: url('images/pageglare.png') no-repeat, linear-gradient(to bottom, rgba(218,218,218,1)) 0, rgba(129, 144, 160, 0.13) 1050px) no-repeat, url('images/page.png'), linear-gradient(to bottom, #FCFCFD 0, #A8B2BD 1050px) no-repeat;
		background-attachment: fixed, fixed, fixed, fixed !important;
		margin:0 auto;
		font-size: 13px;
		font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
		font-weight: normal;
		font-style: normal;
		position: relative;
		width: 100%;
		min-height: 100%;
		left: 0;
		top: 0;
		cursor:default;
		overflow:hidden;
}


.navbar{
	z-index: 3;
	padding-left: 25px;
	margin-top: 0.5%;
	border-radius: 25px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 18%;
	height: 350px;
	box-shadow: 5px 5px 5px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
}

.menu{
	margin-top: 1%;
	padding-top: 5px;
	padding-left: 2%;
	width: 10%;
	height: 15%;
	box-shadow: 2px 2px 5px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.content{
	margin-left: 20%;
	margin-top: 1%;
	margin-right: 13%;
	display: flex;
	position: fixed;
	top: 0;
	height: 94%;
	width: 75%;
	align-items: center;
	justify-content: center;
	z-index: 6;
	border-radius: 25px;
	box-shadow: 5px 5px 8px black;
	background: linear-gradient(rgba(119,119,119,1) 0%, rgba(45,45,45,1) 88%);
}


.gamestab{
	text-align: center;
	align-items: center;
	border-radius: 15px;
	justify-content: center;
	background: linear-gradient(rgba(170,170,170,1) 0%, rgba(110,110,110,1) 88%);
	box-shadow: 5px 5px 8px black;
	width:88%;
	height:75%;
}


.welcomepost{
	text-align: center;
	align-items: center;
	border-radius: 15px;
	justify-content: center;
	background: linear-gradient(rgba(170,170,170,1) 0%, rgba(110,110,110,1) 88%);
	box-shadow: 5px 5px 8px black;
	width:75%;
	height:75%;
}


.gameInfoContainer{
	text-align: center;
	align-items: center;
	border-radius: 15px;
	justify-content: center;
	background: linear-gradient(rgba(170,170,170,1) 0%, rgba(110,110,110,1) 88%);
	box-shadow: 5px 5px 8px black;
	max-width: 75%;
	max-height: 95%;
    height: auto;
    width: auto\9; /* ie8 */
}

.gameInfoFlex{
	display: flex;
	margin-top: 10px;
}


.gamescontainer{
	display: flex;
	justify-content: center;
	margin-top: 10px;
	
}

.bcgame{
	width:50%;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 2px 2px 5px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
	border-radius: 25px;
}

.dbgame{
	width:50%;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
	border-radius: 25px;
}

hr.solid {
  border-top: 3px solid #bbb;
}


..dbgame li+li{
	margin-top: 10px;	
}

ul li{
	list-style: none;
	font-size: 25px;
}

.dbgame ul li a{
		text-decoration: none;
		color: gray;
		font-family: Impact;
		transition: 0.10s ease-in-out;
}

ul li a:hover{
		color: white;
		padding-left: 15px;
}

.bcgame span{
		font: 800 25px Impact;
		-webkit-text-fill-color: white;
		-webkit-text-stroke: 1px;
}

.dbgame span{
		font: 800 25px Impact;
		-webkit-text-fill-color: white;
		-webkit-text-stroke: 1px;
}

h1{
		font: 800 40px Impact;
		-webkit-text-fill-color: white;
		-webkit-text-stroke: 1px;
}

.posttext span{
	color: white;
	font-size: 23px;
	font-family: Impact;
	text-shadow: 2px 2px black;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: black;
}

li+li{
	margin-top: 10px;	
}

ul li{
	list-style: none;
	font-size: 25px;
}

ul li a{
		text-decoration: none;
		color: gray;
		font-family: Impact;
		transition: 0.10s ease-in-out;
}

ul li a:hover{
		color: white;
		padding-left: 15px;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


.bottombar{
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0;
	box-shadow: 2px 2px 2px black;
	background: linear-gradient(rgba(48,48,48,1) 0%, rgba(0,0,0,1) 88%);
}


.metallic-button {
  display: block;
  margin-inline: auto;
  border: none;
  padding: 0.03125em;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #78716c 70%, #a8a29e);
  box-shadow: 0 0.25em 0.375em rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.metallic-button:active {
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.15);
}

.metallic-button-bezel {
  border-radius: 9999px;
  background: linear-gradient(
    to bottom,
    white,
    #a8a29e,
    #44403c 60%,
    #a8a29e,
    #d6d3d1
  );
  padding: 0.125em;
}

.metallic-button:active .metallic-button-bezel {
  background: linear-gradient(
    to bottom,
    white,
    #a8a29e,
    #44403c 50%,
    #a8a29e,
    #d6d3d1
  );
}

.metallic-button-surface {
  padding-block: 0.5em;
  padding-inline: 2em;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #d6d3d1, #78716c);
  font-weight: 500;
  color: #fafaf9;
  text-shadow: 0 -0.0469em 0.0156em rgba(0, 0, 0, 0.35);
}