div, p, a, li, td {
	-webkit-text-size-adjust:100%; 
	-moz-text-size-adjust:100%; 
	-ms-text-size-adjust:100%;
}

body, input, button {
	font-family: Times;
	font-size: 16px;
	line-height:1.25em;
	color: #FFF;
}

body {
	min-height:600px;
}

body, html, main {
	height:100%;
}



a {
	color: rgba(255,255,255,0.6);
	cursor:pointer;
	transition:0.2s color;
}

a:hover {
	color: rgba(255,255,255,0.4);
}

b, strong {
	font-weight:bold;
}

i {
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	font-family:"Didot";
	text-transform: uppercase;
}



background {
    width:70%;
    height:100%;
    background:black;
    position: fixed;
}

background section {
    position:absolute;
    width: 27.5%;
    height:100%;
    background-size:cover;
    background-position: center;
}

background section.jeroen {
    background-image: url("../images/1000x1000_stp_twu_jeroen.jpg");
}

background section.bw {
    background-image: url("../images/1000x1000_stp_twu_bw.jpg");
    left: 72.5%;
}

background section.sleepy {
   background-image: url("../images/1000x1000_stp_twu_sleepy.jpg");
   left: 27.5%;
   width: 45%;
}

figure {
	background-size: contain;
	background-position: center center;
	width: 385px;
	margin: 0 .5em;
	display: inherit;
	height: 210px;
	box-sizing: border-box;
	margin-bottom: 0;
	background-repeat: no-repeat;
	margin-bottom: -0.5em;
	overflow: hidden;
}


figure.exhibition {
 background-image: url("../images/stp_twu_exhibition3.jpg");
 position: relative;
 margin: 0;
 width: 100%;
 background-size: cover;
 margin-bottom: -0.5em;
}

figure.book {
 background-image: url("../images/960x540_stp_twu_book_empty.png");
 position: relative;
}



main h1 {
    position: fixed;
    font-size: 9rem;
    bottom:0;
    width:50%;
    line-height: 80%;
    padding: 1rem;
    text-shadow: 0px 0px 30px rgba(70, 48, 20, 0.8);
    margin-bottom: -1.5rem;
    overflow: hidden;
}

main section {
	width: 30%;
	right:0;
	background:black;
	position: absolute;
	box-sizing: border-box;
	/* height: 100%; */
	overflow: hidden;
}

h3,
p {

    margin-bottom: 0em;
     padding:1em 2em;
  
	text-align:justify;
   
 }



 p br {
 	line-height:2em;
 	
 }


 p:first-of-type {

	padding-top:2em;

 }


h3.dia,
p.dia {
    background: white;
    color: black;
    mix-blend-mode: lighten;
    padding:2em;
}


p.dia a {
	color:#999;
}

p.stream, p.social {
	padding-top:0em;

}

h3, h3.dia {
	font-weight: bold;
	padding: 2em;
	padding-bottom: 0;
}

h3.dia {
	padding-bottom:1em;
}


background section:before {
    content:"";
    width:100%;
    text-align:center;
    position:absolute;
    padding:1rem;
    box-sizing:border-box;
    text-transform:uppercase;
    font-size:1.5rem;
    text-shadow: 0px 0px 20px rgba(70, 48, 20, 1), 0px 0px 30px rgba(70, 48, 20, 0.5);
    line-height: 1em;
    font-family: "Didot", Times;
}

background section.jeroen:before {
    content:"Jeroen Tissen"
}

background section.sleepy:before {
    content:"Sleepy The Poet";
    font-weight: bold;
}

background section.bw:before {
    content:"Boy Wonder"
}



.stream a,
.social a{
	font-family:"FontAwesome";
	content: "";
	overflow:hidden;
	width:2rem;
	height: 2rem;
	font-size:2rem;
	color:transparent;
	display:inline-block;
	margin-right: 0.25em;
}

.social a:after,
.stream a:after {
	display:block;
	color:white;
	vertical-align: top;
	position: relative;
	margin-top: -.4em;
	transition:0.2s color;
}

.social a:hover:after, .stream a:hover:after  {
	color:rgba(255,255,255,0.5)
}

.social a.fb:after {
	content: "\f082";
}

.social a.tt:after {
	content: "\f081";
}

.social a.ig:after {
	content: "\f16d";
}

.stream a.sp:after {
	content: "\f1bc";
}

.stream a.it:after {
	content: "\f179";
}

.stream a.dz:after {
	content: "\f080";
}

@media (max-width: 1000px) {
 
 background {
 	height:500px;
 	width:100%;
 }

 main {
 	width:100%;
 	position: absolute;
 	display:inline-block;
 	z-index: 1;
 	top: 0;
 }

 main h1 {
 	display:inline-block;
 	height: 31vw;
 	position: initial;
 	box-sizing: border-box;
 	width: 100%;
 	margin-top: 19vw;
 	margin-bottom: 0;
 	vertical-align: bottom;
 	font-size: 19vw;
 }

 main section {
 	display:inline-block;
 	position:initial;
 	width: 100%;
 	height: auto;
 	text-align: center;
 }

 	

}

main section {
 	background:linear-gradient(to bottom, rgb(23,25,28) 0%, rgb(65,60,55) 100%);
	
}

@media (max-width: 700px) {
	 main h1 {
		font-size: 7rem;
		height: 200px;
		margin-top: 300px;
	}

	body {
		font-size:25px;
		
		
	}

	.stream a,
	.social a{
		width: 4rem;
		height: 4rem;
		font-size:4rem;
	}

	.social a:after,
	.stream a:after {
		font-size:4rem;
		margin-top: -1rem;
		
	}



}


.book .photo {
    position:absolute;
    background-size:100% 100%;
    mix-blend-mode:multiply;
    width: 42%;
    height: 81.7%;
    right: 6.1%;
    top: 7.8%;
    transform: skewX(3.2deg) rotate(-.5deg);
    overflow: hidden;
}

.book .photo {
    position:absolute;
    background-size:100% 100%;
    mix-blend-mode:multiply;
    width: 42%;
    height: 83%;
    right: 5%;
    top: 7%;
    transform: skewX(3.2deg) rotate(-.5deg);
    overflow: hidden;
    clip-path: polygon(0% 0%, 98% 2%, 97% 100%, 0% 100%);
}

.book .title:after {
	font-family:"Didot",Times;
	text-transform:uppercase;
	font-size:28px;
	line-height:24px;
	width:40%;
	position:absolute;
	bottom:12%;
	left:7%;
	transform:rotate(-1deg);
}

@media (max-width: 700px) {

	.book {
		transform:scale(1.5);
		margin: 2em 2em;
	}

	.book .photo {
	
		position:absolute;
	    background-size:100% 100%;
	    mix-blend-mode:multiply;
	    width: 42%;
	    height: 81.7%;
	    right: 6.1%;
	    top: 7.8%;
	    transform: skewX(3.2deg) rotate(-.5deg);
	    overflow: hidden;
		clip-path:none;
	}
}

figure a {
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
}