@charset "UTF-8";
/* CSS Document */

/* ======= MAIN ==================================== */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	text-rendering: optimizelegibility;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
    background: none repeat scroll 0 0;
	font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	font-style: normal;
	overflow-x: hidden;
	font-size: 1em;
	padding: 0;
	margin: 0;
	height: 100%;
}


/* ======= HEADER NAVIGATIN MENU ==================================== */

header {
	height: 45px;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	z-index: 1000;
	position: fixed;
}

a {
	font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	font-style: normal;
	color: grey;
}

a:link {
	text-decoration: none;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#666666;
}

a:active {
	text-decoration: none;
}

/*hiding the menu in large screens */
.menu-trigger {
	display: none;
}

nav.header-menu {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

nav.header-menu ul li {
	display: inline-block; /* you don't understand this, but makes the menu horizontal*/
	margin-top: 15px;
}


/* bellow is the left menu */
nav.header-menu ul.menu-left {
	list-style: none outside none; /*list-style: none = is getting rid of the bullet points*/
	position: relative;
	float:left;
	display: block;
    margin-top: 0px; 
	margin-bottom: 0px; 
    margin-left: 2%; 
	margin-right: 0px; 
	padding: 0;
  	max-width: 700px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: large;
	letter-spacing:1px;
	color: grey;
	font-weight: 400;
}

nav ul li a.adela {
	margin-right: 30px;
	}

span.dash, span.dash-b {
	display: none;
}


/* bellow is the right menu */
nav ul.menu-right {
	list-style: none outside none;
	float:right;
	display: block;
 	margin-top: 0px; 
	margin-bottom: 0px; 
    margin-left: 0px; 
	margin-right: 2%;    
	padding: 0;
  	max-width:800px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: large;
	letter-spacing:1px;
	color: grey;
	font-weight: 400;
}

nav ul li a.list {
	margin-right: 0;
	margin-left: 0;
	}

nav ul li a.instagram {
	margin-right: 0;
	margin-left: 30px;
	}
	
	
nav ul li a.contact {
	margin-right: 30px;
	margin-left: 30px;
	}

		
/*  ======= CONTENT ========================================================= */
	

p.notes {
	font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	font-size: x-small;
	letter-spacing:1px;
	color: #999;
	font-weight: 100;
	line-height: 1.1em;
	margin: 0;
}
	
img { /* in order for all images to be flexible */
	max-width:100%;
	height: auto; /* height automaticly propotional to the width*/
	margin: 0 0 10px 0;	/* top right bottom left*/
	}

div.censorship {
	width: 94%;
	height: 88%;
	float: left
	top: 7%;
	right: 3%;
	bottom: 5%;
	left: 3%;
	background-color: #f3f2f2;
	opacity: 0.8;
	display: block; 
	position: fixed;
	z-index: 1000;
}

div.txt {
	position: fixed;
	width: 80vw;
	height: auto;
	top: 10%;
	right: 10%;
	left: 10%;
	bottom: 10%;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1010;
}

div.clear {
	clear: both;
}

/*
div.container_relative_03_04 {
	width: 65vw;
	height: 45vw;
	position: relative;
	float: left;
	margin-left: -18%;
	margin-top: 10%;
	display: block;
}

div.img_03 {
	width: 55%;
	max-width: 100%;
	height: auto;
	position: absolute;
	float:left;
	left: -13%;
	bottom: 0;
	display: block;
	z-index: 60;
	transition: z-index;
}

div.notes04 {
	margin-left: 3%;
}

div.img_04 {
	width: 70%;
	max-width: 100%;
	height: auto;
	position: absolute;
	float:right;
	top: 0;
	right: 0;
	display: block;
	z-index: 50;
	transition: z-index;
}

div.rotateWrapper {
	position: relative;
	}

div.rotation04 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -6em;
	left: 94%;
	position: relative;
	width: 130px;
	height: 30px;
}


div:hover { 
	z-index: 1000;
} */

div.img_05 {
	width: 80%; 
max-width: 100%;
height: auto; 
float: right;
margin-top: 5%; 
margin-right: 6%;
	}
	
div.notes05 {
	margin-left: 30%;
}
 		
div.img_06 { 
width: 40%;
max-width: 100%;
height: auto;
float: left;
margin-top: 8%;
margin-left: 0;
z-index: 10;
transition: z-index;
}
	
 div.rotateWrapper {
	position: relative;
	}
	
div.rotation06 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -6em;
left: 37vw;
position: relative;
width: 130px;
height: 30px;
	}
	
div.img_07 {
width: 55%;
max-width: 100%;
height: auto;
float: right;
margin-top: -40%;
margin-right: 0%;
display: block;
z-index: 50;
transition: z-index;
	}
	
div.container_relative_08_09 {
width: 90vw;
height: 80vw;
position: relative;
float: right;
margin-right: 10%;
margin-top: 15%;
display: block;
}

div.img_08{ 
	width: 80%;
max-width: 100%;
position: absolute;
height: auto;
float: left;
bottom: 0;
left: 0;
display: block;
z-index: 10;
transition: z-index;
	}

div.notes08 {
margin-left: 1.5em;
}

div.img_09 {
width: 60%;
max-width: 100%;
height: auto;
position: absolute;
float: right;
right: -20%;
top: 0;
display: block;
z-index: 20;
transition: z-index;
	}

div.notes09 {
margin-left: 37%;
	}

div:hover { 
	z-index: 1000;
}	
	
div.container_relative_11_12 {
width: 55vw;
height: 74vw;
position: relative;
float: left;
margin-left: 5%;
margin-top: 8%;
display: block;
}
	
div.img_11 { 
	width:95%;
	max-width:100%;
	height: auto; 
	position: absolute;
	float:left;
	bottom: 0; 
	left: 0; 
	display: block;
	z-index: 60;
	transition: z-index;
	}

div.notes11 {
	margin-left: 0;
}


div.img_12 {
	width: 95%;
	max-width: 100%;
	height: auto;
	position: absolute;
	float:right;
	top: 0;
	right: 0;
	display: block;
	z-index: 50;
	transition: z-index;
}

div.rotateWrapper {
	position: relative;
	}

div.rotation12 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -6em;
	left: 39.8vW;
	position: relative;
	width: 130px;
	height: 30px;
}


div:hover { 
	z-index: 1000;
}
	
div.img_14 { 
	width: 60%;
max-width: 100%;
height: auto; 
float: right;
margin-top: 13%; 
margin-right: 8%; 
display: block;
	}
	
div.rotation14 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -8.1em;
left: 54vw;
position: relative;
width: 200px;
height: 30px;
	}

	
div.img_15 { 
width: 70%;
max-width: 100%;
height: auto;
float: left;
margin-left: 5%;
margin-top: 8%;
display: block;
	}

div.img_16 { 
width: 65%;
max-width: 100%;
height: auto;
float: left;
margin-top: 13%;
display: block;
	}
	
div.rotation16 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -6em;
	left: 95%;
	position: relative;
	width: 130px;
	height: 30px;
	}
	
div.img_17 { 
width: 55%;
max-width: 100%;
height: auto;
float: right;
margin-top: 8%;
margin-right: 4%;
margin-bottom: 20%;
display: block;
	}
		

/*  ========= FOOTER ================================================= */

footer {
	background: white;
	width: 100%;
	margin: 0; 
	padding: 0;
	bottom: 0px;
	left: 0px;
	clear: both; /* for magical reasons this put my footer at the bottom under the contain */
}

p.footer {
	color: grey;
 font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	font-style: italic;
    font-size: small;
    letter-spacing: 1px;
	text-align:left;
	margin-left: 3%; /* margin is a space outside of the boarder of an element (in this case footer) */
	padding-top: 5px; 
	padding-bottom: 15px; /* padding is a space inside of the boarder of an element (in this case footer) */
	bottom: 0;
	position:;
		/* text-indent: 20px; beginning of a paragraph space*/
}