@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 375px) {
	.separator {
		display: none
	}

	input.input {
		width: 130px;
		font-size: 12px;
	}

	button.btn-regular {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}

	button.stroke {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}

	button.dark-blue {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}

	p.credits {
		font-size: 14px;
		font-weight: 900;
	}
}

body {
	background-color: #ffffff;
	/* background: url("../../newone/images/background.00e71952.png") repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: auto;
}


/* .navbar-expand-lg {
	background-image: url("../../newone/images/textura_header.png");
} */

.navbar-brand {
	padding: 0px;
	width: auto;
	box-shadow: 0px 0px 5px rgb(0 0 0);
}

.btn-regular {
	background-color: #0e77d9;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	border: none
}

#div_play_not_authenticated, #div_play_free_not_authenticated,
#div_play_authenticated, #div_play_free_authenticated{
	color: #fff;
}

ul li {
	float: left;
}

.stroke {
	color: #0e77d9;
	font-weight: 300;
	margin: 0px;
}

.dark-blue {
	background-color: transparent;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	border: solid 1px #0C53D0;
	color: #0C53D0;
}

button:focus {
	outline: none !important;
	box-shadow: 0 0 3px #8D959A !important;
}

.credits {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	color: #FDA630;
	font-size: 24px;
	font-weight: 900;
}

.input {
	border-radius: 15px;
	border-width: 1px;
	width: 10em;
	font-size: 15px;
	border: solid 1px;
	border-color: #8D959A;
	padding: 3px;
}

.input:focus {
	outline: none !important;
	box-shadow: 0 0 3px #8D959A !important;
}

.small {
	font-size: 12px;
	font-weight: 900
}

.separator {
	background-color: #0e77d9;
	height: 20px
}

.game {
	border-radius: 15px
}

.line {
	border-bottom: solid;
	border-width: 4px;
	border-color: #0C54D1;
}

.title {
	color: #0C54D1;
	font-weight: 900;
	margin-top: 20px;
	margin-left: 10px
}

.box {
	border-radius: 15px;
}

.footer {
	bottom: 0;
	width: 100%;
	background: url("../images/footer.png") no-repeat bottom;
	min-height: 200px
}
