body {
	background-color: #000;
	background-image:url(bg0.png);
	background-repeat:repeat;
	background-size: auto;
}

.navbar {
	text-align: center;	
	background-color: 
}


.navbar .dropdown .dropbtn {
	display: none;
}

.navbar .menubtn {
	display: inherit;

}

.navbar .menubtn img {
	min-width: 256px;
	width: 25%;
}

.dropdown-content {
	font-size: 48px;
}

.dropdown-content a {
	background-image: url(container0.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 3%;
	padding: 1%;
}

.main h1 {
	text-align: center;
	color: #FFF;	
}

.main #gamembed {
	display: block;	
	max-width: 100%;
}


@media screen and (max-width: 680px) {
.navbar .menubtn {
	display: none;
}
	
.navbar .dropdown .dropbtn {
	display: inline;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.navbar .dropdown .dropbtn img {
	width: 256px;	
}

.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  font-size: 32px;
  	background-image: url(container1.png);
	background-repeat: no-repeat;
	background-size: cover;
  background-color: #111;
  min-width: 256px;

}

.dropdown-content a {
	background-image: none;
	margin: 0%;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #333;}

.dropdown:hover .dropdown-content {
  display: block;
}
	
}
