@font-face {
  font-family: 'HeaderSourceSerif';
  src: url('/resources/fonts/SourceSerif4-It.otf.woff');
}

@font-face {
  font-family: 'BodySourceSerif';
  src: url('/resources/fonts/SourceSerif4-Regular.otf.woff');
}

body{
	background:#0d0a05;
	font-family: BodySourceSerif;
}

hr{
	opacity: 30%;
}

	.no-big{
		display: none;
	}

.mobile-over{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	overflow-x:scroll;
	overflow-y:hidden;
	z-index: 200;
	color:#d2d2d2;
}

.mobile-over-close{
	position: fixed;
	top:10px;
	right: 10px;
	padding: 10px;
	border-radius: 100px;
	display: block;
	background: rgba(0,0,0,0.4);
	user-select: none;
}

.mobile-over-attr{
	position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.7);
  padding: 10px;
  font-size: 12px;
  font-style: italic;
}

.headerimg{
	margin-top:max(-27vw, -250px)
}

.tagline
{
	font-size:1.7em;
}

.content_container{
	  margin: 0 auto;
	  max-width:1920px;
	  width: 100%;
}

.content_paragraph{
	margin: 0 auto;
	max-width:1280px;	
	width:100%;
	background:white;
	column-count: 2;
}

.content_img{
	margin: 0 auto;
	width:100%;
	background:red;	
	aspect-ratio: 16/9;
}

.content_img img{
	width: 100%;
	display: block;
}

.image-hero{
	margin: 0 auto;
	width: 100%;
	position: relative;
	aspect-ratio: 2.5;
}

.image-hero img{
	width: 100%;
	min-height: 10vh;
}

.image-nohero{
	margin: 0 auto;
	width: 85%;
	position: relative;
	min-width: 1440px;
	min-height: 30vh;
	aspect-ratio: 2;
	background: #2f2c2733;
}

.image-nohero img{
	width: 100%;
}

.image-title{
	position: absolute;
	left:5px;
	top:5px;
	background: rgba(0,0,0,0.5);
	color:white;
	font-family: HeaderSourceSerif;
	padding: 3px 8px;
	font-size:14px;
	border-radius: 3px;
}

.image-magnify{
	left: inherit;
	right:5px;
	font-style: normal;
	padding:3px;
	font-size: 16px;
	width: 1em;
	text-align: center;
	cursor: nesw-resize;
}

.slider{
	width: 38px!important;
	height:80px;
	top:50%;
	margin-top:-40px;
	position: absolute;
	scale: 0.7;
}

.slider_left{
	left:-45px;
}

.slider_right{
	right:-45px;
}

.chapter-container{
	line-height: 1.5;
}

.chapter-container-inset a{
	color:#a5aab0;
}

.chapter-container p br{
	margin-bottom:5px;
}

.chapter-container{
	
	max-width: 700px;
	background: #2f2c27;
	position: relative;
	color:#dce2ec;
	margin-bottom: 20px;
	font-family: BodySourceSerif, sans-serif;
}

.cc-left
{
	margin-left: 10%;
}

.cc-right
{
	margin-left: auto;
	margin-right: 10%;
}

.cc-center
{
	margin: 0px auto;
}

.chapter-container h1
{
	color:#c45f40;
	font-weight: normal;
	font-family: HeaderSourceSerif;
}


.cc-up{
	margin-top: -30px;
}

.chapter-container-inset{
	padding:20px 50px 20px 50px;
}

.chapter-container-thumbs{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: flex-start;
}

.chapter-container-thumbs div{
	max-width: 100px;
	flex: 1 0 auto;
	height:60px;
	display: inline-block;
	margin-right:3%;
	opacity: 40%;
	background-size: cover;
	background-position: center;
	position: relative; 
	transition-property: opacity;
	transition-duration: 0.1s;
}

.chapter-container-thumbs div:hover{
	opacity: 50%;
}

.chapter-container-thumbs-highlight {
	opacity:100% !important;
}

.chapter-container-thumbs div:hover:after{
 	position: absolute;
    content: '';
    height: 2px;
	opacity:100% !important;
	left: 0;
    right: 0;
	width: 100%;
	bottom: -5px;
	background: #a85d46;
}

.chapter-container-thumbs-highlight:after{
 	position: absolute;
    content: '';
    height: 2px;
	opacity:100% !important;
	left: 0;
	width: 100%;
	bottom: -5px;
	background: #a85d46;
}

.thanks-and-license{
	max-width: 1000px;
}

.thanks{
	width:66%;
	display: inline-block;
}

.license{
	width: 32%;
	float: right;
}

.map-left{
	position: absolute;
	left:-250px;
	top:30px;
	height:300px;
	opacity: 80%;
}

.map-right{
	position: absolute;
	right: -250px;
	top:30px;
	height:300px;
	opacity: 80%;
}

.background-gradient{
	background: rgb(34, 32, 29);
	width: 100%;
	position: absolute;
	top:0px;
	height: 100px;
	width: 100%;
}

.drone
{
	background: #24221f;
	padding-top:3em;
	padding-bottom: 20px;
}

.thenandnow
{
	text-align: center;
	color:white;
	font-family: HeaderSourceSerif;
	margin-bottom:-0.5em;
	font-size:3em;
	margin-top:1em;
	font-weight: 100;
}

.language-select a{
	font-size:16px;
	margin-left:8px;
	margin-right:8px;
	font-family: HeaderSourceSerif;
	color:white;
	text-decoration: none;
}

.language-select div{
	margin-bottom: 5px;
	display: inline-block;
	}

.language-select a:hover{
	border-bottom: 2px solid #a85d46;
	color:white;
}

.language-select-selected{
	border-bottom: 2px solid #a85d46;
	color:white;
}

.quetzal
{
	background: rgb(2,77,48);
	background: linear-gradient(90deg, rgba(2,77,48,1) 0%, rgba(0,118,14,1) 11%, rgba(16,218,167,1) 46%, rgba(4,207,185,1) 71%, rgba(75,146,154,1) 100%);
}

.ccc{
	min-width: 1440px;
	width: 80%;
	margin:0px auto;
}

.artprints{

  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 10px;

  display: block;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
  
  margin-bottom: 20px;


  height: 150px;
}

.artprints-wrapper
{
		background: #44403a;
		  background-image:url('/resources/artprint_mini.jpg');
  background-position: bottom right;
  background-size: 60%;
  background-repeat: no-repeat;
}

.artprints h1{
	color:rgba(255,255,255,0.9);
	translate: 0px 25px;
	padding-top:40px;
}

@media only screen and (max-width: 1440px)
{

	.ccc{
		min-width: 0px;
		width:100%;
	}
	.image-nohero{
		min-width: 0px;
		width: 100%;
	}

	.map-left{
		position: inherit;
		width: 40%;
		height:auto;
	}
	.map-right{
		position: inherit;
		width: 40%;
		margin-left:auto;
		height:auto;
		float:right;
	}

	.slider_left{
		left:5px;
	}

	.slider_right{
		right:5px;
	}

	.slider{
		width: 38px!important;
		height:80px;
		top:50%;
		margin-top:-40px;
		position: absolute;
	}

}

@media only screen and (max-width: 1000px)
{
	.no-small{
		display: none;
	}

	.no-big{
		display: block;
	}

}
@media only screen and (max-width: 700px)
{


	.headerimg{
		margin-top:-80vw;
	}
	.tagline{
		font-size: 24px;
		margin:10px;
	}
	.thanks{
		width: 100%;
		float:none;
	}
	.license{
		width: 100%;
		float:none;
	}

	.image-hero img{
		object-fit: cover;
		height: 120vw;

		opacity: 70%;
	}

	.image-nohero{
		aspect-ratio: auto;
	}

	.image-nohero img{
			object-fit: cover;
			height: 80vw;
	}

	.chapter-container{
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.chapter-container-inset{
	 padding:10px	
	}

  .language-select a{
	  margin-left:3px;
	  margin-right:3px;
   }

   .slider{
   	display: none;
		width: 38px!important;
		height:80px!important;
		top:50%;
		margin-top:-40px;
		position: absolute;
		scale:0.5;
	}

	.artprints{
		padding-left:10px;
		background: linear-gradient(-90deg, rgba(68,64,58,0.3) 0%, rgba(68,64,58,1) 100%);;
	}

	.artprints-wrapper{
		background-size: 100%;
	}

		

}

.lil-arrow {
 	background-image: url('resources/arrow.svg');
 	background-size:100%;
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    opacity: 0.5;
}

.lil-arrow:after
{

}


