/* ==========================================================================
   Ludobit Website Created by Dan Tyler www.mephworks.co.uk
   ========================================================================== */
/*************** Extra Classes ***************/
   
.center{
	text-align:center;
}

.divider{
	margin-top:60px;
	margin-bottom:60px;
}

.alignleft{
	text-align:left;
}

/*************** Page Styles ***************/

body{
	background-image: url(../img/geometry_invert.png);
	background-color:#FAFAFA;
	padding:0;
	margin:0;
}



/*************** Typography ***************/

*{
	font-family: 'nexa', Trebuchet MS, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#DDD;
}

h1, h2, h3, h4, h5, h6{
	font-family:"akashiregular", Trebuchet MS, Helvetica, sans-serif;
	color:#FAB516;
	font-weight:300;
	text-align:center;
}


.nav a, a{
	font-family:"nexa", Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
}

#friends a{
	font-family:"akashiregular", Trebuchet MS, Helvetica, sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size:30px;
}

h1{ 
	font-size:65px;
	text-transform:uppercase;
	padding-top:25px;
	padding-bottom:35px;
}

i{
	color:#FCB614;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #FCB614;
  border-style: dashed;
  border-width: 2px;
  margin-top:60px;
  margin-bottom:60px;
}

/*************** UnityPlayer ***************/

.broken, .missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
	}
.broken a, .missing a {
	height: 63px;
	position: relative;
	top: -31px;
	}
.broken img, .missing img {
	border-width: 0px;
	}
.broken {
	display: none;
	}
#unityPlayer {
	cursor: default;
	height: 550px;
	width: 900px;
	margin: auto;
	}



/*************** Content ***************/

#instructions{
	margin:0 auto;
	width:100%;
	max-width:700px;
}


footer{
	position:relative;
	bottom:-100px;
	padding:10px;
}



#gameicons img{
	max-width:400px;
	margin: 0 auto;
}

.btn-default{
	border:3px solid #151515;
	background-color:#FAB516;	
	line-height:40px;
}

a.btn{
	color:#fff;
	font-family:"akashiregular", Trebuchet MS, Helvetica, sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
	
}

.btn-default i{
	color:#fff;
}

.btn-default:hover a, .btn-default:hover i{
	color:#151515;
}

#contactlist li, #contactlist a {
	font-size:24px;
	line-height:50px;
}

#contactlist a{
	padding-left:10px;
}

#donate{
	width:100%;
	max-width:500px;
	margin:0 auto;
	text-align:center;
}
/*************** Media Queries ******************************/

@media (max-width: 1050px){
	


}

/* Landscape phone to portrait tablet */
@media (max-width: 750px) {
	


}
	
/* Landscape phone to portrait tablet */
@media (max-width: 480px) {
	
}