 @import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900');

	/*@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i');*/
 @import url('https://fonts.googleapis.com/css?family=Poly');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
 

    
		
}
html{
	background-color: #000;
}





	/* 
	GENERIC
	* --------------------------------------- */

body{
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 200;
	 font-size: 20px;
	 color: #fff;
	 scroll-behavior: smooth;
	/*background-color: #0d081b;*/
	background: url(../images/backgtile.png);
		background-position: fixed;
		background-repeat: repeat;

}

 h2{
	font-weight:400i;
	font-style: italic;
	font-size: 2em;
		font-family: 'Doto', serif;
		color: #fff;
}

 h1{
	font-weight: 400i;
	font-style: italic;
	font-size: 2.5em;
	font-family: 'Doto', serif;
	color: #fff;
	margin: 0 auto;
}

hr.mini{

	width:20px;
	border: 0;
	border-top: solid 2px #ec008b;
	margin: 20px 0px;
}

hr.center{
	margin: 20px auto;
}

hr.minicenter{

	width:20px;
	border: 0;
	border-top: solid 2px #ec008b;
	margin: 20px auto;
}

 
a{
	color: #ec008b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
 

#embut{
 
}
 
/* -------FLEX boxes -------- */

#flexDiv{
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-content: stretch;
	 
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-align-content: center;
	overflow: hidden;
	text-align: center;
 
	
}
 
 

 
#textblock{
	max-width: 900px;
	margin: 0 auto;
	
	margin: 120px 0;
	text-align: left;
	overflow: auto;


}


.quote{
		font-style: italic;
		font-size: 1.5em;
		font-weight: 900;
	}
p.big{
		font-size: 7vh;
		font-weight: 900;
	 
		margin-top: 10%;
		font-style: italic;
		overflow: auto;
	}
 
p.small{
		font-size: 0.8em;
		overflow: auto;
	}

p.medium{
		 
		font-size: 1em;
		line-height: 35px; 
		text-align: left;
		overflow: auto;
	}
 
 

.snicon {
    height: 40px;
    width: auto;
    margin: 15px;

}

 .footerImg {
    width: 150px;
    height: auto;
    margin:0 auto;

}

 
img.logoImg{
	 max-width: 250px;
    height: auto;
    
}
 

img.services_header{
	display: block;
 
	max-width: 800px;
	margin: 80px auto;
}

.rightTmb{
	float: right;
	width: 500px;
	margin: 0 0 0 30px;
}


.leftTmb{
	float: left;
	width: 500px;
	margin: 0 30px 0 0;
}

.fingerIcon{
	float: left;
	width: 40px;
	margin-right: 20px;
	margin-bottom: 30px;
	
}


.techLogos{
max-width: 480px;
		}


	/* sections
	* --------------------------------------- */
 #fullpage{
	background-color: transparent;
	max-width: 1100px;
	margin: 0 auto;
}
 #section{
 	width: 100%;
 	overflow: auto;
 }

 

 

 #info{
  background: radial-gradient( #f8ecb4,#ffd200,#dbb500);
	height: 90vh;
    display: block;
	padding-top: 15%;
	width: 100%;

}
 




#services_intro{
		background: url(../images/insertcoin.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		min-height: 90vh;
		color: #fff;
		font-size: 1em;
		
		text-align: center;
		
	}



/*------------  projects grid --------------*/


#projects{

	/*background: url(../assets/backs/5.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
}


#singleproject{
	 max-width: 480px;
	text-align: left;
	 color: #fff;
	 margin: 20px;
	overflow: hidden;
	padding-top: 290px;

	background-size: 100% auto;
	 	
	background-repeat: no-repeat;
	background-attachment: inherit;
}


img.projectTmb{
cursor: grab;
  	max-width: 100%;
	height: auto;
 
  }
 
 
.projectTmb1{
	background-image: url("../images/starwars.png");
	
	 
}

 .projectTmb1:hover{
	background-image: url("../images/starwars.gif") ;
	 
}
.projectTmb2{
	background-image: url("../images/cartenoir.png");
	
	 
}

 .projectTmb2:hover{
	background-image: url("../images/cartenoir.gif") ;
	 
}




/*
COOKIES
*/

#wrap_policy{
		text-align: left;
		margin: 100px auto;
		width:50%;
	}

#cookieWrap{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #000;
	color: #fff;
	
	font-size: 0.8em;
}
#cookieWrap p{padding: 10px;
float: left;}

#cookieBut{
	float: right;
	background-color: #ec008b;
	color: #000;
	width: 7%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 0.6em .8em;
	font-size: 1.2em;
	border-width: 2px;
	border-style: solid;
	white-space: nowrap;
}
#cookieBut:hover{
background-color: #000;
	color: #ec008b;
}

/* FOOTER*/

#footer{
	background-color: #000;
	padding: 130px 0;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}


a.footerlink{
margin: 0 10px;
color: #e4e4e4;
}


a.footerlink:hover{
text-decoration: none;	
color: #f00480;
}
 

 .buttonlink{
	font-family: 'Doto', serif;
  width: 160px;
  height: 50px;
  border: solid 0px #ed008c;
  border-radius: 5px;
  background: #ed008c;
  color: #fff;
font-size: 1.2em;
  font-weight: 800;
  padding:15px 25px;
  text-decoration: none;
}
.buttonlink:hover{
  background: #fff;
  color: #000;
text-decoration: none;	
  }

 
/*  ::::::::::::::::::::::::::: */
/* --------MOBILE ----------*/
/*  ::::::::::::::::::::::::::: */



@media screen and (max-device-width: 480px){




#services_intro{
	background-size: 170%;
	background-position: top;
background-position-y:60px;
	min-height: 50vh;
}


	h1{
		font-size:2em;
	}

  #fullpage{
  	margin-left: 10px;
  }
 
	.logoImg {
		width: 90%;
		height: auto;
		margin-top: 10%;
		}
		.techLogos{
max-width: 90%;
		}
	 
img.services_header{
	display: block;
 
	max-width: 100%;
	margin: 80px auto;
}



 .buttonlink{
	 
  width: 160px;
  height: 50px;
 
	font-size: 1em;
  font-weight: 800;
  padding:10px 15px;
  
}



	 .leftTmb{
	 	max-width: 90%;
	 }
	 .rightTmb{
	 	max-width: 90%;
	 }

	#cookieWrap{
		width: 100%;
		height: 120px;
	text-align: center;
	}
	#cookieBut{
	clear: right;

	height: 50px;
	margin: 0 35%;
	text-align: center;
	display: block;
	padding: 0.6em .8em;
	width: 100px;
		
	}

 #section{		  
		padding: 30px;
		margin: 0 auto;
		text-align: left;
	}



}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 2) 
{ 
	#infoText {
	    width: 100%;
	}
	 #section{		  
		margin: 50px auto;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 1) 
{ 
	#infoText {
	    width: 90%;
	}
	 
}






