/*
Theme Name: Violet 01
Author: Elemental Films
Version: 1.0
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
body {line-height:1}
ol,ul {list-style:none}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:''; content:none}
table {border-collapse:collapse; border-spacing:0}

/* Base*/

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

html {
	overscroll-behavior: none;
}

body {
	background-color: #000000;
	font-size: 18px;
	font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial;
	color: #FFFFFF;
	line-height: 1.2;
}

a:link,a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

/* Contain floats. */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/******************************** PagePiling Edit ***************************/

.pp-scrollable{
	-webkit-overflow-scrolling: touch;
}

/********************************* Orientation Check ************************/
	
.topspace {
	height: 50%;
	width: 100%;
}
	
.centre {
	color: #000000;
	font-size: 32px;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	margin-top: -26px;
}

/***************************** Preloader Overlay **************************/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 100;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(./images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/******************************* BITMOVIN ******************************/

#player-wrapper {
	width: 100%;
	font-size: 12px;
}

/******************************* PAGE CONTENT ******************************/

.click {
	position: fixed;
	bottom: 5%;
	z-index: 50;
	cursor: pointer;
	opacity: 0.6;
	font-size: 0;
}
#down {
	right: 5%;
}
#up {
	right: calc( 5% + 40px );
	visibility: hidden;
}

#frame {
	width: 100%;
}

/* prevent flickering on firefox */
.section {
	backface-visibility: hidden;
}

/*SECTION 1 - ROBERT*/
#section-1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
/*SECTION 2 - TITLE*/
#section-2 {
	background-color:#000;
}
#titler {
	height: 56px;
	margin: 0 auto;
	width: 300px;
	background: #000 url(./images/page2small-300.png) center no-repeat;
}

/* SECTION 3 - CAST*/
#section-3 {
	background-color: #000000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#art-3 {
	position: absolute;
	top: 90px;
	left: 4%;
	font-size: 1.3em;
	line-height: 1.2;
}
#art-3 p.bottom {
	font-size: 0.8rem;
	margin-top: 10px;
}

/* SECTION 4 - QUOTE*/
#section-4 {
	background-color: #000000;
	background-size: cover;
	background-repeat: no-repeat;
}
#head-4 {
	position: relative;
	padding-left: 4%;
	font-weight: 700;
	letter-spacing: -3px;
	word-spacing: -5px;
	opacity: 0.15;
	overflow: hidden;
	box-sizing: border-box;
}

#art-4 {
	position: absolute;
	top: 15%;
	padding: 0 4%;
	width: 92%;
}
#art-4 p {
	font-size: 1em;
}
#art-4 span {
	font-size: 0.8rem;
}

/*SECTION 5 - TRAILER*/
#section-5 {
	background-color: #000000;
}

#vidFrame {
	width: 100%;
	height: auto;
	background-color: #000000;
}

#vidHold {
	margin: 0 auto;
	border-top: 2px #444 solid;
	border-bottom: 2px #444 solid;
	width: 100%;
	max-width: 976px;
	background-color: aqua;
}

/*SECTION 6 - PLOT SUMMARY*/
#section-6 {
	background-color: #000000;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
#art-6 {
	padding: 0 4%;
}

#art-6 p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.1;
	max-width: 650px;
}

#art-6 p:first-child {
	text-transform: uppercase;
	font-size: 1em;
}
#art-6 p:last-child {
	margin-bottom: 0;
} 
#art-6 span {
	display: none;
}

/*SECTION 7 - GOING TO COURT*/
#section-7 {
	background-color: #000000;
}

#art-7 {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 95px 4% 0;	
}
#art-7 p {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.1;
	max-width: 600px;
}

#art-7 p:first-child {
	font-size: 1em;
	text-transform: uppercase;
	max-width: 94%;
}
#art-7 p:last-child {
	height: 470px;
	margin-bottom: 0;
}

/*SECTION 8 - ASBESTOS*/
#section-8 {
	background-color: #000000;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

/*SECTION 9 - CREDITS*/
#section-9 {
	background-color: #000000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#opaque-9 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}
#art-9 {
	position: absolute;
	bottom: 20px;
	padding-left: 4%;
}

#art-9 p {
	font-size: 0.9em;
}
#art-9 p.caps {
	font-size: 1.1em;
	text-transform: uppercase;
}
	
#art-9 img {
	margin: 10px 0;
	width: 290px;
	height: auto;
}

/*-----------------------------------------------

RESPONSIVE

------------------------------------------------*/
@media screen and (min-width:340px) {
	.the {
		display: inline;	
	}
}

@media screen and (min-width:480px) {
	#titler {
		width: 430px;
		background:#000 url(./images/page2small-430.png) center bottom no-repeat;
	}
	#player-wrapper {
		font-size: 16px;
	}
}

@media screen and (min-width: 630px) {
	#modal-menu {
		height: 140px;
		justify-content: center;
	}
	.link:nth-child(5), .link:nth-child(6), .link:nth-child(7), .link:nth-child(8) {
		position: initial;
		height: 70px;
		width: auto;
		z-index: auto;
		align-items: center;
		background-color: transparent;
		flex-basis: auto;
	}
	.modal-blank {
		height: 0;
		z-index: auto;
		background-color: transparent;
	}
	.the {
		display: none;	
	   }
}

@media screen and (min-width:768px) {
	#modal-burger {
		display: none;
	}
	#modal-menu {
		height: 100%;
		flex-wrap: nowrap;
		column-gap: normal;
		justify-content: space-between;
		align-items: center;
		width: 90%;
		padding: 0 5%;
	}
	.link {
		height: auto;
	}
	.link:nth-of-type(3) {
		display: block;
		width: 6%;
	}
	.modal-blank {
		display: none;
	}
}

@media screen and (min-width:900px) {
	.link:nth-of-type(3) {
		width: 15%;
	}
	.the {
		display: inline;
	}
}

/******************************** LANDSCAPE ONLY *********************************/

@media screen and (orientation:landscape) {
	
	#section-1 {
		background-image: url(./images/pages/page1-812x456.jpg);
		background-position: top;
	}
	#section-3 {
		background-image: url(./images/pages/page3-812x456.jpg);
	}
	#section-4 {
		background-image: url(./images/pages/page4-812x456.jpg);
		background-position: center;
	}
	#section-6 {
		background-image: url(./images/pages/page6-812x456.jpg);
		background-position: center;
	}
	#art-7{
		background-image: url(./images/pages/page7-812x456.jpg);
	}

	#art-7 p:last-child {
		padding-bottom: 10px;
		height: 260px;
	}
	#section-8 {
		background-image: url(./images/pages/page8-812x456.jpg);
	}
	#section-9 {
		background-image: url(./images/pages/page9-812x456.jpg);
	}
	#opaque-9 {
		width: 320px;
		height: 480px;
	}
	#art-9 {
		top: 16px;
	}
}

@media screen and (min-height:360px) and (orientation:landscape) {
	#art-4 {
		right: 5%;
		width: 65%;
		max-width: 620px;
	}
	#art-7 {
		background-image: none;
	}
	#section-7 {
		background-image: url(./images/pages/page7-812x456.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#art-7 p {
		max-width: 430px;
	}
	#art-7 p:last-child {
		height: auto;
	}
}

@media screen and (min-height:375px) and (orientation:landscape) {
	
	#art-6 p, #art-7 p {
		font-size: 1em;
	}

	#art-4 p, #art-6 p:first-child, #art-7 p:first-child {
		font-size: 1.1em;
	}
}

@media screen and (min-height:414px) and (orientation:landscape) {
	#art-3 {
		top: auto;
		bottom: 5%;
		font-size: 1.6em;
		line-height: 1.3;
	}
	#art-3 p.bottom {
		font-size: 1.1rem;
		margin-top: 10px;
	}
}

@media screen and (min-height:450px) and (orientation:landscape) {
	#opaque-9 {
		height: 100%;
	}
	#art-9 {
		top: auto;
		bottom: 20px;
	}
}

@media screen and (min-width:812px) and (orientation:landscape) {
	#section-1 {
		background-image:url(./images/pages/page1-1024x576.jpg);
	}
	#section-3 {
		background-image:url(./images/pages/page3-1024x576.jpg);
	}
	#section-4 {
		background-image:url(./images/pages/page4-1024x576.jpg);
	}
	#section-6 {
		background-image:url(./images/pages/page6-1024x576.jpg);
	}
	#section-7 {
		background-image:url(./images/pages/page7-1024x576.jpg);
	}
	#section-8 {
		background-image:url(./images/pages/page8-1024x576.jpg);
	}
	#section-9 {
		background-image:url(./images/pages/page9-1024x576.jpg);
	}
}

@media screen and (min-width:1000px) and (orientation:landscape) {
	#section-1 {
		background-image:url(./images/pages/page1-1440x900.jpg);
	}
	#section-3 {
		background-image:url(./images/pages/page3-1440x900.jpg);
	}
	#section-4 {
		background-image:url(./images/pages/page4-1440x900.jpg);
	}
	#section-6 {
		background-image:url(./images/pages/page6-1440x900.jpg);
	}
	#art-3 {
		font-size: 1.8em;
	}
	#art-3 p.bottom {
		font-size: 1rem;
	}
	
	#section-5 {
		background-color: transparent;
	}
	#vidFrame {
		background: url(./images/flashglow-976x416.png) center no-repeat;
		height: 500px;
		width: 100%;
		border-top: 2px #FFF solid;
		border-bottom: 2px #fff solid;
		background-color: #000000;
	}
	#vidHold {
		margin: 42px auto 0;
		border: none;
	}
	#section-7 {
		background-image:url(./images/pages/page7-1440x900.jpg);
	}
	#section-8 {
		background-image:url(./images/pages/page8-1440x900.jpg);
	}
	#section-9 {
		background-image:url(./images/pages/page9-1440x900.jpg);
	}
	#opaque-9 {
		width: 364px;
	}
	#art-9 {
		padding-left: 8%;
	}
	
	#art-9 p.caps {
		font-size: 1.3em;
	}

	#art-9 img {
		width: 306px;
	}	
}
@media screen and (min-width:1000px) and (orientation:landscape) {
	#section-1 {
		background-image:url(./images/pages/page1-1920x1200.jpg);
	}
	#section-3 {
		background-image:url(./images/pages/page3-1920x1200.jpg);
	}
	#section-4 {
		background-image:url(./images/pages/page4-1920x1200.jpg);
	}
	#section-6 {
		background-image:url(./images/pages/page6-1920x1200.jpg);
	}
	#section-7 {
		background-image:url(./images/pages/page7-1920x1200.jpg);
	}
	#section-8 {
		background-image:url(./images/pages/page8-1920x1200.jpg);
	}
	#section-9 {
		background-image:url(./images/pages/page9-1920x1200.jpg);
	}
}

/*************************************PORTRAIT ONLY **************************/

@media screen and (orientation:portrait) {
	#section-1 {
		background-image: url(./images/pages/page1-445x667.jpg);
		background-position: left;
	}
	#section-3 {
		background-image: url(./images/pages/page3-445x667.jpg);
	}
	#section-4 {
		background-image: url(./images/pages/page4-445x667.jpg);
		background-position: left;
	}
	#section-6 {
		background-image:url(./images/pages/page6-445x667.jpg);
	}
	#art-7 {
		background-image:url(./images/pages/page7-445x667.jpg);
	}
	#section-8 {
		background-image:url(./images/pages/page8-445x667.jpg);
	}
	#section-9 {
		background-image:url(./images/pages/page9-445x667.jpg);
	}
}

@media screen and (min-height:550px) and (orientation:portrait) {
	#art-6 p {
		margin-bottom: 12px;
	}
	#art-6 p:first-child, #art-7 p:first-child {
		font-size: 1.1em;
	}
}

@media screen and (min-width:360px) and (orientation:portrait) {
	#section-1 {
		background-image: url(./images/pages/page1-768x1024.jpg);
	}
	#section-3 {
		background-image: url(./images/pages/page3-768x1024.jpg);
	}
	#section-4 {
		background-image: url(./images/pages/page4-768x1024.jpg);
	}
	
	#section-5 {
		background-color: transparent;
	}
	#vidFrame {
		height: 500px;
		width: 100%;
		border-top: 2px #FFF solid;
		border-bottom: 2px #fff solid;
		background-image: none;
	}
	#section-6 {
		background-image: url(./images/pages/page6-768x1024.jpg);
	}
	#art-6 p, #art-7 p {
		font-size: 1em;
	}
	#art-7 {
		background-image: url(./images/pages/page7-768x1024.jpg);
	}
	#art-7 p:last-child {
		height: 550px;
	}
	#section-8 {
		background-image: url(./images/pages/page8-768x1024.jpg);
	}
	#section-9 {
		background-image: url(./images/pages/page9-768x1024.jpg);
	}
}

@media screen and (min-width:375px) and (orientation:portrait) {
	#art-4 span {
		font-size: 0.9rem;
	}
	#art-6 p:first-child, #art-7 p:first-child {
		font-size: 1.2em;
	}
	#opaque-9 {
		width:292px;
	}
	#art-9 img {
		width:260px;
	}
	#art-9 p {
		font-size: 1em;
	}
	#art-9 p.caps {
		font-size:1.2em;
	}
}

@media screen and (min-width:480px) and (orientation:portrait) {
	#art-3 {
		top: 100px;
		font-size: 1.6em;
		line-height: 1.3;
	}
	#art-3 p.bottom {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	#art-4 p {
		font-size: 1.3em;
		word-spacing: -2px;
	}
	#art-4 span {
		font-size: 0.9rem;
	}
	#art-6 p {
		font-size: 1em;
	}
	#art-6 p:first-child {
		font-size: 1.3em;
	}
	#art-7 p {
		font-size: 1em;
	}
	#art-7 p:first-child {
		font-size: 1.3em;
	}
	#art-7 p:last-child {
		height: 800px;
	}
}

@media screen and (min-width:690px) and (orientation:portrait) {
	#art-7 p:first-child {
		max-width: 100%;
	}
}

@media screen and (min-width:768px) and (orientation:portrait) {
	
	#art-4 {
		width: 540px;
		right: 30px;
		padding: 0;
	}

	#art-7 {
		padding-top: 110px;
	}
	#art-7 p:last-child {
		height: 900px;
	}
	
	#opaque-9 {
		width: 340px;
	}
	
	#art-9 img {
		width: 310px;
	}
}
@media screen and (min-width:769px) and (orientation:portrait) {
	#section-1 {
		background-image: url(./images/pages/page1-1024x1366.jpg);
	}
	#section-3 {
		background-image: url(./images/pages/page3-1024x1366.jpg);
	}
	#section-4 {
		background-image: url(./images/pages/page4-1024x1366.jpg);
	}
	#section-6 {
		background-image: url(./images/pages/page6-1024x1366.jpg);
	}
	#art-7 {
		background-image: url(./images/pages/page7-1024x1366.jpg);
	}
	#section-8 {
		background-image: url(./images/pages/page8-1024x1366.jpg);
	}
	#section-9 {
		background-image: url(./images/pages/page9-1024x1366.jpg);
	}
}
