/*

- Header
	Title
	Menu
- Video Banner
- Post
	Title
	Img
	Copy
- Icons and buttons
- Responsiveness

*/


/*  Fonts  */


/*Google Fonts*/

@import url(https://fonts.googleapis.com/css?family=Merriweather:300italic,700|Open+Sans:400,300italic,300,400italic|Playfair+Display:400,700,400italic,700italic);



header {
	width: 100%;

}
#title{
	display: block;
	width: auto;
	margin: 10em auto;
	text-align: center;
	

}
	#title img{ /*logo*/

		width: 550px;
		height: auto;
		margin: 10px;
	}

	#title h1{ /*sub title*/
		margin: 10px;
		font-family: 'Merriweather', serif;
		font-style: italic;
		font-weight: 300;
		font-size: 1.2em;
	}


.lightbox { display: none; }

/* ------- NAVIGATION ------- */
nav{
	position: fixed;
	width: 100%;
	height: 4em;
	top:0;
	display: block;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	font-size: .8em;
	line-height: 2em;

}
	nav ul{

		float: right;
		margin: 15px 15px 0px 0px;
	}
	nav li{
		float: left;
		width: auto;
		margin: 0 20px;
	}
	 nav li.project{
			width: 10em;
		}
		p.right{
			text-align: right; 
		}

	nav a{
		color: black;
	}
	nav li img{
		position: relative;
		top: 3px;
		left: 2px;
	}


 
/* Instagram */
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(../img/ig-badge-view-sprite-24-bw.png) no-repeat 0 0; }


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(../img/ig-badge-view-sprite-24@2x-bw.png); background-size: 160px 178px; } }
*/
/* Back to top */
.back_up {
	position: fixed;
	right: 0;
	bottom:0;

	width: 0; 
	height: 0; 
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	
	border-bottom: 50px solid black;
}
.back_up p{
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	font-size: .8em;
	color: red;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s,bottom .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s,bottom .3s;
  transition: opacity .3s 0s, visibility 0s .3s,bottom .3s;
  


}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s,bottom .3s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s,bottom .3s;
  transition: opacity .3s 0s, visibility 0s 0s,bottom .3s;


}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;


}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  bottom: 50px;
  opacity: 1;

  -webkit-transition: bottom .3s;
  -moz-transition: bottom .3s;
  transition: bottom .3s;
}


.url{

	display: block;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	color: black;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.5em;

}
.inline_url{

	font-weight: 300;
	color: black;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5em;

}




/*-------CONTENT AND POSTS-------*/
#content{
	width: 1140px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

.photo_post{ /*foto*/
	margin: auto auto 10em auto;
}

	.photo_post img{

		display: block;
		margin-bottom: 1.5em;
		

	}
.quote{ /*quote about password*/
	width: 550px;
	margin: auto;
}

.quote2{
	margin: auto;
	padding-left:8em;
}


.quote blockquote {
	display: inline-block;
	position: relative;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.4em;
	text-align: left;
	color: #595959;

}
	.quote_marks {
		display: inline-block;
		position: relative;
		float: left;
		width: 50px;
		height: 50px;
		font-family: 'Playfair Display', serif;
		font-size: 6em;
		opacity: .5;
		top: 25px;
		left: -50px;		
	}



.pw_line{ /*Vertcal line*/
    display: inline-block;
    position: relative;
    float: left;
    height: 3px;
    top:13px;
     opacity: 0.5
}
.quote h1{
	display: inline-block;
	position: relative;
	margin-top: ;
	text-align: right;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 1.8em;
	left: ;
/*	color: #c99fca; automatiseren*/
}



/*page styles*/

.page{
	margin-bottom: 3em;
}

.page p{
	width: 700px;
	margin: 1.5em auto;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 2em;
	text-align: left;
}

.page h1{
		width: 700px;
		margin: 1.5em auto;
		text-align: left;
		font-family: 'Merriweather', serif;
		font-style: italic;
		font-weight: 300;
		font-size: 1em;
	}
