@charset "UTF-8";
/* CSS Document */

/* ======= MAIN ==================================== */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	text-rendering: optimizelegibility;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}

body {
    background: none;
	font-family: 'Crimson Text', serif; /* Crimson+Text:400,400i,600,600i */
	height: 100%;
	width:100%;
	font-style: normal;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

/* ======= 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%;
	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 ==================================== */



nav.list_recent {
	position: relative;
	width: 25%;
	display: block;
	float:left;
	margin-left: 2.3%; 
	margin-top: 7%; 
}

nav.list_archive{
	position: relative;
	width: 25%;
	display: block;
	float:left;
	margin-left: 5%;
	margin-top: 7%; 
}

nav ul.list {
	list-style: none outside none;
	float:left;
	display: block;
 	margin-top: 3%; 
	margin-bottom: 0%; 
    margin-left: 5%;     
	padding: 0;
  	max-width:1000px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: large;
	letter-spacing:1px;
	color: grey;
	font-weight: 200;
}

nav ul li a.list {
	margin-right: 30px;
	margin-left: 5px;
}

div.clear {
	clear: both;
} /* what does this do? */


.light_grey {
  	color:#b0b0b0;
}	

.underline {
  	text-decoration:underline;
}	

.tab { display:inline-block; 
       margin-left: 7%; }

/*  ========= FOOTER ================================================= */


footer {
	width: 100%;
	margin: 0 auto; 
	position: fixed;
	left: 30px;
	bottom: 0;
	padding-top: 5px; 
	padding-bottom: 5px;
	z-index: 10;
}

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;
		/* text-indent: 20px; beginning of a paragraph space*/
}