/*Site's background color. Super dark blue*/
body,html{background-color:#001;}
h1{font-size:36px;font-weight:bold;} h2{font-size:24px} h3{font-size:16px} h4{font-size:15px;font-weight:bold;} h5{font-size:18px} h6{font-size:16px}
p{font-size:13px;}
em{font-style:normal;}

.ma-kursiv{font-style:italic;}

/*Navigation Bar & other stuff's background color*/
.ma-gray{background-color:#2a2a2a;}

/*some top margin here and there*/
.ma-margin-top{margin-top:50px;}

/*link in navigation*/
.ma-nav-link{text-decoration:none}

/*Navigation button behaviour. It's an ID to overwrite w3 classes*/
#ma-nav-butt{
	line-height:25px;
	border-top:5px solid #2a2a2a;	
	border-bottom:5px solid #2a2a2a;
	color:#ccc;
	text-transform:uppercase;
	background:#2a2a2a;
	
	}
#ma-nav-butt:hover{
	border-bottom-color:#f90;
	}

/*Teaser Window Orange Border*/
.ma-teaser-border{
	border-bottom:5px solid #f90;
}

/*main stage position*/
.ma-center{
	margin:100px auto;
	padding:0;
	max-width:1200px;
	}
/*main stage GAME PAGE position*/
.ma-center-25{
	margin:25px auto;
	padding:0;
	max-width:1200px;
	}	


.ma-fix-height-615{
	min-height:615px;
	}
.ma-fix-height-300{
	min-height:300px;
	}

.ma-margin-top{
	margin-top:15px;
	}
	
/*Spotlight Square*/

.ma-square_stage{
	margin-top:50px;
	}
#square_thing{
	display:block;
	float:left;
	width:200px;
	height:200px;
	margin:15px 15px 15px 20px;
	text-align:center;
	line-height:200px;
	text-transform:uppercase;
	cursor:pointer;
	}
	
.w3-modal-content{
	margin:50px 50%;
	left:-640px;
	border:0;
	background:none;
}