@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
body {
	background-color: #08823a;
}
body, .brand { font-family: 'Nunito' !important; }
.nav-h, .brand, .spidinfo, .spidinfo h3, #lang a, #divCookies {
	color: #3b3b3b !important;
}
.navbar, #lang a, .spidinfo, #divCookies {
	background-color: #eeeeee;
}
.navbar, .spidinfo, div#lang, #divCookies {
	box-shadow: 2px 2px 8px #424242dd;
}
.brand, .nav-h, #lang a {
	font-weight: 600 !important;
}
.brand {
	margin-left: 0px !important;
	padding: 6px 0px 0px 0px !important;
}
select { height: 30px; }
button.navbar-toggle {
	border-color: transparent;
	background-color: #5f5f5f;
	margin-left: -10px;
	margin-top: 10px;
}
.button, .button_info, .button select { box-shadow: 0px 0px 5px #424242dd; }
.button button:disabled { background-color: #a5a5a5; color: #dfdfdf; }
.button button:enabled { transition: 0.2s; }
.button button:hover:enabled {
	background-color: #cacaca;
	color: black;
}
li { transition: 0.2s; }
ul.nav li:hover {
	background-color: #b8b8b8;
}
#game-ctrls-wrap {
	padding: 0px 5px;
}
#lang, a[data-target="#lang"] {
	cursor: pointer;
}
div#lang { position: absolute; }
#lang a {
	cursor: pointer;
	display: block;
	list-style-type: none;
	padding: 15px 10px;
	width: 300px;
	text-shadow: 0px 0px #5f5f5f;
	margin: 0px;
	transition: 0.2s;
}
#lang a:hover {
	text-decoration: none;
	background-color: #b8b8b8;
}
.spidinfo {
	padding: 30px;
	margin: 25px 10% 30px 10%;
}
.spidgame, .spidinfo h3 {
	text-align: center;
	margin: 25px 20% 30px 20%;
}
.spidinfo h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}
ul.navbar-nav {
	margin-left: 20px;
}
footer {
	text-align: center;
	margin-bottom: 30px;
}
footer a {
	color: #eeeeee;
	margin: 10px;
	text-shadow: 0px 0px 10px #111111;
	transition: 0.2s;
}
footer a:hover {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
#divCookies {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px;
	z-index: 100;
}
#divCookies p {
	padding: 4px 0px 4px 0px;
}
#divCookies span {
	background-color: #999999;
	border-radius: 3px;
	color: white;
	padding: 5px 8px;
	transition: 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#divCookies span:hover {
	cursor: pointer;
	background-color: #555555;
	box-shadow: 0px 0px 3px #424242dd;
}
#divCookies span:active {
	background-color: white;
	color: black;
}
@media screen and (max-width: 640px) {
	ul.navbar-nav {
		margin-left: -10px;
	}
	div#lang { position: static; }
	li:hover {
		background-color: #c9c9c9;
	}
	#lang p {
		margin-left: 15px;
	}
	footer a { margin: 7px; display: block; }
}
@media screen and (max-width: 768px) {
	.spidinfo {
		margin: 25px 3%;
	}
}