/*
Theme Name: untold stories
Author: Kris Borgerink
Author URI: http://www.krisborgerink.nl/
Description: Custom build theme for untold stories
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800);

@import url(ionicons.min.css);

/* general
--------------------------------------------------*/
html { 
	margin:0;
	padding: 0;
	}

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	background-color: #000;
	margin:0;
	padding: 0;
    /*background-attachment: fixed;*/
	/*overflow: hidden; /* alleen hier voor preloading */
}

#preloader {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	position:fixed;
	z-index: 90000000;
}

.grid-container {
  padding-bottom: 0px;
}

a {
  	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.left {
	float: left;
}
.right {
	float: right;
}

.underline {
	border-bottom: 1px solid #312e2a;
}

.hiphop {
	 background: url(black.jpg) no-repeat center center fixed; 
 	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #fff;
}

.techno {
	 background: url(white.jpg) no-repeat center center fixed; 
 	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.col50 {
	width: 45%;
	float:left;
	padding: 30px;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.col33 {
	width: 30%;
	float:left;
	padding: 15px;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.helmet {
	width: 100px;
	height: 70px;
	left:25%;
	position:fixed;
	margin-left: -50px;
	bottom:5%;
	z-index:999998;
}

.helm {
	max-width:100px;
	display:block;
}

.helm-w {
	display:none;
	max-width:100px;
}



/* header
--------------------------------------------------*/

#header {
	height: 40px;
	width: 100%;	
	display: table;
	color: #000;
	background-color: #000;
	position: fixed;
	left: 0;
	top:0px;
	z-index: 5000;
}

.head-bar {
	height: 40px;
	width: 100%;	
	line-height: 0;
	position: relative;
	/*border-bottom: 1px solid #4d4d4d;*/
}

.head-bar h1 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 25px;
	width: 100%;
	position: fixed;
	top: 7px;
	left: 0;
	padding: 0;
	margin: 0;
	color:#fff;
	/*padding-top: 6px;*/
}


/* content
--------------------------------------------------*/
#content {
	width:100%;
	padding: 40px 0 0 0;
	margin: 0px;
}

#content img {
	width:100%;
	height:auto;
	padding: 0px;
	margin: 0px;
}


/* footer
--------------------------------------------------*/

#footer {
	min-height: 100%;
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
	z-index: 9000;
}

.center {
	display:block;
	max-width: 320px;
	text-align: center;
	margin: 0 auto;
}

#footer h2 {
	font-style: normal;
	margin-bottom: 0px;
	line-height: 100%;
	padding-bottom:0px;
}

#footer h3 {
	font-style: normal;
	font-size: 24px;
	line-height: 130%;
}

#footer .grid-container {
	position: relative;
	padding-bottom: 50px;
	z-index: 1;
}
#footer .close_window {
	background-color: #fff;
	z-index: 6000;
}

#footer .close_window_btn {
	height: 20px;
	width:100%;
	padding: 7px 10px;
	line-height: 20px;
	position: fixed;
	top: 0px;
	left: 0;
	text-align: center;
	background-color: #000;
	z-index: 90000!important;
}

#footer .close_window_btn a {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}

#footer .close_window_btn i {
	font-size: 18px;
	line-height: 12px;
}

#footer a {
	border-bottom: 1px solid #fff;
}

#footer a:hover {
	border-bottom: 1px solid #000;
}




@media screen and (max-width: 767px) {
	#footer .grid-container div:first-of-type {
		padding-top: 50px;
	}
	
}


/* nav + subnav elements/controls
--------------------------------------------------*/

#header .nav {
	/*font-family: serif;*/
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	/*padding-top: 6px;*/
	position: fixed;
	top: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
	/*margin-top: -15px;*/
}
#header .nav li {
	display: table;
	/*height: 50px;*/
	line-height: normal;
	list-style-type: none;
	/*position: fixed;
	z-index: 3000;*/
	position: relative;
	/*background-color: red;*/
	margin: 0px 5px;
}
#header .nav li.right {
	text-align: right;
	right: 5px;
	/*margin-top: -2px;*/
}
#header .nav li.left {
	left: 5px;
}
#header .nav li.btn_download {
	margin-top: -3px;
}

#header .nav li a {
	text-align: center;
	border: none;
	color: #fff;
	font-size: 15px;
}

.btn_contact span {
	margin-left: 35px;
}

#header .nav li.left a i {
	color: #fff;
	position: absolute;
	width: 25px;
	padding-right: 10px;
	font-size: 21px;
}

#header .nav li.right a i {
	color: #fff;
	font-size: 18px;
}

#header .nav li a:hover {
	color: #fff;
	border-color: #fff;
}

	
/* arrows */
a.arrows {
	/*font-family: 'entypo';*/
	color: #000000;
	/*width: 125px;*/
	font-size: 30px;
	line-height: 20px;
	display: block;
	position: fixed;
	top: 4px;
	z-index: 10000;
	text-decoration: none;
	border: none;
}
a.arrows.arrow-left {
	margin-right: 110px;
	text-align: left;
	right: 50%;
}
a.arrows.arrow-right {
	margin-left: 110px;
	text-align: right;
	left: 50%;
}
a.arrows:hover {
	color: #888;
}
	
	
@media screen and (max-width: 767px) {
	#header .nav {
		top: 11px;
	}
	#header .nav li a {
		width: 30px;
		height: 30px;
	}
}


/* headers and paragraphs
--------------------------------------------------*/
p {
	word-wrap: break-word;
	display: block;
	padding: 0 0 30px 0;
	margin:0;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	font-weight: 700;
	padding: 10px 0 10px 0;
	margin:0;
}
h1 {
	font-size: 106px;	
	line-height: 106px;	
	margin-bottom: 55px;
}
h2 {
	font-size: 42px;	
	line-height: 110%;
	margin-bottom: 35px;
	font-style: italic;
}

h2 span {
	font-size: 21px;	
	font-style: italic;
	font-weight:500;
}


h3 {
	font-size: 16px;
	line-height: 21px;	
}
h4 {
	font-size: 14px;
	line-height: 19px;	
}
h5 {
	font-size: 12px;
	line-height: 17px;	
}


/* #content global
--------------------------------------------------*/

article {
  font-size: inherit;
  overflow: visible;
  padding: 0px;
  text-align: left;
  position: relative;
}
.project .header-block {
	text-align: center;
	padding-bottom: 10px;
}
.project .header-block h2 {
	font-size: 45px;
	line-height: 45px;	
	letter-spacing: -2px;
	padding-bottom: 10px;
}
.project .header-block p {
	font-size: 16px;
	line-height: 22px;
}
.project .text-block p:first-of-type, .project .text-block h3 {

	font-size: 22px;
	line-height: 28px;
}
.project .text-block h3 {
	text-transform: uppercase;
	padding: 0;
}
.project .caption, .project .biblio p, .project .biblio p:first-of-type {

	font-size: 16px !important;
	line-height: 22px !important;
	display: block;
	padding-top: 10px;
}
.project .indent {
	margin-top: -30px;
	text-indent: 45px;
}
.project .indent .media {
	text-indent: 0;
}
.project .media {
	display: block;
	margin: 10px 0 40px 0;
}
.project p .media {
	margin: 40px 0 40px 0;
}
/* home
--------------------------------------------------*/

.page-home {
	display: block;
	width: 100%;
	height: 100%;
}
.page-home .grid-container {
	width: 50%;
	padding: 0px;
	margin: 0;
	float:left;
}
.page-home .scroll-container {
	height: 100%;
	display: block;
	padding: 30px 10% 100px 10%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
    /*background-attachment: scroll;
    background-position: top left;
    background-repeat: repeat;*/
}
.page-home .project .text-block p {
	font-size: 16px;
	line-height: 22px;
}
.page-home .project .text-block p:first-of-type, .page-home .project .text-block h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
}

.page-home .project .btn-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	background-color: transparent;
	background: url(images/transparent_pixel.gif) top left repeat;
	border: none;
}


@media (max-width: 768px) {
	
	.page-home .grid-container {
		float: none;
		height: auto;
		width: 100%;
	}
	
	.page-home {
		display: block;
		height: auto!important;
		overflow: auto!important;
		width: 100%;
	}
	
	.hiphop, .techno {
		min-height: 1000px;}
		
}


@media (max-width: 1024px) {
	
	h1 {
		font-size: 82px;
		line-height: 100%;
	}
	
	h2 {
		font-size: 32px;
		line-height: 150%;
	}
	
	.helmet {
		left: 50%;
	}
	
	.helm-w {
		display:block;
	}
	
	.helm{
		display:none;
	}

	
		
}

@media (max-width: 667px) {
	
	h1 {
		font-size: 72px;
		line-height: 150%;
	}
	
	h2 {
		font-size: 32px;
		line-height: 150%;
	}
	
	h2 span {
		font-size: 18px;
		line-height: 100%;
	}
		
}

@media (max-width: 568px) {
	
	h1 {
		font-size: 52px;
		line-height: 150%;
	}
	
	h2 {
		font-size: 26px;
		line-height: 150%;
	}
	
	h2 span {
		font-size: 18px;
		line-height: 100%;
	}
	
	.col50 {
		width:100%;
		margin-bottom: 25px;
	}
	
	.btn_contact span {
		display:none;
	}
			
}



.move {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    bottom: 20px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    max-height: 150px;
    padding: 0px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 200px;
    z-index: 999998!important;
}

.move .alert-close {
    background: #000;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    height: 30px;
	line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 30px;
}



/* forms
--------------------------------------------------*/

form {
	margin: 0px auto;
	max-width: 320px;	
}


input, textarea {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	height: 15px;
	width: 100%;
	border-bottom: 2px solid #fff;
	border-top: none; border-left: none; border-right: none;
	color: #fff;
	padding: 5px;
	background: #000;
}

input[type=submit] {
	font-family: 'Work Sans', sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	float:right;
	position:absolute;
	width: 50px;
	height: auto;
	padding: 0;
	margin: -30px 0px 0px 300px;
	background-color: #000;
	border: none;
	z-index: 500;
	cursor: pointer;
}