
@font-face {
	 font-family: "SwistblnkMonthoers";
	 src: url('/wp-content/themes/explore-games/font/SwistblnkMonthoers_with_accent.otf')
}
@font-face {
	 font-family: "Monthoers";
	 src: url('/wp-content/themes/explore-games/font/Monthoers.otf')
}
@font-face {
	 font-family: "DrukText";
	 src: url('/wp-content/themes/explore-games/font/DrukText-Medium.otf')
}
@font-face {
	 font-family: "DrukTextItalic";
	 src: url('/wp-content/themes/explore-games/font/DrukTextWide-MediumItalic.otf')
}



body{
	margin: 0;
	font-family:DrukText;
}

.logo img{
	 max-width: 10em;
}

a {	
	text-decoration: none;
	color: white;
}

body.landingpage .header,body.landingpage .footer{
	display: none;	
}

body.landingpage wrapper{
	background: grey;
}





body #landingPage{

    background-repeat: no-repeat;
    background-position: top;
}

body #landingPage #contactBloc{
   display: grid;
   padding-top: 30px;
}


body #landingPage #immersiveQuestBloc{
   display: grid;
   padding-top: 425px;
   padding-bottom: 40px;
}

body #landingPage #immersiveQuestBloc a,
body #landingPage #immersiveQuestBloc h2{
    /*display: table-row;	*/
	text-align: center;
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 1.2px;
    padding-bottom: 20px;
}



body #landingPage #contactBloc h2,
body #landingPage #contactBloc label,
body #landingPage #contactBloc span,
body #landingPage #contactBloc a{
	/*display: table-row;*/
	text-align: center;
	font-size: 1em;
}
body #landingPage #contactBloc a.tel{
	color : #0a7961;
	font-size: 36px;
	letter-spacing : 5px;
}

body #landingPage #lightMenu{
	padding-top: 740px;
    width: 250px;
    margin: auto;
}
body #landingPage #lightMenu ul{
list-style-type: none;
    margin: 0;
    padding: 0;
}
/*
body #landingPage #lightMenu li{
	width: 200px;
	text-align: center;
    padding: 18px;
    margin-bottom: 5px;
	color: White;
	font-size: 22px;
}*/



body #landingPage #lightMenu li {
    text-align: center;
    margin-bottom: 5px;
    color: White;
    font-size: 22px;
}
body #landingPage #lightMenu li a {
    padding: 18px;
    display: inline-block;
}


body #landingPage  #contactBloc .separator {
	background-image: url('/wp-content/themes/explore-games/img/small_line.png');
	background-repeat: no-repeat;
	background-position:center;
	height:20px;
}
body #landingPage  #contactBloc #logo {
margin-top: 20px;
}





@media all and (max-width: 480px){
    body{
		zoom: 80%;
	}
}
