@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url(http://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url(http://fonts.gstatic.com/s/firasans/v8/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format('truetype');
}

body, html
{
    margin:0px;
	padding:0px;
	background: #040c16;
	line-height: 1.2em;
}

/* HEADER */
#header
{
	transition:height 0.2s ease-out;
	
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	height:160px;
	
	text-align:center;
	
	background:#040c16;
	z-index:2;
}

#header img
{
	transition:max-height 0.2s ease-out;
	max-height:120px;
	max-width:120px;
}

#header.small
{
	height:48px;
}

#header.small img
{
	max-height:0px;
}

#header a
{
	font-family: fira sans;
	font-weight: 700;
	font-size: 1.2em;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	line-height:1.6em;
	transition: color 0.3s ease-out;
}

#header a:hover
{
	color:#00aeef;
}

#header ul
{
	transform: margin 0.2s ease-out;
	margin:0px;
	padding:0px;
}

#header.small ul
{
	margin-top:-6px;
}

#header li
{
	text-indent: 0em;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
}

#headerSpacer
{
	transition:height 0.2s ease-out;
	
	height:160px;
	width:100%;
}

#headerSpacer.small
{
	/*height: 48px;*/
}

/* SECTIONS GENERIC */
.mainsection
{
	position:relative;
}

.mainsection>.content
{
}

.mainsection>.bg
{
	width:100%;
	height:550px;
}

.mainsection>h2
{
	position:absolute;
	text-align:center;
	left:0px;
	right:0px;
	top:25%;
	
	font-size:4em;
	color:#fff;
	padding-top:0em;
	
	font-family:'Fira Sans';
	font-style:normal;
	font-weight: 700;
	line-height:1.2;
}

.content
{
	box-sizing: border-box;
	width: 100%;
	background:#333333;
	
	bottom:0px;
	
	text-align:center;
	
	padding:2em 28%;
}

.content h2
{
	font-family:'Fira Sans';
	font-style:normal;
	font-weight: 700;
	
	font-size: 30px;
	margin-top:0px;
	padding-top:1em;
	text-align:left;
	
	color:#37a8ff;
	
	line-height:1.1;
}

.content p
{
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color:#aaa !important;
	margin-left:0.2em;
	margin-right:0.7em;
	
	text-align:left;
}

#clientLogos
{
	margin-top:40px;
	text-align:center;
}

#clientLogos a
{
	vertical-align:middle;
}

#clientLogos img
{
	max-width:180px;
	margin-bottom:15px;
}


.content p.center
{
	text-align:center;
}

.carousel-item
{

}

.carousel-caption
{
	position:relative;
	right:0px;
	left: 0px;
    bottom: 0px;
    height: 130px;
    padding: 20px;
	padding-left:50px;
	padding-right:50px;
    background: #000;
}

.carousel-indicators
{
	z-index:1;
}

.carousel-control-next, .carousel-control-prev
{
	bottom:15px;
	top:auto;
}

a
{
    color: #428bca;
    text-decoration: none;
}

a:hover
{
	color: #356fa0;
    text-decoration: underline;
}

/* HOME */
#home .bg
{
	background:url('../img/bg_01.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 50%; /* override these with parallax values */
}


/* GAMES */
#games .bg
{
	background:url('../img/bg_02.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 0%; /* override these with parallax values */
}

/* SERVICES */
#services .bg
{
	background:url('../img/bg_03.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 50%; /* override these with parallax values */
}

/* TEAM */
#team .bg
{
	background:url('../img/bg_04.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 50%; /* override these with parallax values */
}

#team ul
{
	padding:0px;
	margin:0px;
}

#team li
{
	display:inline-block;
	max-width:180px;
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
	text-align:center;
	margin-top:25px;
}

#team li .name
{
	margin:0px;
	margin-top:10px;
	text-align:center;
	color:#289bff !important;
}

#team li .title
{
	margin:0px;
	margin-top:10px;
	text-align:center;
	color:#727272 !important;
}

#team li .description
{
	margin:0px;
	margin-top:10px;
	text-align:center;
	font-size:0.85em;
}

/* CONTACT */
#contact .content
{
	padding: 2em 5%;
}

#contact .bg
{
	background:url('../img/bg_05.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-position: 50% 50%; /* override these with parallax values */
}

#contact .content div
{
	display: inline-block;
	vertical-align:top;
	margin:10px;
}

#contact .content .contactMap
{
	
}
#contact .content .contactMap iframe
{
	height:445px;
}

/* Mobile specific adjustments */
@media only screen and (max-width: 1000px) {
	#header li
	{
		margin:4px;
		font-size:0.8em;
	}
	
	.mainsection>h2
	{
		font-size:2em;
		
	}
	
	.content
	{
		padding:2em 5%;
	}
}


/* Medium screen specific adjustments */
@media only screen and (max-width: 1500px) {
	#header li
	{
		margin:4px;
		font-size:0.8em;
	}
	
	.mainsection>h2
	{
		font-size:2em;
		
	}
	
	.content
	{
		padding:2em 20%;
	}
}


.center
{
	text-align: center;
}

#dropLine
{
	margin-top: 50px;
}

#dropLine a.button
{
	min-width: 170px;
}

a.button
{
	background: #2da01e;
    border-radius: 23px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    color: white;
    margin: 10px;
    padding-left: 18px;
    padding-right: 18px;
}

a.button:hover
{
	background: #288d1b;
}