/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

h1 {
  text-align: center;
  padding: 50px 0;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
  color: inherit;
  font-size: 40px;
}

h2 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: inherit;
}

.home-section h2{
	margin-bottom: 20px;
}

.center {
  text-align: center;
}

/* NAVIGATION */
nav {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  margin: 10px;
  font-size: 120%;
  border: 2px solid #003492;
}

nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}


/* stroke */
.fill ul li {
	min-width: fit-content;
}
nav.stroke ul li a,
nav.fill ul li a,
nav.fill2 ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after,
nav.fill2 ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #003492;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
/*   transition: all 2s; */
cursor: pointer;
}

nav.fill ul li a:after,
nav.fill2 ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover,
nav.fill2 ul li a:hover {
  z-index: 1;
/*   transition: all 500ms ease; */
}
nav.fill ul li a:hover:after,
nav.fill2 ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.has-sequel{
	margin-bottom: 25px;
	position: relative;
}

.has-sequel::before {
    content: " \2193";
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    opacity: 0.5;
}


/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px;
  }
  50% {
    width: 100%;
    height: 5px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #003492;
  }
}

body{
	color: white;
	font-weight: 400;
}

a{
	text-transform: uppercase;
	font-weight: 800;
	transition: all 0ms ease;
	color: #003492;
}

a:hover{
	color: white;
	transition: all 600ms ease 400ms;
}

.disabled-link{
	cursor: not-allowed;
}

.disabled-link a{
	opacity: 0.6;
	pointer-events: none;
}

.logo{
	width: 575px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
    font-size: 90px;
	position: relative;
}

.logo span:first-of-type, .logo span:nth-of-type(3){
	text-transform: lowercase;
	font-size: 40%;
	font-weight: 700;
}

.logo span:first-of-type{
    position: absolute;
    top: 27px;
}

.logo span:nth-of-type(3){
    position: absolute;
    bottom: 32px;
    right: 0;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 800;
	text-transform: uppercase;
}

.header{
	padding-top: 20px;
}

.home-section{
	background: black;
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

.background-element{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../images/background-home2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.section-one, .white-section, .white-section2, .section-two{
	position: relative;
	z-index: 3;
}


.home-section .section-one{
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    min-height: 45vh;
}

.white-section, .white-section2{
	color: #003492;
	padding:0;
	background: rgba(255, 255, 255, 0.93);
	transform-origin: left;
}

.white-section2{
	transform-origin: right;
	border-top: 1px solid #003492;	
}	

.white-section .grid-x, .white-section2 .grid-x{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 25vh;
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-two{
	min-height: 30vh;
	padding-top: 30px;
	padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-two h3{
	margin-bottom: 0;
}

.section-two iframe{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

hr {
  clear: both;
  max-width: 600px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid white;
  border-left: 0; 
  
}

.light-heading{
	font-weight: 400;
	text-transform: none;
	line-height: 0.8;
	margin-bottom: 0;
}

.section-one, .section-two{
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-two a{
	color: white;
	font-weight: 400;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 1px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	transition: border 500ms ease;
}

.section-two a:hover{
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.disabled-link{
	position: relative;
}

.disabled-link span{
	position: absolute;
	pointer-events: none;
	background: #c62158;
	bottom: -30px;
    border-radius: 4px;
    padding: 4px;
    display: block;
    left: 0;
    right: 0;
    color: white;
    opacity: 0;
    transition: opacity 500ms ease;
    margin: 0 10px;
}

.disabled-link:hover span{
	opacity: 1;
}

.disabled-link span::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #c62158 transparent;
}

/* Small only */
@media screen and (max-width: 575px) {
	.logo{
		width: 321px;
		font-size:50px;
	}
	.logo span:first-of-type {
	    top: 37px;
	}
	.logo span:nth-of-type(3) {
	    bottom: 41px;
	}
	.section-one h2{
	    font-size: 21px;
	}
	nav ul{
		display: flex;
    	flex-direction: column;
	}
	nav ul li{
		margin-bottom: 20px;		
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	hr{
		margin: 4rem auto;
	}
	.logo{
		margin-bottom: 70px;
	}
	.section-one, .section-two, .white-section .grid-x, .white-section2 .grid-x{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.white-section .grid-container, .white-section2 .grid-container{
		min-height: 25vh;
	}
	.fill ul{
	    display: flex;
	    justify-content: center;
	    align-items: flex-start;
	    flex-wrap: wrap;
	}
}


/* Artist Page */

/* Colours */

.fabric-reality .logo{
    color: #292c2d;
}

.fabric-reality .artist-left, .fabric-reality .artist-page-logo{
	background: #3d6372;
}

.fabric-reality .artist-right .section-one{
	background: #263135;
	color: #6a8996;
}

.fabric-reality #arrow{
	fill: #6a8996;
}

.fabric-reality .section-two{
	background: #d00e4e;
}

.fabric-reality .artist-right .section-one .artist-content{
	border-color: #263135 !important;
}

.syrenes .logo{
    color: #e7e7e8;
}

.syrenes .artist-left, .syrenes .artist-page-logo{
	background: #000000;
}

.syrenes .artist-right .section-one{
	background: #e7e7e8;
	color: #000000;
}

.syrenes #arrow{
	fill: #4a70a1;
}

.syrenes .section-two{
	background: #578cd0;
}

.syrenes .artist-right .section-one .artist-content{
	border-color: #e7e7e8 !important;
}

.jack-harrison .logo{
    color: #fffbf0;
}

.jack-harrison .artist-left, .jack-harrison .artist-page-logo{
	background: #6f615c;
}

.jack-harrison .artist-right .section-one{
	background: #372423;
	color: #fffbf0;
}

.jack-harrison #arrow{
	fill: #fffde6;
}

.jack-harrison .section-two{
	background: #f7f6e9;
}

.jack-harrison .artist-right .section-one .artist-content{
	border-color: #372423 !important;
}


.artist-page{
	position: relative;
}

.artist-page .contact-box, .book-page .contact-box{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    color: black;
    padding: 10px;
    z-index: 100;
    text-transform: uppercase;
    font-weight: 800;
    color: black;
    cursor: pointer;
	opacity: 0.75;
	transition: opacity 500ms ease;
	text-decoration: none;
}

.artist-page .contact-box:hover{
	opacity: 1;
}

.fabric-reality .padding-left-text {
	padding-left: 12px;
    border-left: 1px solid #6a8996;
    margin-top: 10px;
}
.fabric-reality .padding-left-text p,
.jack-harrison .padding-left-text p {
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.jack-harrison .padding-left-text {
	padding-left: 12px;
    border-left: 1px solid #fffde6;
    margin-top: 10px;
}

.syrenes .padding-left-text{
	padding-left: 12px;
    border-left: 1px solid #4a70a1;
    margin-top: 10px;
}

.artist-right{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-self: normal;
}

.artist-right .section-two{
	flex: 1;
}

.artist-page, .artist-left, .artist-right{
	min-height: 100vh;
}

.artist-page-logo{
	z-index: 20;
}

.artist-page-logo .logo{
	margin: 0;
	width: 260px;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.artist-page-logo a{
	text-decoration: none;
}

.artist-page-logo .logo span:first-of-type{
	top: 12px;
}

.artist-page-logo .logo span:nth-of-type(3){
	bottom: 12px;
}

.artist-left iframe{
	max-width: 534px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transition: all 0.7s ease;
	opacity: 0;
}
.artist-left .iframe-container img {
	max-width: 534px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	opacity: 0;
	transition: all 0.7s ease;
}
.iframe-container {
	width: 100%;
    margin: 0 auto;
    max-width: 534px;
    padding-top: 100px;
}

.artist-right .section-two{
	position: relative;
}

.artist-right .section-two img{
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.artist-left{
	display: flex;
	align-items: center;
	transform-origin: left;
	width: 100%;
}

.artist-right .section-one, .artist-right .section-two{
	padding: 0;
	transform-origin: left;
}

.artist-right .section-one{
	background: #263135;
	color: #6a8996;
}

.artist-right .section-one .artist-content{
	padding: 15px;
}

.no-margin{
	margin: 0;
}

.artist-right .section-one p span{
	margin: 0 ;
	text-transform: uppercase;
	font-size: 80%;
}

.artist-right .section-one p b{
	font-weight: 800;
}

.artist-content{
	position: relative;
}

#arrow{
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    transition: opacity 500ms ease;
}

.hide-arrow{
	opacity: 0;
}


/* Medium and up */
@media screen and (min-width: 40em) {
	
	.artist-right .section-two{
		 min-height: 50vh;
		 height: 100%;
	}
	.artist-right .section-one .artist-content{
		padding: 0;
		border: 20px solid #263135; 
		border-bottom: 20px solid #263135; 
		overflow: scroll;
	}
	.section-one .grid-x .cell:first-of-type{
		padding-right: 14px;
	}
	.section-one{
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
        max-height: 50vh;
	}
	.section-one .artist-content{
		max-width: 800px;
		margin: 0 auto;
	}
	.artist-page-logo{
		position: fixed;
		left: 15px;
	}
	.book-page .section-one{
		max-height: none !important;
	}	
}

/* Large and up */
@media screen and (min-width: 64em) {
	.artist-right .section-one .artist-content{
		border: 40px solid #263135; 
	}
}


@media screen and (max-height: 800px){
	.iframe-container {
	    padding-top: 15%;
	    padding-bottom: 15%;
	    top: 4vh;
	    z-index: 12;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.artist-left{
	    padding: 40px;
	}
	.artist-page-logo .logo{
		margin: 0 auto;
	}
	#arrow{
		display: none;
	}
	.iframe-container {
		/*padding-top: 70vh !important;*/
		top: -50px !important;
		padding-top: 0;
	}
	.artist-page .contact-box, .book-page .contact-box{
		position: static;
		width: 100%;
	}
}


/*********************************************** Book Pages */

.book-page iframe{
	margin-top: 20px;
}

.book-cover{
    display: block;
    margin: 0 auto;
    width: 80%;
}
.book-page .artist-left {
	background-color: #00000069;
    background-blend-mode: color;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.book-page .section-one{
		height: 100vh;
	}
	.book-cover{
		width: 41vh;
	}	
}

@media screen and (max-width: 639px) {
	.book-page .artist-page-logo {
		position: absolute;
		width: 100%;
	}
}



/**********
	KILLING GHOSTS
	***********/
.killing-ghosts .artist-left {
	background-image: url('../images/books/killing-ghosts-back-cover.jpg');
}

/**********
	BIG STAR
	***********/
.big-star .artist-left {
	background-image: url('../images/books/big-star-back-cover.jpg');
}

/**********
	NIMBLEBUS
	***********/
.nimblebus .artist-left {
    background-color: #00000057;
 	background-image: url('../images/books/nimblebus-background.jpg');
}
	
	
	
	
	
	
	
	