@charset "UTF-8";
/* CSS Document */

html, body {
font-size: 18px;
height:100%;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}

p, h1, h2 {
font-size:100%;
}


#header {
	padding:5px 15px;
	border-bottom:2px solid black;
	z-index:1200;
}

#title {
	display:none;
}

#menu {
font-size: 20px;
width:100%;
margin:0;
padding:0 0 5px 0;
}

#projects-container {
	overflow:auto;
	min-height:1000px;
	width:100%;
	margin-top:38px;
}

.text_index {
font-size:20px;
}

.text_index2 {
font-size:20px;
}

.texthover {
width:100%;
display:block;
position:relative;
border-right:0;
border-bottom:1px solid black;
margin:0 -2px 2px -2px;
padding:0;
}

#container {
	top:0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#infos {
	width: 100%;
	min-height:auto;
	border-right:none;
	margin-bottom:0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height:50%;
    padding: 38px 15px 0 15px;
}

#slider {
	width: 100%;
	min-height:100vh;
	border-right:none;
	padding-top:38px;
	margin-bottom:0;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height:50%;
}


#text {
	position: relative;
	left:0;
	top:0;
	bottom:0;
	overflow-x: hidden;
	width:100%;
    padding: 0 15px 50px 15px;
	-webkit-overflow-scrolling: touch;
}

#contact {
	width:100%;
    padding: 0 15px 0 15px;
	border-top:2px solid black;
}


#social {
	width:100%;
    padding: 0 15px 0 15px;
}

IMG.draggable {
	display:none;
}

#footer {
	padding:5px 15px;
}


#projects-nav-next {
	margin-right:30px;
}