@CHARSET "ISO-8859-1";
	
body
{
	color:#000000;
	background-color:#EFEFEF;
	margin:0;
	font-size:22pt;
	letter-spacing:1px;
	font-family: 'Cormorant Garamond', serif;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	overflow-x:hidden;
}

header
{
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	padding:40px 40px 40px 5vw;
	height:auto;
	background-color:#transparent;
	z-index:2000;
}

#logo
{
	position:fixed;
	float:left;
	width:400px;
	height:80px;
	z-index:2000;
	
	background-image:url(../img/nicolas-bianco-logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#menu
{
	position:fixed;
	right:5vw;
	top:65px;
	width:auto;
	height:auto;
}

#menu01, #menu02, #menu03, #menu04
{
	color:#00F;
	font-size:20pt;
	margin-left:20px;
	cursor:pointer;
	right:5vw;
}


#bio
{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	z-index:1000;
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	
	padding:20vh 25vw 20vh 25vw;
}

#txtbio
{
	position:relative;
	float:left;
	width:50vw;
	height:auto;
	background-color:#FFFFFF;
}

.titre
{
	font-size:80pt;
}

.img
{
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	background-color:#FFF;
}

#work01, #work02, #work03, #work04, #work05
{
	position:relative;
	float:left;
	width:75vw;
	height:auto;
	background-color:#FFF;
	padding-bottom:100px;
}

.info
{
	position:relative;
	float:left;
	top:-100px;
	left:5vw;
	width:90vw;
	height:auto;
	background-color:#FFF;
}


#contact
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closecon
{
	position:fixed;
	width:20vw;
	height:auto;
	left:200vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:120px;
	letter-spacing:6px;
}



#expo
{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0vh;
	left:100vw;
	background-color:#F8F8F8;
	z-index:1500;
}
#closexpo
{
	position:fixed;
	width:20vw;
	height:auto;
	left:140vw;
	background-color:transparent;
	color:#000;
	text-align:center;
	padding:15px 0px;
	top:200px;
	letter-spacing:3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#closexpo:hover
{
	color:#00F;
	background-color:transparent;
	cursor:pointer;
	letter-spacing:6px;
}

#infoplus
{
	position:relative;
	float:left;
	width:50vw;
	left:25vw;
	color:#000;
	font-size:80px;
	text-align:center;
	top:20vh;
}

#infoplus span
{
	font-size:28pt;
	line-height:32pt;
}

#cta
{
	position:relative;
	float:left;
	padding:80px 0px;
	background-color:#FFF;
	color:#00F;
	width:70%;
	margin-left:15%;
	font-size:28pt;
}
#cta:hover
{	
	background-color:#00F;
	color:#FFF;
}




.decnone
{
	text-decoration:none;
}


footer
{	
	position:relative;
	float:left;
	width:100vw;
	height:auto;
	padding:200px 0px;
	background-color:#00F;
	color:#FFF;
}

#sign
{
	position:relative;
	float:left;
	width:154px;
	height:60px;
	top:0px;
	left:5vw;
	
	background-image:url(../img/nicolas-bianco-sign.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#copy
{
	position:relative;
	left:5vw;
	margin-left:400px;
}

#credit
{
	position:relative;
	left:5vw;
	margin-left:400px;
}
#credit a
{
	color:#FFF;
}
#credit a:hover
{
	color:#000;
}

.rs
{
	position:relative;
	left:5vw;
	width:140px;
	height:70px;
	background-color:transparent;
	margin-left:400px;
	margin-top:40px;
}

#fb
{
	position:relative;
	float:right;
	height:70px;
	width:70px;
	top:0px;
	opacity:1;
	
	background:url(../img/fb.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}
#ig
{
	position:relative;
	float:right;
	height:70px;
	width:70px;
	top:0px;
	opacity:1;
	
	background:url(../img/ig.png) no-repeat top left;
		
	background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
}

#fb:hover, #ig:hover
{
	cursor:pointer;
	opacity:0.5;
}

html {
    overflow-x:hidden;
}
::-webkit-scrollbar {
    width:0px;  /* remove scrollbar space */
    background: #transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #0000FF;
}
body
{
	overflow-x:hidden;
}