@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
	width: 100%;
	max-height: 600px;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.section{
	text-align: center;
}
.left {
    bottom: 10px;
    left: 0;
    top: 10px;
}
.right2 {
    bottom: 10px;
    right: 0;
    top: 10px;
}
.left {
    width: 10px;
}
.right2 {
    width: 50px;
}
.bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.top {
    top: 0;
    left: 0;
    right: 0;
}
.bottom, .top {
    height: 10px;
}
.left, .right2, .top, .bottom {
    background: #464646 none repeat scroll 0 0;
    position: fixed;
    z-index: 30;
}

.img-left {
    position: relative;
    bottom: 2em;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.img-right {
    position: relative;
	top: 2em;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

/* Menu
 * --------------------------------------- */
li.lien{
	display: inline-block;
}
li.lien a {
	height: 100px;
	position: absolute;
	top: 150px;
	right: 0;
	display: block;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition:  all 0.4s ease-in-out;
	background : url(../img/print.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
li.lien a.print {
	background-position: -360px 0px;
	width: 50px;
}
li.lien a.print:hover {
	background-position: 50px 0px;
	width: 410px;
}
li.lienw a {
	height: 100px;
	position: absolute;
	top: 50px;
	right: 0;
	display: block;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition:  all 0.4s ease-in-out;
	background : url(../img/web.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
li.lienw a.web {
	background-position: -260px 0px;
	width: 50px;
}
li.lienw a.web:hover {
	background-position: 50px 0px;
	width: 310px;
}
.logo-min {
    position: absolute;
    right: 0.7em;
    top: 0.2em;
}
.logo-min img {
    max-width: 25px;
    height: auto;
}
ul.jungle {
	position:absolute;
	bottom:0;
	right:0.2em;
}
li.lion {
    display: block;
	margin: 0.5em 0;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}
li.lion a {
    height: 40px;
	width: 40px;
    float: left;
    display: block;
    margin: 0;
	position: relative;
	font-size: 1em;
	right: inherit;
	bottom: inherit;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url('../img/sprite-contact.png') no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
}
li.lion a.email {
    background-position: 0px 0px;
}
li.lion a.email:hover {
    background-position: -40px 0px;
}
li.lion a.linkedin {
    background-position: 0px -40px;
}
li.lion a.linkedin:hover {
    background-position: -40px -40px;
}
li.lion a.behance {
    background-position: 0px -80px;
}
li.lion a.behance:hover {
    background-position: -40px -80px;
}
/* Section 1
 * --------------------------------------- */
#section1 p, #section2 p, #section3 p, #section4 p, #section5 p {
	/* color: #333; */
	color: #fffff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	font-size: 0.8em;
	padding: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.pp-tableCell   {
	display: flex;
	justify-content: center;
	margin-top: 8em;
	max-height: 600px;
}

/* Section 2
 * --------------------------------------- */

#section2 #colors{
	right: 60px;
	bottom: 0;
	position: absolute;
	height: 413px;
	width: 258px;
	background-image: url(imgs/colors.gif);
	background-repeat: no-repeat;
}

/* Section Animation
 * --------------------------------------- */
#section2 .img-left, #section3 .img-left, #section4 .img-left, #section5 .img-left {
	left: -100%;
	position: relative;
}
#section2 .img-right, #section3 .img-right, #section4 .img-right, #section5 .img-right {
	right: -50%;
	position: relative;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}

@media screen and (max-width: 900px)  {
	 .pp-tableCell   {
		margin-top: 1em;
		max-height: auto;
		padding: 0 2em;
		box-sizing: border-box;
		flex-direction: column;
	 }
	 .img-left {
		bottom: 0;
	}
	.img-right {
		top: 1em;
	}
}
@media screen and (max-width: 600px) {
	html {
		overflow: auto;
	}
	#section2 .img-left, #section3 .img-left, #section4 .img-left, #section5 .img-left  {
		left: 0;
	}
	#section2 .img-right, #section3 .img-right, #section4 .img-right, #section5 .img-right {
		right: 0;
	}
	#pagepiling {
		padding-right: 2em;
	}
	li.lien a.print:hover {
		background-position: -360px 0px;
		width: 50px;
	}
	li.lienw a.web:hover {
		background-position: -260px 0px;
		width: 50px;
	}
}
@media screen and (max-width: 460px) {
	.section {
		border-bottom: 50px solid #464646;
		box-sizing: border-box;
		padding: 0 1%;
	}
}
