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

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

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

.texthover {
width:50%;
margin:-4px -3px -3px -2px;
}

#header {
	border-bottom:2px solid black;
}

#container {
	margin-top:45px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

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

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


#text {
	position: relative;
	left:0;
	top:5px;
	bottom:0;
	overflow-x: hidden;
	width:100%;
	padding:0 25px 50px 25px;
}

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


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


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