@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
	background-image: url('ml/images/ml2/front/mainbg3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	color:white;
	box-sizing: border-box;
	font-size: 1.1em;
	height: 100%;
	font-family: 'Open Sans';
	margin: 0px;
	padding: 0px;
}
h1{
	text-align:center;
	color:white;
	text-shadow: 5px 5px 5px black;
	font-family: serif;
	letter-spacing:2px;
	font-size: 2.3em;
	margin-top: -10px;
	margin-bottom: 20px;
}
h2{
	text-align:center;
	color:white;
	text-shadow: 5px 5px 5px black;
	font-family: serif;
	letter-spacing:2px;
	font-size: 2.0em;
	margin-top: -10px;
	margin-bottom: 20px;
}

a, a:visited, a:focus{
	color:white;
	font-size: 1em;
}
.ballcontainer {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 12px;
	left: -3px;
}
img.ball {
	filter: brightness(0.5);
	height: 150px;
}
.toplogo{
	display: block;
	height: 100px;
	background-image: url(ml/images/ml2/front/MLFrontLogo2017.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	background-position:center;
}
div{
	box-sizing: border-box;
}

.joinbutton {
	position: relative;
	display: inline-block;
	width: 234px;
	height: 79px;
	cursor: pointer;
	box-shadow: 3px 3px 5px black;
	background: rgb(0,40,110) url('ml/images/new/newlogin/bigbutton_join_2015.png') no-repeat -1px;
	/*background: #0fc70f url('ml/images/new/newlogin/bigbutton_join_2015.png') no-repeat -1px;*/

	background-size: auto;
	background-size: 101%;
	border-radius: 7px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;

}
.playbutton {
	position: relative;
	display: inline-block;
	width: 235px;
	height: 79px;
	cursor: pointer;
	box-shadow: 3px 3px 5px black;
	background:rgb(0,40,110) url('ml/images/new/newlogin/bigbutton_play_2015.png') no-repeat;
	/*background: #0fc70f url('ml/images/new/newlogin/bigbutton_play_2015.png') no-repeat -1px;*/
	background-size: auto;
	border-radius: 7px;
	background-size: 101%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;

}
.maintext_container{
	position: relative;
	padding-top: 0px;
	text-align:justify;
	background-color:rgba(0,0,0,0.85);
	background-color: rgba(4, 10, 45, 0.75);
	background-color: rgba(31,35,56,0.97);
	border-radius:5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.inner_container{
	padding:5px;
	margin-left: 5px;
	margin-right: 5px;
}

.wHeader {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #363636;
	border-radius: 5px 5px 0px 0px;
}
.playbutton:hover, .joinbutton:hover {
	/*background-color:green;*/
	background-color: rgb(0,40,110);
	border: 1px solid orange;
}
.actionbuttons{
	text-align:center;
}
.outer_container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 900px;
	position: relative;
}
.bottom{
	display:block;
	text-align:center;
	background-color:rgba(0,0,0,0.85);
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	font-size: 1em;
	padding-bottom: 5px;

}
.bottom span{
	font-size:1em;
}
.bottom_link {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	width: 32%;
	text-align: center;
	user-select: none;
}

.bottom_link.expanded {
	cursor: default;
	width: 49.5%;
}
.bottom_link:hover{
	color:orange;
}

.left_form_field{
	display:inline-block;
	width:30%;
	vertical-align: top;
}
.right_form_field{
	display:inline-block;
	width:69%;
	vertical-align: top;
}

.right_form_field a{
	font-size:0.7em;
}

.hovering_container{
	position: relative;
	z-index:5;
	padding:10px;
	text-align:justify;
	background-color:rgba(0,0,0,0.95);
	border-radius:5px;
	width:600px;
	height:600px;
}

#login_window, #registration_window, #resend_window, #rules_window, #privacy_window, #activation_window{
	display:none;

}

#tip{
	display:none;
}

#screenshots_container{
	text-align: center;
	height: 145px;
	overflow: hidden;
}
img.thumb{
	width: 170px;
	margin:10px;
	cursor:pointer;
}
img.thumb:hover{
	margin:9px;
	border: 1px solid orange;
}
div.inner_login_container {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	user-select: none;
}
input {
	width: 100%;
	height: 1.3em;
	font-size: 1.3em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type=text],input[type=email],input[type=password], select {
	width: 100%;
	padding: 6px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1.3em;
 }
input[type="button"] {
	background-color: #009202;
	border: 1px solid grey;
	color: white;
	border-radius: 5px;
	margin: 8px 0;
	box-sizing: border-box;
	text-transform: uppercase;
}
input[type="button"]:hover {
	border: 2px solid orange;
}
.form_field_entry.checkbox{
	display: table-row;
	vertical-align: middle;
}
input[type="checkbox"]{
	width: 0.7em;
	height: 0.7em;
	display: table-cell;
	vertical-align: middle;
}
label {
	font-size: 0.7em;
	display: table-cell;
}

#screenshot_wrapper{
	position: fixed;
	flex-flow: column;
	display: none;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.9);
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 10;
	margin: 0px;
	padding: 0px;
}

img.big_thumb{
	width:95%;
	max-width: max-content;
}

div.screenshot_header{
	z-index:11;
	font-size:2em;
	text-transform: uppercase;
}

#feedbackframe{
	display:none;
	position: absolute;
	z-index: 50;
	margin-top: 300px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px;
	background-color: rgba(0,0,0,0.9);
	border-radius: 5px;
	border: 1px solid white;
	width: 80%;
	text-align: center;
	box-sizing: border-box;
}

.appstores{
	text-align: center;
}
.appstores img{
	width:220px;
	margin-left: 5%;
	margin-right: 5%;
	cursor: pointer;
	filter:saturate(0%);
}

.form_field_entry.right {
	text-align: right;
}

span.small_link{
	color: orange;
	font-variant: all-small-caps;
	cursor: pointer;
}

.redpulse {
	animation: redpulse 1s;
}

#social_media_window{
	text-align: center;
}
#social_media_window img{
	margin: 5px;
	filter:saturate(30%);
}
#social_media_window img:hover{
	filter:saturate(60%);
}

#partner_window{
	text-align: center;
}
#partner_window img{
	margin: 5px;
	filter:saturate(30%);
}
#partner_window img:hover{
	filter:saturate(60%);
}

span.copyright{
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

div#show_more {
	color: orange;
	font-size: 0.7em;
	text-align: right;
	margin-top: -22px;
	cursor:pointer;
	font-variant: all-small-caps;
	user-select: none;
}

#extinfo{
	display:none;
	user-select: none;
}

@keyframes redpulse {
	0%   {background-color: white;}
	50%  {background-color: red;}
	100% {background-color: white;}
}

.textredpulse {
	animation: textredpulse 1s;
}
@keyframes textredpulse {
	0%   {color: white;}
	50%  {color: red;}
	100% {color: white;}
}

.fadepulse {
	animation: fadepulse 1s;
}
@keyframes fadepulse {
	0%   {opacity: 1;}
	50%  {opacity: 0;}
	100% {opacity: 1;}
 }

@media (max-width: 988px) {
}
@media (max-width: 800px) {
}
@media (max-width: 630px) {
}
@media (max-width: 320px) {
}
