/*
Binder
Author: Clement Valla
Version: 1.0
*/

 *{
 	margin: 0;
	padding: 0;
 }
html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 900px;
}

div#background-site {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
}

div#background-site iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}

div#menu {
	position: fixed;
	right: 10px;
	top: 40%;
  color: black;

	letter-spacing: .01em;
	z-index:10;
	padding: 13px;
	padding-right: 15px;
	font: 15px/20px arial;
    letter-spacing: -0.3px;
	cursor: move;
	    box-shadow: #fefb00 3px 3px 0, 6px 6px 0px #ff0000;
	border-style: solid;
	border-color: blue;
	background-color: #eee;
}

img#logo {
	z-index: 20;
	position: fixed;
	right: 70px;
	top: 60px;
	width: 300px;
}

img#binder-clip{
	margin-top: -38px;
    position: fixed;
    margin-left: 80px;
    z-index: 20;
    -ms-transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    transform: rotate(-27deg);
}

ul#navigation {
	margin: 0;
	padding:0;
	list-style-type: none;
}

ul#navigation li{
	padding:0;
	margin:0;
	width:auto;
}

ul#navigation a, div.about{
	color: #717171;
	padding: 0;
	text-decoration: none;
	padding: 1px;
}
ul#navigation a.active{
	color: #000;
}
ul#navigation a:hover{
	color: #000;
}
ul#navigation .current_page_item a {
	color: red;
}

div.about{
	position: fixed;
	font-family: arial;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 19px;
    z-index: 100;
    color: rgba(0, 0.8);
	z-index: 90;
	max-width: 277px;
	right: 142px;
	top: 155px;
}


/* @group mobile */
@media only screen and (max-width: 720px) {
	body, html{
	position: relative;
		width: 100%;
	}
	div#background-site{
		-webkit-overflow-scrolling:touch;
		overflow:auto;
	}
	div#background-site iframe{
		width: 100%;
		height: 5500px;
		overflow: hidden;
	}
	div#menu {
		position: fixed;
		width:95%;
		font-size: 16px;
		line-height: 22px;
		padding: 10px;
		z-index:10;
		left: 2px;
		top: 2px;
	}
	img#logo{
		position: fixed;
		left:50%;
		top:10px;
		margin-left: -80px;
		width:160px;
		margin: left:10%;
	}
	ul#navigation{
		display: none;
		text-indent: -1.5em;
		margin-left:1.5em;
		margin-top: 20px;
	}
	div#menu-open{
		width: 30px;
		height: 35px;
		cursor: pointer;
    color: black;
	}
	div#menu-open div {
	    background-color: black;
	    border: 1px solid black;
	    border-radius: 2px 2px 2px 2px;
	    height: 15%;
	    margin-bottom: 15%;
	    width: 90%;
	}
	.border{
	}
	div.about{
		width: auto;
		display: none;
	}
}
/* @end */
