body{
	color:#d1d1d1;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Celine, 'Celine';
}

h3{
	color:#000000;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 1em;
	letter-spacing: 0.1em;
}



h4{
	color:#000000;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}

h5{
	color:#A0A0A0;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 0.em;
	letter-spacing: 0.1em;
}
	
.thumbnail{
	border:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:0 ;

}



.thumbnail img{
	border:none;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:0;
     cursor: crosshair;
	
}



.thumbnail img:hover{
	opacity: 0.9;
	
}





.intro-container{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	display:block;
	position: absolute;
	top: 0;
	left:0;
}
.intro-table{
	display: table;
	height: inherit;
	width: inherit;
}
.intro-row{
	display: table-row;
	height: inherit;
	width: inherit;
	vertical-align: middle;
}
.intro {
	padding:0;
	display:table-cell;
	width:inherit;
	text-align: center;
	height: inherit;
	vertical-align: middle;
	cursor: crosshair;
}
.intro img{
	width:700px;
	opacity: 1;
}
.intro img:hover{
	opacity: 0.1;
}
.menu {
	border-bottom: 1px solid #ffffff;
	font-family: Celine, "Celine";
	width:100%;
	
}

.menu li a, .footer a{
	color:#989898;
	text-transform: uppercase;
	font-family: Celine, "Celine", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	letter-spacing: 0.3em;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
}




.footer {
	border-top:1px solid #fffff;
	height: 35px;
	line-height: 35px;
	position:absolute;
	bottom: 0;
	width: 100%;
}
.contact, .bio{
	color:#686868;
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}



.close-button {
	float: right;
}




.sliding-u-l-r {
    display: inline-block;
}
.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
 
.sliding-u-l-r:hover:after {
    width: 100%;
    background: #D8D8D8;
}






.input-block-level {
  display: table; 
  width: 100%;

}

.btn {
	background: #d1d1d1;
	border:none;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding:5px;
}


.btn:hover {
	background: #d1d1d1;
	opacity:1.5;
	
}


