@import url("reset.css");
@import url("menu.css?v2");
@import url("responsivness.css");

:root {
	--white: #ffffff;
	--whiteTxt: #ffffff;
	--yellow: #D8AF4A;
	--yellowDark:#caa54b;  /* add a shadow for the main text column */
	--dark: #1A1A1A;
	--darkTxt: #463b1e;
	--darkBg: #392b0f;
	--overlay: rgba(26, 19, 3, 0.6);
	color: #ffffff;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html , body {
	overflow-x: hidden;
	overflow-y: visible;
	scroll-behavior: smooth;
	scroll-padding: 0 0 50px;
	margin: 0;
}

#window-width-display {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 14px;
}


/** colors ****/
#story, #about {
	background-color: var(--yellow);
}

#footer {
	background-color: var(--dark);
}

#production .info {
	background-color: var(--yellow);
}

#production .divTitle {
	background-color: var(--yellow);
}

#authors {
	background-color: var(--darkBg);
}
.darkBackgr {background-color:var(--dark);}



p {
	font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1rem;
	line-height: 150%;
	padding: 0 0 1rem 0;
	letter-spacing: -0.2px;
	color: var(--darkTxt);
}
em {
	font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
	font-size: 1.5rem;
  font-weight: 400;
	line-height: 150%;
  font-style: normal;
	text-decoration: none;
	color: var(--white);
}
i {font-style: italic;}
b {font-weight: bold;}
em {
	padding: 1.5rem 1rem 1rem 1rem;
	display:block;
}
a, a:visited {
	width:100%;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: -0.2px;
	color: var(--darkTxt);
}
a:hover {text-decoration: none;}
a.external {
	background-image: url(images/link-external.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.1em;
	padding-right: 1.6em;
}
.txt {
	padding: 1rem;
}


/***********/
.bgVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}



/*** hero ***/
#home {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#home > .awards_container { display:block; width:100%; text-align:center;z-index:0;	}
#home  .awards { 
	display: flex;
	width:24rem;
	justify-content: space-between;
	align-items: center;
	margin:auto;
}
#home  .awards > img {
	display: block;
	max-width: 33%;
	height:auto;
}


/************************************************/
/*** story **/
.story {padding-top: 5rem;}
#story, .story,
#about, .about {
	display: flex;
	align-items: center;
}

#story,
#about, .about {
	flex-direction: column;
}

.story {
	width: 100%;
	max-width: 60rem;
}

.about {
	width: 100%;
	max-width: 40rem;
	background-color: var(--yellowDark); /* add a shadow for the main text column */
}

#story .rightCol {
	background-color: var(--yellowDark);
}



.divEmphasis em {
	display: block;
	text-align:right;
	padding: 2rem;
	font-size: 1.5rem;
}



#story .divPhotoRow, 
#story .divPhotoRow img {
	width: 100%;
} 

/******** carousel ***/
#carousel {
	width: 100%;
	max-width: 60rem;
	margin: auto;
	aspect-ratio: 32/9;
}

.keen-slider__slide {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0;
	padding: 0;
}

.slidePhoto {
	width: 50%;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}

.slidePhoto img, .slidePhoto video {
	max-width: 100%;
	width: 100%;
	height: 100%;
 /* Ensure the image width/height adjusts proportionally to the width */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slidePhoto em {
	position: absolute;
	text-align:right;
	width: 100%;
	padding-right: 4rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: var(--yellow);
}

.withEm::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 19, 3, 0.60);
 /* Adjust the alpha value for transparency */
	z-index: 1;
}

.slideText {
	width: 50%;
	height: auto;
	background: var(--darkBg);
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
}

.slideText p {
	padding-right: 2rem;
/*padding-right to make room for arrows for tablet screen*/;
}

.slideText > p {
	font-family: 'Poppins', sans-serif;
	font-size: 0.75rem;
	line-height: 150%;
	letter-spacing: 0.0325rem;
	color: var(--whiteTxt);
	padding: 1rem;
}

.navigation-wrapper {
	position: relative;
	width: 100%;
	margin: auto;
}

.navigation-wrapper .arrow {
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 2rem;
	fill: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: scaleY(2);
}

.arrow--left {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'  viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--right {
	left: auto;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--left {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c29d42' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--right {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c29d42' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
/***** disabled carousel*********/
.keen-slider:is([data-keen-slider-disabled]),
.keen-slider:is([data-keen-slider-disabled]) .keen-slider__slide {
	flex-direction: column;
}

.keen-slider:is([data-keen-slider-disabled]) .slidePhoto,
.keen-slider:is([data-keen-slider-disabled]) .slideText {
	max-width: 30rem;
	width: 100%;
}
/************************************************/








/******************* ABOUT ************/

#about .info, #about .info .container a img {
	width: 100%;
}


.stream {width: 30%;}

#about .info, 
#about .info span.container {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
}

#about .info {
	flex-direction: column;
	align-items: flex-start;
	padding:1rem;
	width:100%;
}

#about .info span.container {
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#about .about .info em {text-align:center}
 #about em  {
	padding: 1.5rem 1rem 1rem 0rem;
	display:block;
	width:100%;
}
/*
#about .info span.container {
	padding: 0 1rem 0rem 1rem;
}*/

#about .divPhotoColumn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.divPhotoColumn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inside {width:7rem;display:block;}

.divEmbed {
	position: relative;
	padding-bottom: 56.25%;
 /*** 16/9 ***/
	height: 0;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.divEmbed iframe, 
  .divEmbed object, 
  .divEmbed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************/













/**** production **********/
/* Default styles for the production section */
#production {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	width: 100%;
	gap: 0;
	transition: grid-template-columns 0.3s ease-in-out;
	align-items:end;
  }
  
  #production .divTitle {
	transition: display 0.5s ease;
	display: none; /* Initially hide divTitle */
	background-color: var(--yellow); /* Background color for divTitle */
	height: 100%;
  }
  #production .divTitle img {
	width: 100%;
	position: sticky;
	top: 0; /* Stick the image to the top of the viewport */
  }

  #mainCol {
	grid-column: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* Align items at the start and end */
	width: 100%;
  }
  
  .info {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: val(--yellow);
	height: 100%;
	padding: 0 0.5rem;
  }
  
  #authors {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
  }
  
  .divAuthor {
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	padding: 1rem;
	flex-direction: row;
	align-items: flex-start;
  }
  
  .divAuthor img {
	width: 7rem;
  }
  .divAuthor>div>p {
		font-weight:200;
    font-size: 0.8rem;
    line-height: 150%;
    letter-spacing: 0.0325rem;
    color: var(--yellow);
    text-align: justify;
}

  #credits {
	display: flex;
	flex-direction: column;
	padding: 4rem 2rem 1rem 2rem;
	/* same padding-bottom as info container */
	gap: 1rem;
	background-color: rgba(26, 19, 3, 0.60);
	/* Adjust the alpha value for transparency */
  }
  
  .rowCredits {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: baseline;
	width: 100%;
  }
  
	#credits .rowCredits>.leftCol {
		text-align: right;
	}
	
	#credits .rightCol {
		line-height: 153%;
		letter-spacing: 0.14625rem;
		text-transform: uppercase;
	}
	
	#credits .rowCredits > em {
		font-size: 1.4rem;
	}
	
	.rowCredits > em {
		font-size: 1.4rem;
		color: var(--yellow);
	}
	
	em.leftCol {
		text-align: right;
		padding-right: 0.5rem;
		line-height: 180%;
		letter-spacing: 0.1rem;
	}
	
	.rowCreditsEmpty {
		height: 3rem;
	} /* separator */


  .rowCredits.vertical {
	flex-direction: column;
  }
  
  #credits .rowCredits.vertical em {
	width: 100%;
	text-align: center;
  }
  
  .rowCredits .leftCol {
	min-width: 50%;
  }
  
  #production .info>div {
	width: 100%;
	padding: 1rem;
	max-width: 40rem;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	gap: 2rem;
  }
/************************************************/  











/************************************************/
/**********footer***************/
#footer {
	width: 100%;
	height: auto;
}

.logos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	padding: 1.5rem;
}

.logos > div {
	height: 3rem;
	padding: 1.5rem;
}

.logos > div > img {
	object-fit: contain;
	height: 100%;
}  
/************************************************/













/************************************************/





 /* separator */
/************************************************/



/************************************************/
/*** very large screens > 1200 ****************/
@media only screen and (min-width: 1200px) {

	#production {
		display: grid;
		grid-template-columns: minmax(12.5rem, 1fr) minmax(50rem, auto) minmax(14rem, 1fr);
		gap: 0;
		width: 100%;
		height: auto;
		transition: grid-template-columns 0.5s ease;
	  }
	
	  #mainCol {
		/* grid-row: span 2; */
		grid-column: 2; /* Corrected position for mainCol */
	  }
	
	  #production .divTitle {
		padding: 1rem 0.5rem;
		display: block;
		background-color: var(--yellow); /* Background color for divTitle */
		height: 100%;
	  }
	
	  #production .divTitle img {
		width:11rem;
	  }
	
	  .info {
		height: 100%;
	  }
	  .info  div div { word-wrap: break-word;}

	#authors {
		flex-wrap: nowrap;
	}
}

