/*
Theme Name: DF
Author: Benjamin
Version: 1.0
License: Copyright (c) David Fanfani 2018
Description: Theme built for David Fanfani
*/

html, body {
	overflow-y: hidden;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
}

b, strong {
	font-weight: bolder;
}

p {
	margin: 0;
}

p:last-of-type {
	margin: 0;
}

a:link, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	cursor: pointer;
}

#studio ul li a:link {
	border: 0;
}

::selection {
	color: #fff;
	background-color: #000;
}

::-moz-selection {
	color: #fff;
	background-color: #000;
}

* {
	cursor: default;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------- */

#menu {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 9;
}

#menu ul li {
	display: inline;
	padding: 0 10px 0 0;
}

/* -------------------------------------------------- */

#studio {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 999;
	cursor: default;
}

#studio ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

/* -------------------------------------------------- */

#counter {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 999;
	cursor: default;
	padding: 10px 0 10px 10px;
}

#counter ul li {
	list-style: none;
	display: inline;
	margin: 0 25px 0 0;
}

/* -------------------------------------------------- */

.box {
	display: none;	
	position: fixed;
	top: 50%;
	left: 30%;
	width: 30%;
	height: 270px;
	color: #000;
	padding: 40px 35% 0 35%;
	transform: translate(-30%, -50%);
	background-color: #fff;
	z-index: 8;
}

@media screen and (max-width: 768px) {
	.box {
		position: fixed;
		top: 50%;
		left: 40%;
		width: 80%;
		padding: 75px 10%;
		transform: translate(-40%, -50%);
	}
}

.box .content p {
	text-align: justify;
	padding-right: 65px;
}

.box .close {
	float: right;
	cursor: pointer;
}

/* -------------------------------------------------- */

#fullpage .section .slide {
	/*background-size: contain;*/
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center;
}

#fullpage .section .slide img {
	display: none;
}

@media screen and (max-width: 768px) {
	#fullpage .section .slide {
		background-size: contain;
	}
}

#fullpage .section .slide .infos {
	display: none;
	position: relative;
	text-align: left;
	left: 20px;
}

.fp-slide {
	text-align: center;
}

.fp-controlArrow.fp-prev {
	position: fixed;
	left: 0 !important;
	top: 0;
	width: 50% !important;
	height: 100%;
	margin: 0;
	border: 0;
	background-color: transparent;
	cursor: default;
	/*cursor: url("images/arrow-l-50.png"), default;*/
}

.fp-controlArrow.fp-next {
	position: fixed;
	right: 0 !important;
	top: 0;
	width: 50% !important;
	height: 100%;
	margin: 0;
	border: 0;
	background-color: transparent;
	cursor: default;
	/*cursor: url("images/arrow-r-50.png"), default;*/
}
