@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: 1.2em;
	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;
}


nav.header-menu {
	position: fixed;
	width: 100%;
}

nav.header-menu ul li {
	display: inline-block; /* you don't understand this, but makes the menu horizontal*/
	margin-top: 15px;
}

/*
nav.header-menu ul li a {
	margin-right: 30px;
	margin-left: 30px;	
}*/

/* 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 ==================================== */

/* ======= title ============= */

/*
div.gravity_title_text {
	width: 25%;
	height: auto;
	margin-top: 2%;
	margin-left: 3%;
	}


div.title_paragraph {
	display:table-cell;
	vertical-align: top;
	}

p.title {
	font-family: 'Crimson Text', serif; 
	font-size: 1.2em;
	letter-spacing:1px;
	color: #999;
	font-weight: 100;
	line-height: 1.5em;
	}

p.underline {
	text-decoration: underline;
	}
*/



/* ======= images ================== */

img { /* in order for all images to be flexible */
	max-width:100%;
	height: auto; /* height automaticly propotional to the width*/
	margin: 0 0 0 0;	/* top right bottom left*/
}

p.notes {
	font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	font-size: smaller;
	letter-spacing:1px;
	color: #999;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0;
	}

	/* balon */
div.img_01 {
	width: 70%;
max-width: 100%;
height: auto;
float: left;
margin-left: 0%;
margin-top: 3%;
display: block;
}

	/* lano */
div.img_02 {
width: 25%;
max-width: 100%;
height: auto;
float: left;
margin-left: 0;
margin-top: 43%;
display: block;
}

/* hrnek_1 */
div.img_03 {
width: 55%;
max-width: 100%;
height: auto;
float: right;
margin-right: 10%;
margin-top: 6%;
display: block;
}

div.container_trampolina_04_05 {
width: 35vw;
height: 25vw;
position: relative;
float: right;
margin-top: -15%;
margin-right: 20%;
display: block;
}

/* trampolina 1 */
div.img_04 {
	width: 90%;
	max-width: 100%;
	height: auto;
	position: absolute;
	float: left;
	left:0;
	top: 0;
	display: block;
	z-index: 40;
	transition: z-index;
}

div.notes04 {
	margin-left: 3%;
}

/* trampolina 2 */
div.img_05 {
	width: 90%;
	max-width: 100%;
	height: auto;
	position: absolute;
	float:right;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 30;
	transition: z-index;
}

div.rotateWrapper {
	position: relative;
	}

div.rotation5{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: -7.5em;
	left: 19vw;
	position: relative;
	width: 180px;
	height: 30px;
	}

div:hover { 
	z-index: 1000;
}

div.clear {
	clear: both;
} /* what does this do? */

/* stepan */
div.img_06 {
width: 65%;
max-width: 100%;
height: auto;
float: right;
margin-right: 0%;
margin-top: 15%;
display: block;
}

/* hrnek_2 */
div.img_07 {
width: 40%;
max-width: 100%;
height: auto;
float: left;
margin-left: 15%;
margin-top: 10%;
margin-bottom: 10%;
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*/
}


/* ======= FOOTER ==================================== */
