<style>

body {
 margin: 0;	
}

h1 {
	position: relative;
    color: #f9f4db;
    font: 800 80px Montserrat, sans-serif;
	text-transform: uppercase;
}

h2 {
	position: relative;
    color: #f9f4db;
    font: 600 30px Montserrat, sans-serif;
}

p {
	position: relative;
    color: #f9f4db;
    font: 400 20px Montserrat, sans-serif;
	line-height:1.5;
	text-align: justify;
}

  .page {
    background-color: #372b3a;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .title {
	  position: relative;
	  padding-left: 5vw;
  }
  
  .content {
    display: block;
    /*! flex-direction: column;*/
    /*! overflow: hidden; */
    /*! position: absolute;*/
	/*! align-items: center;*/
	width: 100%;
	top: 55px;
    align-items: center;
  }
  .bgImg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	filter: brightness(50%);
  }
  .header {
    position: absolute;
    /*! align-self: stretch; */
    display: flex;
    align-items: start;
    gap: 20px;
    font-size: 35px;
    /*! white-space: nowrap; */
    justify-content: space-between;
    top: 20px;
    width: 100%;
    text-align: left;
  }
  .lang {
    color: var(--Arlon_Secondary-light, rgba(249, 244, 219, 0.65));
    font-family: Montserrat, sans-serif;
    font-weight: 700;
	z-index: 10;
	margin-left: 30px;
  }
  
  .back {
	position: absolute;
	right: 225px;
	width: 5vw;
  }
  .back a{
	display: block;
  }
  .back img{
	width: 100%;
  }
  
  .home {
	position: absolute;
	right: 115px;
	width: 5vw;
  }
  .home a{
	display: block;
  }
  .home img{
	width: 100%;
		height: 3vw;
  }
  
  .credit {
    color: rgba(249, 244, 219, 0.65);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    right: 60px;
    position: absolute;
  }
  .finger-press {
    object-fit: auto;
    width: 25vh;
    margin-top: 25vh;
    max-width: 100%;
  }

  .start {
    position: relative;
    color: #f9f4db;
    font: 700 45px Montserrat, sans-serif;
	text-transform: uppercase;
  }
  
  .start h2 {
	margin-top: 20px;
  }
  
a.start-click{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	text-align: center;
}
  
  .img-left{
	display: block;
	float: left;
	width: 40vw;
	position: relative;
	left: 5vw;
  }
  
  .text-right {
	display: block;
	float: right;
	width: 45vw;
	position: relative;
	padding-bottom: 0;
	max-height: 50vh;
	margin-bottom: 1000px;
	margin-right: 5vw;
	overflow-y: auto;
	padding-right: 20px;
  }
  
  .timeline {
	position: fixed;
	bottom: 15px;
	width: 100%;
  }
  
  .timeline-path{
	width: 100%;
  }
  
  .menu {
	display: flex; 
    flex-direction: row; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
  }
  .menu-item {
	flex: 1; 
    text-align: center;
	margin-top: 20px;
	color: rgba(249,244,219,0.65);
	font: 700 24px Montserrat, sans-serif;	
  }
 
  .menu-item.active{
	color: #F9F4DB;
  }
  
  .menu-item-block {
	display: block;
    height: 100%;
    width: 100%;
  }
  
  .menu-item-title{
	  padding-top: 100px;
  }
  
  .timeline-active{
	height: 50px;
	width: 5px;
	background-color: rgba(249,244,219,0.65);
	border-radius: 5px;
	position: absolute;
  }
  .menu-item.active .timeline-active{
	  background-color:#F9F4DB; 
  }
  
  
  .menu-object {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-bottom: 50vh;
}
  
  .object {
	background-color:rgba(249,244,219,0.2);
	border: 10px solid #F9F4DB;
	border-radius: 50%;
	width: 20vw;
	height: 20vw;
  }
  
  .object img{
	display: block;
	height: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14%;
  }
  
  .object-title {
	width: 20vw;
	text-align:center;
  }
  
  .item-decor {
	height: 15vh;
	margin-bottom: 2.5vh;
	display: block;
  }
  .item-decor img {
	height: 100%;
  }	
  
  .item-decor-title {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	top: -28px;
    color: #f9f4db;
    font: 700 22px Montserrat, sans-serif;
	background-color:rgba(55,43,58,0.6);
  }
  
  
  .W100 {
	  width : 100%;
  }
  .W75 {
	  width : 75%;
  }
  .W50 {
	  width : 50%;
  }
  .W45 {
	  width : 45%;
  }
  .W25 {
	  width : 25%;
  }
  
  .ib {
	display:inline-block;
	vertical-align: top;
	padding-right: 30px;
  }
  
  .center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	  left:0;
	  right:0;
  }
   .right {
	  display: block;
	  margin-left: auto;
	  margin-right: 0;
	  text-align: right;
  }
  
  .text-left p {
	text-align: left;
  }
  
  p.legend {
	font-size: 15px;
	line-height:1.15;
	margin-top: 10px;
  }

  
 a {
  color: inherit;
  text-decoration: none;
}

strong {
 color: white;
}


/** 
IMAGES POPUP
**/

#ImgPopup {
  cursor: pointer;
}

.Popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.Popup-content {
  margin: auto;
  display: block;
  /*width: 80%; */
  max-width: 85vw;
  max-height: 85vh;
}


/* Add Animation */
.Popup-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .Popup-content {
    width: 100%;
  }
}



</style>
