.xsmallsans {
	font-family: proxima-nova, sans-serif; 
	font-weight: 400;
    font-size: 14px;
    line-height: .9vw;
	font-style:normal;
	letter-spacing: 3px;
}

.smallsans {
	font-family: proxima-nova, sans-serif; 
	font-weight: 400; 
	font-style: normal;
    font-size: 1vw;
    line-height: 1vw;
	letter-spacing: 3px;
}

.largesans {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 2.68vw;
    line-height: 3vw;
	font-style:normal;
	letter-spacing: 1px;
}

span.txt_sources a {
	color:inherit;
	display: inline;
	font-size:10px;
	font-family: proxima-nova, sans-serif; 
	font-weight: 400; 
	vertical-align: top;
	position: relative;
	top:-4px;
	left:4px;
}

*{
    box-sizing: border-box;
}

body{
   font-family: minion-pro-condensed-subhead, serif;
    margin:0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

.page-wrapper{
    overflow: hidden;
}

img{
    max-width:100%;
    height:auto;
}

h1, h2{
    font-weight:normal;
}

h2{
    font-size:100px;
}

h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin:0;
}

#header{
    height:80px;
    display:flex;
    justify-content: space-between;
    position:fixed;
    width:100%;
    border-bottom:1px solid #ffffff50;
    padding:30px 40px;
    color:#fff;
    z-index: 99;
    mix-blend-mode: difference;
    align-items: center;
}

#header > div{
    position:relative;
    z-index: 2;
}

div.menu-wrapper{
    position: fixed;
    z-index: 9;
    left:0;
    top:-100vh;
    height:80vh;
    width:100%;
    background:rgba(255,255,255,.9);
    backdrop-filter: blur(5px);
    transition:all 0.7s ease 0s;
    padding: 100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    overflow:hidden;
}

div.menu-wrapper:after{
    position:absolute;
    top:80px;
    content:"";
    height:1px;
    background:#000;
    z-index: 2;
    left:0;
    width:100%;
}

.menu-expanded .menu-wrapper{
    top:0;
}

div.menu-wrapper .menu-content{
    text-align: center;
    width:1200px;
    margin:0 auto;
    max-width: 80%;
}

div.menu-intro {
	margin:8% 0% 0% 0%;
}

div.menu-wrapper .menu-content .secondary-menu{
    margin-top:50px;
    display: flex;
    justify-content: center;
    gap: 24px;
}
div.menu-wrapper .menu-content .main-menu{
    display: flex;
    justify-content: center;
    gap: 24px;
}

div.menu-wrapper .menu-content .menu-label{
    margin-top:50px;
    margin-bottom:20px;
    font-family: proxima-nova, sans-serif; 
    font-weight:400;
    font-size:18px;
    line-height: 30px;
    letter-spacing: 4px;
    color:#000000;
    text-decoration: none;
}

div.menu-wrapper .menu-content a.external:after{
    background:url(../images/external-link.svg) no-repeat center;
    position:relative;
    display:inline-block;
    content:"";
    width:14px;
    height:14px;
    margin-left:7px;
    background-size:contain;
}

div.menu-wrapper .menu-content .dropdown:after{
    background:url(../images/submenu.svg) no-repeat center;
    position:relative;
    display:inline-block;
    content:"";
    width:16px;
    height:16px;
    margin-left:7px;
    background-size:contain;
}

div.menu-wrapper .menu-content .main-menu .menu-item a{
    font-family: minion-pro-condensed-subhead, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    padding-bottom: 2px;
    text-decoration: none;
    color:#000;
    border-bottom: 1px solid #000;
}

div.menu-wrapper .menu-content a span{
    font-family: minion-pro-condensed-subhead, serif;
	font-weight: 400;
	font-style: normal;
    font-size:24px;
    letter-spacing: 2px;
}

div.menu-wrapper .menu-content .secondary-menu-item a{
    font-family: proxima-nova, sans-serif; 
    font-weight: 400;
    font-size: 14px;
    line-height: .9vw;
    font-style: normal;
    letter-spacing: 3px;
    text-decoration: none;
    color:#000;
}

div.menu-wrapper .menu-logos{
    display:flex;
    justify-content: space-between;
    gap:80px;
    margin-top:8%;
    margin-bottom:0%;
}


#header .menu .burder-menu{
    width:60px;
    height:30px;
    position:relative;
    cursor:pointer;
}

#header .menu .burder-menu:before{
    position:absolute;
    left:0;
    width:100%;
    height:1px;
    background:#fff;
    content:"";
    top:50%;
    margin-top:-3px;
    transition:all 0.3s;
}

#header .menu .burder-menu:after{
    position:absolute;
    left:0;
    width:65%;
    height:1px;
    background:#fff;
    content:"";
    top:50%;
    transition:all 0.3s;
    margin-top:3px;
}

#header .menu .burder-menu:hover:after{
    width:100%;
}

nav.vertical_menu {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8vw;
  mix-blend-mode: difference;
}

nav.vertical_menu ul {
	list-style: none;
	padding:0;
	margin:0;
	transform: rotate(-90deg);
	display: flex;
	gap:8%;
	align-items:center;
	cursor:pointer;
}

nav.vertical_menu ul li {
	color:#fff;
	white-space: nowrap;
						 
}

ul li.chapter_title {
 	font-family: minion-pro-condensed-subhead, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	padding-bottom:2px;
	border-bottom:1px solid #000;
}

.menu_overlay {
	width:50vw;
	height:100vh;
	background: rgba(0,0,0,.48);
	backdrop-filter: blur(5px);
	position: fixed;
	top:0;
	left:-50vw;
	z-index: 8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 6vw;
	padding-right: 6vw;
	transition:all 0.5s ease 0s;
}

.menu_overlay.expanded {
	left:0;
}

.menu_overlay ul#big_anchors {
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
}

.menu_overlay ul#big_anchors li {
	font-size:4vw;
	color:#fff;
	padding:2vw 0vw;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	gap:2vw;
}

.menu_overlay ul#big_anchors li a{
	text-decoration:none;
	color:#fff;
	position:relative;
}

.menu_overlay ul#big_anchors li a:after{
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:2px;
	background:#fff;
	content:"";
	transition:all 0.2s;
}

.menu_overlay ul#big_anchors li a:hover:after{
	width:100%;
}

.menu_overlay ul#big_anchors li p.subtitle{
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
	font-size:17px;
	letter-spacing: 3px;
	color:#fff;
	padding:2vw 0vw;
}

.menu-expanded #header{
    color:#000;
		mix-blend-mode: initial;
}

.menu-expanded #header .menu .burder-menu:before{
    margin:0;
    transform:rotate(45deg);
    background:#000;
}

.menu-expanded #header .menu .burder-menu:after{
    margin:0;
    transform:rotate(-45deg);
    width:100%;
    background:#000;
}

.sentence {
    overflow: hidden;
    opacity:0;
    transition:all 0.1s ease 0.1s;
}

.sentence.visible {
    opacity:1;
}

.sentence span{
  opacity: 0;
  position: relative;
  display: inline-block;
  transition:all 0.6s;
  transform:translateY(25px);
}
.sentence span.active {
  opacity: 1;
  transform:translateY(0);
}

.lagn-switcher-wrapper{
    width:60px;
    text-align: right;
}

.lagn-switcher-wrapper a{
    color:#fff;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 3px;
}

.menu-expanded .lagn-switcher-wrapper a{
    color:#000;
}

.flex-row{
    display:flex;
    flex-direction: row;
}

.flex-column{
    display:flex;
    flex-direction: column;
}

.justify-center{
    justify-content: center;
}

.text-left{
    text-align: left;
}

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

.italic{
    font-style: italic;
}

.date{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}

.proxima{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
}

.proxima-big{
    font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sub-header{
    text-align: center;
    text-transform: uppercase;
    margin:25px 0;
   font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 3px;
    font-size: 14px;
}

.sub-header span{
    text-transform: initial;
  font-family: minion-pro-condensed, serif;
font-weight: 400;
font-style: italic;
}

.big{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content-wrapper{
    position:relative;
}

.img-caption{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top:25px;
}

.main-wrapper{
    padding-top:100vh;
		position:relative;
		z-index:1;
}

.main-wrapper > div.chapter > section{
    padding:90px 0px 0px 40px;
    min-height:100vh;
    color:#000;
    position:relative;
    z-index: 1;
}

.home-screen{
    position:fixed;
    left:0;
    top:0;
    width:100%;
}

.home-screen .home-section{
    height:100vh;
    background-image:url(../images/1.jpg);
    color:#fff;
    position:relative;
}

#blessing_photo {
	width:100%;
	margin:0 auto;
	mix-blend-mode: darken;
	opacity: .68;
}

#tent_photo {
	width:100%;
	mix-blend-mode: darken;
	opacity: .8;
}

#tent_sketch {
	width:100%;
	mix-blend-mode: darken;
	opacity: .8;
	margin-top:-160px;
}

#rocks_bg {
	background: url('../images/bg-rocks.jpg');
    background-size: cover;
    background-attachment: fixed;
}



.hero-title{
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    top:50%;
    max-width:90%;
    width:950px;
    text-align:center;
    font-size:100px;
    line-height: 1em;
    z-index: 2;
}

.hero-title h2{
    margin:40px 0;
}

.hero-img{
    mix-blend-mode: difference;
    position:absolute;
    top:70%;
    left:50%;
    transform:translate(-50%, 0);
    z-index: 2;
}

.hero-img img{
 width:240px;
}

.scroll-down-but{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    bottom:0;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    padding-bottom:50px;
    cursor:pointer;
    letter-spacing: 4px;
    z-index: 2;
}

.scroll-down-but:after{
    width:1px;
    left:50%;
    content:"";
    height:40px;
    position:absolute;
    bottom:0;
    background:#fff;
}

.section-1-1{ background-image:url(../images/1-1.jpg); }
.section-1-intro { background-color:#9FB7AA; }
.section-1-2{ background-image:url(../images/1-2.jpg); background-attachment: fixed; overflow: hidden;}
/*.section-1-3{ background-image:url(../images/1-3.jpg); }*/
.section-1-4{ background-color:#C7B59F; padding-bottom: 170px !important; }
.section-1-5{ background-color:#EDEDEC; padding-bottom: 80px !important;}
.section-1-6{ background-color:#EDEDEC; }
.section-1-7{ background-image:url(../images/1-7.jpg); background-attachment: fixed; overflow: hidden; }
.section-1-8{ background-color:#9FB7AA; }
.section-1-9{ background-image:url(../images/1-9_v2.jpg);  overflow: hidden; background-attachment: fixed;}
.section-1-10{ background-color:#C7B59F; }
.section-1-11{ background-color:#9FB7AA; }
.section-1-12{ background-color:#fff; }
/*.section-2-1{ background-image:url(../images/2-1.jpg);}*/
.section-2-2{ background-color:#C7B59F; }
.section-2-3{ background-color:#EDEDEC; min-height: 80vh !important; padding-bottom: 80px !important;}
/*.section-2-4{ background-image:url(../images/bg-rocks.jpg);}*/
.section-2-5{ background-color:#C7B59F;}
.pandj{background-image:url(../images/1.jpg); background-attachment: fixed; overflow: hidden; width:100vw; height:100vh; background-position: center;}
.section-2-9-bg {background-image:url("../images/Joan2002.jpg"); background-attachment: fixed; overflow: hidden; width:100vw; height:100vh;}
/*.section-2-6{ background-image:url(../images/3-3.jpg);}*/
.section-2-8{ background-color:#9FB7AA; padding-left: 20px !important; padding-bottom: 100px !important; }
.section-2-9{ background-color: #EDEDEC; }
.section-2-10{ background-color: #000000; }
/*.section-3-1{ background-image:url(../images/3-1.jpg); }*/
.section-3-2{ background-color:#C7B59F; }
.section-3-2-2{ background-color:#C7B59F; }
.section-3-3{ background-color: #EDEDEC; }
.section-3-4{ background-color: #9FB7AA; }
.section-background{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.section-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This is the key! It behaves like background-size: cover */
  object-position: center; /* Optional: Adjusts the focal point of the image (default is center) */
}

.video-bg {
    position: fixed;
	z-index: 1;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background: #000;
}

.video-bg video {
	width: 100%    !important;
    height: 100vh   !important;
	object-fit: cover;
	opacity: .68;
}

.gradient-bg {
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background: #C7B59F;
    background: linear-gradient(12deg, rgba(199, 181, 159, 1) 30%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: multiply;
	z-index: 1;
}


.section-1-1 .content-wrapper{
    max-width:924px;
    margin:0 auto;
    text-align: center;
}

.section-1-1 .content-wrapper h4{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
}

.section-1-1 .text-left{
    font-size:24px;
    gap:6vw;
    line-height: 1.7em;
    text-align: justify;
	margin-top: -200px;
}

.section-1-1 .text-left p{
    flex:1;
}

.mermaid{
    position:absolute;
    background-size: contain;
    width:264px;
    height:310px;
    left:10vw;
    top:100%;
}

.chapter-intro .content-wrapper{
    max-width:460px;
    position:relative;
    margin:0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    padding:60px;
    text-transform: uppercase;
}

.chapter-intro .content-wrapper h4{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 4px;
    font-size: 18px;
    margin:0;
}

.chapter-intro .content-wrapper svg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.chapter-intro .content-wrapper svg path {
    stroke-dashoffset: 952;
}

.chapter-intro .content-wrapper.is-visible svg path {
    stroke-dasharray: 1902;
    /* stroke-dashoffset: 1000; */
    animation: buttonCircle 1s linear;
}

@keyframes buttonCircle {
  from {
    stroke-dashoffset: 1902;
  }
  to {
    stroke-dashoffset: 952;
  }
}

.section-1-2:after,
.section-1-4:after,
.section-2-2:after{
    background:url(../images/sep_1_alt.png) no-repeat center;
    background-size:cover;
    width:100%;
    bottom:0;
    left:0;
    height:150px;
    content:"";
    z-index: 2;
    position:absolute;
}

.section-1-intro .text-wrapper1{
    max-width: calc(15vw + 700px);
	font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
 	margin: 20px auto;
    transition: all 0.5s ease 0.2s;
	text-align: center;
}

.section-1-intro img {
	max-width: calc(15vw + 700px);
	mix-blend-mode: multiply;
	display: block;
	margin:20px auto;
}
.section-1-intro .inner-wrapper{
    padding-left:15vw;
    margin:0 auto;
    max-width: calc(15vw + 700px);
}

.section-1-intro .inner-wrapper1 {
    font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:630px;
}

.section-1-intro .inner-wrapper2{
    max-width:690px;
}

.section-1-intro .inner-wrapper2 p{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5%;
	margin:0;
	padding-bottom: 100px;

}


.section-1-3 .content-wrapper,
.section-1-7 .content-wrapper{
    width:100%;
    text-align: center;
    bottom:20%;
    position:absolute;
    left:0;
    color:#fff;
    letter-spacing: 2px;
    font-size:24px;
    text-transform: uppercase;
}

.section-1-3 .content-wrapper .line2,
.section-1-7 .content-wrapper .line2{
    letter-spacing: 4px;
    font-size:18px;
}

.section-1-4 .inner-wrapper1{
    font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
    gap:20px;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left:10%;
}

.section-1-4 .inner-wrapper1 .text{
    max-width: 680px;
}

.section-1-4 .inner-wrapper2 img{
    mix-blend-mode: multiply;
    position:relative;
    margin-bottom:-100px;
}

.section-1-4 .inner-wrapper2{
    gap:80px;
    align-items: end;
    max-width:1100px;
    margin:0 auto;
    font-size:24px;
    line-height: 1em;
    font-weight:400;
    letter-spacing: 1px;
}

.section-1-4 .inner-wrapper2 > div{
    flex:1 1;
}

.section-1-4 .inner-wrapper3{
    padding-top:50px;
    padding-bottom:50px;
    max-width:1000px;
    margin:0 auto;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    position:relative;
}


.section-1-4 .inner-wrapper3:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:0;
    content:"";
    background:url(../images/steps.png) no-repeat left top;
    transition:all 1s ease 0.5s;
}

.section-1-4 .inner-wrapper3.is-visible:before{
    height:620px;
}

.section-1-4 .inner-wrapper3 > div.text-wrapper{
    text-align: center;
    max-width:740px;
    margin:20px auto;
    transition:all 0.5s ease 0.2s;
    transform:translateY(40px);
    opacity:0;
}

.section-1-4 .inner-wrapper3 > div.text-wrapper.is-visible{
    transform:translateY(0);
    opacity:1;
}

.section-1-4 .inner-wrapper3 > div.image-wrapper-inner.second{
    text-align: right;
    padding-right:200px;
}

.section-1-4 .inner-wrapper3 img,
.section-1-4 .inner-wrapper4 img {
    mix-blend-mode: multiply;
    position:relative;
}

.section-1-4 .inner-wrapper4 > div.image-wrapper-inner{
    text-align: center;
}

.section-1-4 .inner-wrapper4 > div.image-wrapper-inner img{
    transition:all 0.5s ease 0.2s;
}

.section-1-4 .inner-wrapper4 > div.image-wrapper-inner.is-visible img{
    transform:rotate(-4deg);
}

.section-1-4 .inner-wrapper4 > div.text-wrapper-1{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    max-width:700px;
}

.section-1-4 .inner-wrapper4 > div.text-wrapper-2{
    font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width:686px;
    margin:100px 100px -80px auto;
}

.section-1-4 .inner-wrapper5{
    padding-top:50px;
    padding-bottom:50px;
    max-width:1000px;
    margin:0 auto;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    position:relative;
	text-align: center;
}

.section-1-5 .content-wrapper{
    max-width:924px;
    margin:0 auto;
    text-align: center;
    position:relative;
    z-index: 1;
}

.section-1-5 .content-wrapper h4{
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: 4px;
    font-size: 14px;
}

.section-1-5 .text-left{
    font-size:24px;
    gap:6vw;
    line-height:42px;
    text-align: justify;
}

.section-1-5 .text-left p{
    flex:1;
}

.section-1-5:after{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:50%;
    z-index: 0;
    background: #EDEDEC;
    background: linear-gradient(180deg, rgba(237, 237, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
    content:"";
}

.main-wrapper > div.chapter > section.section-1-6{
    text-align: center;
    padding-bottom:0;
}

.section-1-6 .drawing{
    max-width:400px;
    margin: 0 auto;
	mix-blend-mode: multiply;
}

.section-1-6 .handwriting{
    font-family: ltr-ncnd-variable, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 42px;
    line-height: 72px;
    letter-spacing: 2px;
    text-align: left;
}

.section-1-6 h4,
.section-1-6 .caption{
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin:10px 0 20px;
}

.section-1-6 h4{
    font-size:18px;
}

.title{
    font-size:40px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}

.section-1-6 .title{
    font-family: minion-pro-condensed-subhead, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 80px;
    line-height: 72px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    max-width: 800px;
    margin:0 auto -100px;
    z-index: 0;
    position: relative;
}

.section-1-6 .letter {
    background: url(../images/old-paper.png) no-repeat center top;
    padding: 150px 160px 100px;
    background-size: 100% auto;
    transform: rotate(-1deg);
    max-width: 1300px;
    margin: 0 auto -30px;
}

.section-1-6 .letter .footnote{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    max-width:410px ;
    margin:50px auto;
}

.section-1-8 .inner-wrapper{
    padding-left:15vw;
    margin:0 auto;
    max-width: calc(15vw + 700px);
}

.section-1-8 .inner-wrapper1 {
    font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:630px;
}

.section-1-8 .inner-wrapper2{
    max-width:690px;
}

.section-1-8 .inner-wrapper2 p{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5%;

}

.section-1-8 .image-wrapper {
    max-width:1400px;
    margin:0 auto;
    mix-blend-mode: multiply;
}

.section-1-8 .image-wrapper img{
    width:900px;
}

.section-1-9 .content-wrapper{
    text-align: center;
    color:#fff;
}

.section-1-9 .text-wrapper-1{
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 8px;
    margin-bottom:10px;
    
}

.section-1-9 .text-wrapper-2{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 94px;
    line-height: normal;
    letter-spacing: 30px;
}

.section-1-10 .inner-section-1{
    margin-right:-40px;
}

.section-1-10 .inner-section-1 .text-wrapper{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 4px;
    text-transform: uppercase;
    width:70%;
    padding:10vw;
}

.section-1-10 .inner-section-1 .text-wrapper2{
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 5%;
  width:70%;
  padding:10vw;
}

.section-1-10 .inner-section-1 .image-wrapper{
    width:30%;
}

.section-1-10 .inner-section-1 .image-wrapper img{
    mix-blend-mode: multiply;
    position:relative;
}

.section-1-10 .inner-section-1 .img-caption{
    max-width:380px;
}

.section-1-10 .inner-section-2{
    margin-right:-40px;
    align-items: end;
}

.section-1-10 .inner-section-2 .left-section{
    width:70%;
    padding: 0 10vw;
}

.section-1-10 .inner-section-2 .date1,
.section-1-10 .inner-section-2 .date2{
    font-weight: 400;
    font-size: 200px;
    line-height: 180px;
    color:#231F20;
}

.section-1-10 .inner-section-2 .date1{
    margin:0 0 20px 20px;
}

.section-1-10 .inner-section-2 .text-wrapper{
    font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: 4px;
    text-transform: uppercase;
    max-width:600px;
    color:#C7B59F;
    mix-blend-mode: difference;
}

.section-1-10 .inner-section-2.is-visible svg{
    float: right;
    margin-top: 0px;
	mix-blend-mode: difference;
}

.section-1-10 .inner-section-2.is-visible svg path {
    stroke-dasharray: 1130;
    /* stroke-dashoffset: 1000; */
    animation: tainaro 1.5s linear;
}

@keyframes tainaro {
  from {
    stroke-dashoffset: 1130;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.section-1-11 .inner-section-1 .text-wrapper{
    text-align: center;
    color:#9FB7AA;
    mix-blend-mode: difference;
    max-width:720px;
    margin:0 auto;
    position: relative;
    z-index: 2;
}

.section-1-11 .inner-section-1 .images-wrapper{
    max-width:1300px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    position:relative;
}

.section-1-11 .inner-section-1 .images-wrapper > div{
    width:370px;
    max-width:48%;
    position:relative;
    mix-blend-mode: multiply;
}

.section-1-11 .inner-section-2 .text-wrapper{
    text-align: center;
    max-width:900px;
    margin:20px auto;
    position: relative;
    z-index: 2;
}

.section-1-11 .inner-section-2 .sub-header{
    text-align: center;
    max-width:420px;
   font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin:25px auto 50px;
}

.section-1-11 .inner-section-2 .image-wrapper-1{
    width:485px;
    margin:0 auto;
    max-width:100%;
	padding-bottom: 100px;
}

.section-1-12 .content-wrapper > div{
    position:relative;
    z-index: 2;
}

.section-1-12 .content-wrapper > div.huge-date{
    font-size: 65vw;
    font-style: italic;
    position: absolute;
    left: 50%;
    margin-left:-50vw;
    line-height: 55vw;
    z-index: 1;
}
/*
.section-1-12 .content-wrapper > div.huge-date.is-visible{
    font-size: 65vw;
}*/

.section-1-12 .inner-section-1 .image-wrapper{
    margin:0 auto;
    width:360px;
    max-width:100%;
    padding-top: 23vw;
}

.section-1-12 .inner-section-1 .image-wrapper img{
    width:100%;
}

.section-1-12 .inner-section-2{
    padding-top:100px;
    padding-bottom:50px;
    max-width:1400px;
    margin:0 auto;
}

.section-1-12 .inner-section-2 .text-wrapper{
    width:60%;
    padding-right:30px;
}

.section-1-12 .inner-section-2 .image-wrapper{
    width:280px;
}

.section-1-12:after{
    background:url(../images/background.png) no-repeat center top;
    background-size:cover;
    content:"";
    position:absolute;
    z-index: 0;
    left:0;
    bottom:-60px;
    height:960px;
    width:100%;
}

.section-1-12 .inner-section-3 .image-wrapper{
    width:480px;
    margin:0 auto 50px;
    text-align: center;
    max-width:100%;
}

.section-1-12 .inner-section-3 .text-wrapper{
    max-width:730px;
    margin:0 auto;
    text-align: center;
}

.section-2-2 .date{
    margin:80px 0;
}

.section-2-2 .inner-section-1{
    max-width:1200px;
    margin:0 auto;
    align-items: center;
}

.section-2-2 .inner-section-1 img {
    mix-blend-mode: exclusion;
}

.section-2-2 .inner-section-1 .text-wrapper
 {
    mix-blend-mode: difference;
    color:#C7B59F;
}

.section-2-2 .inner-section-1 .text-wrapper div {
    width: 720px;
}
.section-2-2 .inner-section-1 > div {
    width:50%;
}

.section-2-2 .inner-section-2{
    align-items: center;
    justify-content: center;
}

.section-2-2 .inner-section-2 .image-wrapper:first-child{
    width:480px;
    max-width:100%;
}
.section-2-2 .inner-section-2 .image-wrapper:last-child{
    width:460px;
    max-width:100%;
}

.section-2-2 .inner-section-3{
    padding:100px 0 400px;
}

.section-2-2 .inner-section-3 .text-wrapper{
    max-width:730px;
    margin:0 auto;
    text-align: center;
}

.section-2-2 .inner-section-3 .mermaid{
    left:50%;
    margin-left:-132px;
}

.section-2-3 .content-wrapper{
    max-width:920px;
    margin:0 auto;
}

.section-2-3 .content-wrapper .text-wrapper.big{
    font-style: italic;
    text-transform: initial;
    text-align: justify;
    margin:0px 0px 90px 0px
}


.header-wrapper-2-4 div:nth-child(2) {
    padding-left: 29%;
}

.header-wrapper-2-4 div:nth-child(3) {
    text-align: center;
}

.main-wrapper > div.chapter-1,
.main-wrapper > div.chapter-2,
.main-wrapper > div.chapter-3{
    position:relative;
    min-height:100vh;
    height:auto;
}

.main-wrapper > div.chapter > section.dark{
    color:#fff;
}

.header-wrapper-2-4 {
    color: #fff;
}

.section-2-4 .content-wrapper {
    width: 100%;
    max-width: 732px;
    margin:0 auto;
    top:50%;
}

.section-2-4{
    display: flex;
    align-items: center;
}

.header-wrapper-2-4 .big {
    mix-blend-mode: difference;
}

.section-2-5{
   background: #C7B59F;
   padding:0 !important;
}

.section-2-5 img{
    width:100%;
    display:block;
}

.section-2-5 .caption, .section-2-9 .caption {
    padding:30px 30px 60px;
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size:18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 30px;
}

.caption,
.credits{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size:14px;
    margin-top:15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-2-5 .first-row{
    background:#000;
    color:#fff;
    display:flex;
}

.section-2-5 .first-row > div{
    width:50%;
}

.section-2-5 .first-row .left-col{
    padding-bottom:200px;
    position: relative;
    margin-top:-100px;
}

.section-2-5 .first-row .left-col:before{
    width:100%;
    height:1px;
    background:#C7B59F;
    bottom:200px;
    left:0;
    content:"";
    position:absolute;
}

.section-2-5 .first-row .left-col:after{
    width:1px;
    height:200px;
    background:#C7B59F;
    bottom:0;
    left:30%;
    content:"";
    position:absolute;
}

.section-2-5 .first-row .right-col{
    border-left:1px solid #C7B59F;
}

.section-2-5 .second-row{
    display:flex;
    border-top:1px solid #C7B59F;
}

.section-2-5 .second-row .right-col{
    background:#000;
    color:#fff;
    font-size:30px;
    font-style: italic;
    width:55%;
    padding:50px;
    line-height: 42px;
}

.section-2-5 .third-row .center{
    font-size:40px;
    text-align: center;
    max-width:800px;
    margin:80px auto 380px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-2-5 .third-row-cols{
    display:flex;
}

.section-2-5 .third-row-cols > div{
    width:50%;
}

.section-2-5 .third-row .left-col{
    position:relative;
    padding-bottom:400px;
}

.section-2-5 .third-row .left-col:after{
    background:url(../images/kalamata-brick.png) no-repeat center;
    background-size:cover;
    height:500px;
    left:0;
    width:100%;
    bottom:0;
    position: absolute;
    z-index: 1;
    content:"";
}

.section-2-5 .third-row .left-col > div{
    color:#DDDDDD;
    background:url(../images/rock.png) no-repeat right center;
    background-size:auto 100%;
    width:537px;
    height:537px;
    display:flex;
    align-items: center;
    text-align: center;
    padding:50px 80px 50px 30px;
    position:relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 2px;
    max-width:96%;
}

.section-2-5 .third-row .left-col > div p:last-child{
    max-width:300px;
}

.section-2-5 .third-row > div{
    position: relative;
    z-index: 1;
}

.section-2-5 .third-row:after{
    position:absolute;
    left:0;
    bottom:500px;
    width:100%;
    height:1000px;
    background:url(../images/rockwall.png) no-repeat center top;
    background-size:cover;
    content:"";
    z-index: 0;
}
.section-2-5 .third-row .right-col{
    color:#DDDDDD;
    background:url(../images/pebbles.png) no-repeat center;
    background-size:cover;
    padding:40px;
    display: flex;
    align-items: end;
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-2-5 .fourth-row {
   max-width: 1200px;
   margin: 0 auto;
   align-items: center;
   mix-blend-mode: multiply;
}

.section-2-5 .fifth-row {
   max-width: 1200px;
   margin: 0px auto;
   padding-bottom: 200px;
}

.section-2-5 .fifth-row .image-wrapper {
   width:50%;
   margin:0 auto;
}

.section-2-5 .inner-section-1 {
	align-items: center;
	margin:200px 0px 40px 0px;
	gap:80px;
	padding: 80px;
}

.section-2-5 .inner-section-1 .text-wrapper {
    width:50%;
}

.section-2-5 .inner-section-1 .image-wrapper {
    width:50%;
}

.section-2-6{
    display: flex;
    align-items: center;
}

.section-2-6 .content-wrapper{
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color:#FFFFFF;
}

.section-2-7{
    background: #EDEDED;
    position:relative;
}

.section-2-7 .content-wrapper{
    position: relative;
    z-index: 2;
}

.section-2-7 .content-wrapper > .flex-row {
    position:relative;
}

.section-2-7 .content-wrapper > .flex-row h4{
    font-family: proxima-nova, sans-serif;
font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.section-2-7 .content-wrapper > .flex-row p{
    font-size: 24px;
    gap: 6vw;
    line-height: 42px;
    text-align: justify;
    font-style: italic;
}

.section-2-7 .content-wrapper > .flex-row > div{
    width:50%;
    padding:100px 10vw;
    text-align: justify;
}

.section-2-7:after{
    position:absolute;
    left:50%;
    z-index: 1;
    width:200px;
    margin-left:-100px;
    top:0;
    height:100%;
    content:"";
    background: #EDEDEC;
    background: linear-gradient(90deg, rgba(237, 237, 236, 1) 10%, rgba(160, 159, 159, 1) 30%, rgba(35, 31, 32, 1) 50%, rgba(160, 159, 159, 1) 70%, rgba(237, 237, 237, 1) 90%);
}

.section-2-7 .images-row {
    display:flex;
    align-items: center;
}

.section-2-7 .images-row img{
    border:10px solid #fff;
}

.section-2-7 .images-row .left-col{
    width:55%;
    text-align: right;
    z-index: 2;
    position: relative;
}

.section-2-7 .images-row .right-col{
    width:45%;
    padding-right:5vw;
}

.section-2-7 .images-row .left-col img{
    transform:translateX(100px) rotate(-5deg);
    filter: grayscale(1);
}

.section-2-7 .images-row .right-col img{
    transform:rotate(5deg);
}

.section-2-8 .book-row{
    position: relative;
    z-index: 2;
    margin-top:-200px;
}

.section-2-8 .book-row img{
    width:102vw;
    left:50%;
    transform:translateX(-50%) rotate(2deg);
    max-width: initial;
    position:relative;
}

.section-2-8 .flex-row{
    position: relative;
    z-index: 3;
}

.section-2-8 .flex-row .left-col{
    width:60%;
    padding:4vw 4vw 4vw 10vw;
}

.section-2-8 .flex-row .left-col h4{
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.section-2-8 .flex-row .left-col .intro{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom:30px;
}


.section-2-8 .flex-row .left-col .main-text{
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: 1.2em;
    text-align: justify;
}

.section-2-8 .flex-row .right-col{
    width:45%;
    padding-left:50px;
}

.section-2-8 .flex-row .right-col .imgage-1{
    margin-bottom:100px;
}

.section-2-8 .flex-row .right-col .imgage-1 img{
    border:10px solid #fff;
    transform:rotate(-5deg);
    margin-bottom:30px;
}

.section-2-8 .flex-row .right-col .imgage-2 img{
    border:10px solid #fff;
    transform:rotate(5deg);
    margin-bottom:30px;
    float: right;
}

.section-2-8 .flex-row .right-col .imgage-2 div{
    clear: both;
}

.section-2-8 .poems{
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.section-2-8:after{
    background:#000;
    content:"";
    z-index: -1;
    width: 100%;
    left: 0;
    height:600px;
    bottom: 0;
    position: absolute;
}

.section-2-8 .disk{
    text-align: center;
    margin-top:150px;
    margin-bottom:-150px;
}

.section-2-8 .poems .img-wrapper{
    text-align: center;
    align-self: center;
    height:600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-2-8 .poems .poem-1 img{
    transform: rotate(-4deg);
}

.section-2-8 .poems .poem-2 img{
    transform: rotate(-3deg);
}

.section-2-8 .poems .poem-3 img{
    transform: rotate(4deg);
}

.section-2-8 .poems .poem .credits{
    max-width: 400px;
    margin:20px auto;
    text-align: center;
    padding:10px;
    color: #FFFFFF;
}

.section-2-9 .intro-wrapper{
    background:url(../images/entrance.png) no-repeat center;
    background-size:cover;
    margin-top:-90px;
    position: relative;
    text-align: center;
    padding-top:10px;
}
.section-2-9 .intro-wrapper .intro-img{
    margin:0 auto;
    position:relative;
    z-index: 9;
    max-width:600px;
    transform:translateY(100px);
}

.section-2-9 .intro-wrapper .intro-img img{
    width: 427px;
    margin-bottom:50px;
}

.inner-fullwidth{
    margin-left:-40px;
    margin-right:-40px;
}

.section-2-9 .intro-wrapper .title{
    color:#fff;
    margin:200px auto 0;
    max-width:500px;
}

.section-2-9 .intro-wrapper:after {
    background: url(../images/sep_1_alt.png) no-repeat center;
    background-size: cover;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 150px;
    content: "";
    z-index: 2;
    position: absolute;
}

.section-2-9 .content-wrapper{
    text-align: center;
    max-width:920px;
    margin:0 auto;
    padding-top:150px;
}

.section-2-9 .content-wrapper .credits{
    margin-bottom:100px;
}

.section-2-9 .content-wrapper img{
    mix-blend-mode: multiply;
    display:block;
    margin: 0 auto;
}

.section-2-9 .content-wrapper .text-wrapper.big {
    font-style: italic;
    text-transform: initial;
    text-align: justify;
    margin: 25px 0 80px;
}

.section-2-9 .content-closure{
    margin-left:-40px;
    margin-right:-40px;
    margin-bottom:0px;
    position:relative;
}

.section-2-9 .content-closure:after{
    position:absolute;
    left:0;
    bottom:0;
    top:50%;
    width:100%;
    content:"";
    background:#C7B59F;
    z-index: -1;
}

.section-2-9 .content-closure .caption{
    padding:0 10vw 60px;
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
    margin-top: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-2-9 .content-closure .caption .credits{
    letter-spacing: 2px;
    line-height: 14px;
}

.section-2-9 .content-closure img{
    width:100%;
}

.main-wrapper > div.chapter > section.section-2-10{
    color:#fff;
    text-align: center;
    padding-bottom:0;
	padding-left:20px;
}

.section-2-10:after {
    background: url(../images/sep_1_alt.png) no-repeat center;
    background-size: cover;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 150px;
    content: "";
    z-index: 2;
    position: absolute;
}

.section-2-10 .content-wrapper .date{
    margin:40px 0;
}

.section-2-10 .content-wrapper .title{
    margin:50px auto;
    max-width:740px;
}

.section-2-10 .content-wrapper .intro{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    margin:0 auto 40px;
    max-width:700px;
}

.section-2-11 .content-wrapper .intro{
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    margin:0 auto 40px;
    max-width:700px;
	padding: 40px;
}

.section-2-10 .content-wrapper .text-wrapper{
    font-style: italic;
    text-transform: initial;
    text-align: justify;
    margin: 40px auto;
    max-width:920px;
}

.section-2-10 .statue{
    width:388px;
    max-width:100%;
    margin:100px auto 0;
    z-index: 5;
    position: relative;
}

.section-2-11{
    background:#EDEDEC;
    text-align: center;
    padding-bottom:0 !important;
}

.section-2-11 .title{
   max-width: 800px;
   margin: 80px auto;
   letter-spacing: 4px;
}

.section-2-11 .sky-text .title{
   color:#fff !important;
}


.section-2-11 img{
    width:320px;
    margin:80px auto;
}

.section-2-11 .sky-text{
    min-height: 80vh;
    position: relative;
    z-index: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
	width: 80vw;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 5%;
	background:#000;
	overflow: hidden;
}

.section-2-11 .sky-text video {
    object-fit: cover;
	position: absolute;
	width:100%;
	height:100%;
	bottom:0;
	filter: grayscale(1);
	opacity: .48;
}


.section-2-11 .sky-text:before{
    /*background:url(../images/sky.jpg) no-repeat center;
    background-size:cover;
    content: "";
    z-index: -1;*/
    position: absolute;
    left: 50%; 
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    -webkit-mask-image: url(../images/sep_mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
}

.section-2-11 .sky-text:after{
    background:url(../images/sep_1_alt.png) no-repeat center;
    background-size:cover;
    width:100vw;
    bottom:0;
    left:50%;
    margin-left:-50vw;
    height:150px;
    content:"";
    z-index: 2;
    position:absolute;
}

.section-2-11 .flex-row {
    align-items: flex-end;
    text-align:left;
    margin-top:-300px;
    position: relative;
    z-index: 2;
}

.section-2-11 .flex-row > div{
    width:50%;
    padding:450px 10vw 250px;
}

.section-2-11 .flex-row > div.left-col{
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;

}

.section-2-11 .flex-row > div.right-col{
    background: url(../images/old-paper.png) no-repeat left top;
    background-size:cover;
    font-family: ltr-ncnd-variable, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 40px;
    line-height: 50px;
}

.section-3-1.chapter-intro .content-wrapper {
    max-width: 510px;
}

.main-wrapper > div.chapter > section.section-3-2 {
    z-index: 0;
}

.section-3-2 .inner-section{
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
}

.section-3-2 .title{
   max-width: 800px;
   margin: 80px auto;
   letter-spacing: 4px;
}

.section-3-2 .inner-section .text-wrapper {
    color: #000;
    font-family: minion-pro-condensed-subhead, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-right:-150px;
    z-index: 2;
}

.section-3-2 .inner-section > div {
    width: 40%;
	mix-blend-mode: multiply;
}

.section-3-2 .img-blend {
    width: 100%;
	
}

.section-3-2 .img-blend img {
    width: 48%;
	display: block;
	margin:0 auto;
}


.section-3-2 .caption{
    max-width: 800px;
    margin: 80px auto 0px;
    text-align: center;
    line-height:30px;
    font-size: 18px;
}

.section-3-2 .old-paper{
    width: 1200px;
    height: 810px;
    margin: 0 auto;
    background:url(../images/old-paper2.png) no-repeat center;
    background-size: contain;
    padding: 170px;
    font-family: ltr-ncnd-variable, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;

}

.section-3-2 .old-paper .credits{
    margin-top: 150px;
    letter-spacing: 2px;
}

.section-3-2-2 .flex-row{
    position: relative;
    z-index: 3;
}

.section-3-2-2 .flex-row .left-col{
    width:60%;
    padding:4vw 4vw 4vw 10vw;
}

.section-3-2-2 .flex-row .left-col .main-text{
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: 1.2em;
    text-align: justify;
}

.section-3-2-2 .flex-row .right-col{
    width:45%;
    padding-left:50px;
}

.section-3-2-2 .flex-row .right-col .imgage-1{
    margin-bottom:100px;
}

.section-3-2-2 .flex-row .right-col .imgage-1 img{
    border:10px solid #fff;
    transform:rotate(-5deg);
    margin-bottom:30px;
}

.section-3-2-2 .flex-row .right-col .imgage-2 img{
    border:10px solid #fff;
    transform:rotate(5deg);
    margin-bottom:30px;
    float: right;
}

.section-3-2-2 .flex-row .right-col .imgage-2 div{
    clear: both;
}

.section-3-3 .intro-wrapper{
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.section-3-3 .intro-wrapper:after {
    background: url(../images/sep_1_alt.png) no-repeat center;
    background-size: cover;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 150px;
    content: "";
    z-index: 2;
    position: absolute;
}

.section-3-3 .intro-wrapper .title {
    color: #fff;
    margin: 200px auto 0;
    max-width: 1100px;
    padding-left:30px;
    padding-right:30px;
}

.section-3-3 .intro-wrapper .intro-img {
    margin: 0 auto;
    position: relative;
    z-index: 9;
    max-width: 800px;
    transform: translateY(100px);
}

.section-3-3 .intro-wrapper .intro-img img {
    width: 720px;
    margin-bottom: 50px;
}

.section-3-3 .content-wrapper {
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom:100px;
    position:relative;
    z-index: 1;
    color:#000;
}

.section-3-3 .content-wrapper .text-wrapper{
    font-family: minion-pro-condensed, serif;
	font-weight: 400;
	font-style: italic;
    font-size: 40px;
    line-height: 1.2em;
    margin-top:50px;
    text-align: justify;
}

.section-3-3 .renovation-section{
    position: relative;
    z-index: 3;
}

.section-3-3 .renovation-section .intro{
    background:url("../images/house-view.jpg") no-repeat center;
    background-size:cover;
    text-align: center;
    color:#fff;
    display:flex;
    justify-content: center;
    flex-direction: column;
    height: 800px;
    position: relative;
}

.section-3-3 .renovation-section .intro:before{
    z-index: 1;
    position: absolute;
    background-color: #000;
    opacity: 0.3;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-3-3 .renovation-section .title{
    position: relative;
    z-index:2;
}

.section-3-3 .renovation-section .house-gallery{
    display: flex;
    background: #A59684;
    position: relative;
    z-index:2;
}

.section-3-3 .renovation-section .house-gallery > div{
    width: 50%;
}

.section-3-3 .renovation-section .house-gallery > div.right{
    margin-top:-150px;
}

.section-3-3 .renovation-section .house-gallery > div img{
    display: block;
    width: 100%;
}

.section-3-3 .interior-section{
    background:#A59684;
    padding:180px 0;
    position: relative;
    z-index: 2 ;
    color:#fff;
    text-align: center;
	padding:4vw auto;
	margin-bottom: -90px;
}

.section-3-3 .interior-section .title{
    color:#fff;
    text-align: center;
    margin-bottom:40px;
}

.section-3-3 .interior-section:after{
    position: absolute;
    content: "";
    top: 100%;
    left:0;
    width: 0px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 100vw solid transparent;
    border-top: 100px solid #A59684;
}

.section-3-3 .interior-section .carousel div.slide{
    padding:10px;
    text-align: center;
}

.section-3-3 .carousel-text{
   font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    max-width:800px;
    margin:40px auto;
    padding-left:20px;
    padding-right:20px;
}

.section-3-3 .content-closure img{
    display: block;
    width: 100%;
}

.section-3-4 {
    padding-bottom:0 !important;
}

.section-3-4 .intro-wrapper {
    background: url(../images/hub.jpg) no-repeat center;
    background-size: cover;
    margin-top: -90px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 800px;
}

.section-3-4 .intro-wrapper:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 110vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 100px solid #9FB7AA;
}

.section-3-4 .content-wrapper > .text-wrapper{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 800px;
    margin: 100px auto;
}

.section-3-4 .flex-row{
    justify-content: space-around;
    z-index: 2;
    position: relative;
	padding-bottom: 200px;
	flex-wrap: wrap;
	gap:2vw;
}

.section-3-4 .flex-row > div{
    width:440px;
    max-width:46%;
    text-align: left;
  font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.section-3-4 .legacy-section{
    position: relative;
    background:url(../images/pottery.png) no-repeat center;
    background-size:cover;
    padding:240px 120px 0;
    color: #fff;
}

.section-3-4 .legacy-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 110vw solid transparent;
    border-right: 0 solid transparent;
    border-top: 100px solid #9FB7AA;
}

.section-3-4 .legacy-section .text-wrapper{
    font-family: minion-pro-condensed, serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    line-height: 42px;
    text-align: justify;
    max-width:580px;
    margin:70px 0;
    letter-spacing: 0;
}

.section-3-4 .legacy-section .img-wrapper{
    text-align: right;
    margin-top:50px;
}
.section-3-4 .legacy-section .img-wrapper img{
    max-width:70%;
	display: block;
	margin:0 auto;
}


.section-3-4 .closure-section{
    background:url(../images/footer-background.jpg) no-repeat center top -10px;
    background-size:cover;
    min-height: 800px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.section-3-4 .closure-section > div.text-wrapper{
    max-width:800px;
    margin-top:50px;
    color: #fff;
   font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-3-4 .closure-section > div.more-info{
    max-width:800px;
    margin-top:50px;
    font-family: minion-pro-condensed, serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    background:#fff;
    padding:40px 60px;
    color: #000000;
}

.section-3-4 .closure-section > div.more-info a {
    color: #000000;
}



.slick-slide img{
    transition:all 0.3s;
    width:100%;
}

.slick-slide.rotate-left img{
    transform: rotate(-3deg) scale(0.8,0.8) translateY(30px);
}

.slick-slide.rotate-right img{
    transform: rotate(3deg) scale(0.8,0.8) translateY(30px);
}

.slick-prev{
    left:10vw;
    width:50px;
    height:80px;
    z-index: 9;
}

.slick-prev:before{
    content:"";
    background:url(../images/left-arrow.svg) no-repeat center;
    background-size: contain;
    width:50px;
    height:80px;
    display: block;
    opacity:1 !important;
}

.slick-next{
    right:10vw;
    width:50px;
    height:80px;
     z-index: 9;
}

.slick-next:before{
    content:"";
    background:url(../images/right-arrow.svg) no-repeat center;
    background-size: contain;
    width:50px;
    height:80px;
    display: block;
    opacity:1 !important;
}

.main-wrapper > div > section{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-bottom{
    gap:10px;
    display:flex;
    justify-content: space-between;
}

.site-footer{
    padding:100px 20px;
    position: relative;
    z-index: 2;
}

.site-footer .container{
    max-width: 800px;
    margin:0 auto;
    font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.site-footer .container .footer-top{
    margin-bottom:50px;
}


/******************* Effects *******************/

.fadeinup{
    transition:all 0.5s ease 0.2s;
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    opacity:0;
}

.fadeinup.is-visible{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
}

.fadeindown{
    transition:all 0.5s ease 0.2s;
    -webkit-transform:translateY(-50px);
    transform:translateY(-50px);
    opacity:0;
}

.fadeindown.is-visible{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    opacity:1;
}

.fadeinright{
    transition:all 0.5s ease 0.2s;
    -webkit-transform:translateX(50px);
    transform:translateX(50px);
    opacity:0;
}

.fadeinright.is-visible{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
}

.fadeinleft{
    transition:all 0.5s ease 0.2s;
    -webkit-transform:translateX(-50px);
    transform:translateX(-50px);
    opacity:0;
}

.fadeinleft.is-visible{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
}

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

@media all and (max-width:1350px){
    h2 {
        font-size: 70px;
        line-height: 1em;
    }

    .section-2-7 .content-wrapper > .flex-row > div:first-child{
        padding-left:4vw;
    }
    .section-2-7 .content-wrapper > .flex-row > div:last-child{
        padding-right:4vw;
    }
}

@media all and (max-width:1250px){
    .section-3-2 .old-paper {
        width: 860px;
        height: 580px;
        margin: 0 auto;
        background: url(../images/old-paper2.png) no-repeat center;
        background-size: contain;
        padding: 90px 70px;
        font-family: ltr-ncnd-variable, sans-serif;
	font-weight: 400;
	font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }
    .section-3-2 .old-paper .credits{
        margin-top: 50px;
    }
    .main-wrapper > div.chapter > section.section-3-2{
        padding-bottom:0 !important;
    }
}

@media all and (max-width:1200px){
    .section-1-10 .inner-section-1 .text-wrapper {
        font-size: 35px;
        padding: 5vw;
    }
    .section-1-10 .inner-section-2 .left-section {
        padding: 0 5vw;
    }
    .section-1-10 .inner-section-2 .text-wrapper {
        font-size: 30px;
        max-width: 430px;
    }
    div.menu-wrapper {
        padding: 140px 50px 50px;
    }
    div.menu-wrapper .menu-content a {
        font-size: 15px;
    }
    div.menu-wrapper .menu-content a span {
        font-size: 20px;
    }
    .section-2-8 .poems .img-wrapper {
        height: 460px;
    }
    .section-3-2 .inner-section .text-wrapper{
        margin-right:-50px;
    }
    .section-2-11 .flex-row > div {
        width: 50%;
        padding: 280px 8vw 120px;
    }
	
	
}

@media all and (max-width:900px){
    .section-1-1 .text-left,
    .section-1-5 .text-left{
        display: block;
    }
    .section-1-6 .title {
        font-size: 60px;
        line-height: 52px;
        max-width: 405px;
    }
    .section-1-6 .handwriting {
        font-size: 32px;
        line-height: 62px;
    }
    div.menu-wrapper .menu-content > div {
        width: 100%;
        padding-right: 0;
    }
    .section-1-6 .letter {
        padding: 140px 110px 70px;
    }
    .section-1-8 .inner-wrapper1{
        font-size:32px;
    }
    .section-1-10 .inner-section-1{
        flex-wrap:wrap;
        justify-content: end;
        margin:0;
    }
    .section-1-10 .inner-section-1 .text-wrapper{
        width:100%;
    }
    .section-1-10 .inner-section-1 .image-wrapper{
        width: 60%;
    }
    .section-1-10 .inner-section-2 .date1, .section-1-10 .inner-section-2 .date2 {
        font-size: 140px;
    }
    .section-2-5 .second-row{
        flex-wrap: wrap;
    }
    .section-2-5 .second-row > div{
        width: 100% !important;
    }
    .section-2-7:after{
        display: none;
    }
    .section-2-7 .content-wrapper > .flex-row{
        flex-wrap: wrap;
    }
    .section-2-7 .content-wrapper > .flex-row > div{
        width:100%;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .section-2-7 .content-wrapper > .flex-row > div:first-child{
        padding-bottom:0;
    }
    .section-2-7 .content-wrapper > .flex-row > div:last-child{
        padding-top:0;
    }
    .section-2-7 .content-wrapper > .flex-row > div:last-child h4,
    .section-2-7 .content-wrapper > .flex-row > div:last-child img{
        display:none;
    }
    .section-2-7 .images-row .left-col img {
        transform: translateX(0) rotate(-5deg);
    }
    .section-2-8 .flex-row .left-col {
        padding: 10px;
    }
    .section-3-3 .content-wrapper .text-wrapper,
    .section-2-5 .third-row .center,
    .section-2-8 .flex-row .left-col .main-text,
    .big,
    .proxima-big {
        font-size: 30px;
    }
    .section-2-8 .poems .img-wrapper {
        height: 300px;
    }
    .section-1-11 .inner-section-1 .text-wrapper{
        padding-bottom:200px;
    }
    .section-2-11 .flex-row{
        padding-top:120px;
    }
    .section-2-11 .flex-row > div.left-col {
        padding: 160px 4vw 20px;
    }
    .section-2-11 .flex-row > div.right-col {
        padding: 180px 6vw 60px;
        font-size: 30px;
    }
    .section-2-11 img {
        width: 300px;
    }
    .mermaid {
        width: 154px;
        height: 180px;
    }
    .section-3-2 .old-paper {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        line-height: 40px;
        height: auto;
    }
    .section-3-2 .old-paper .credits{
        margin-top: 40px;
    }
    .section-3-4 .closure-section > div.text-wrapper{
        padding-left:60px;
        padding-right:60px;
    }
    div.menu-wrapper .menu-content{
        max-width:96%;
    }
}

@media all and (max-width:768px){
    h2 {
        font-size: 52px;
    }
    .section-1-4 .inner-wrapper1 {
        padding-left: 0;
        font-size: 30px;
        line-height: 1.2em;
    }
    .section-1-4 .inner-wrapper3{
        font-size: 30px;
    }
    .section-1-4 .inner-wrapper4 > div.text-wrapper-2 {
        font-size: 30px;
        margin: 50px 50px -80px auto;
    }
    .section-1-4 .inner-wrapper2{
        display:block;
    }
    .section-2-8 .poems{
        display:block;
    }
    .section-2-8 .poems > .poem{
        max-width:400px;
        margin:0 auto 20px;
    }
    .section-2-8 .poems .img-wrapper{
        height: auto;
    }
    .section-2-8:after{
        height: 35%;
    }
    .section-1-6 .letter {
        padding: 120px 80px 50px;
    }
    .section-1-6 .handwriting {
        font-size: 28px;
        line-height: 49px;
    }
    .section-1-6 .title {
        font-size: 50px;
        line-height: 42px;
        max-width: 345px;
        margin: 0 auto -48px;
    }
    .section-1-8 .inner-wrapper{
        padding-left: 0;
    }
    .section-1-9 .text-wrapper-2 {
        font-size: 80px;
    }
    .section-1-12 .content-wrapper > div{
        flex-wrap: wrap;
    }
    .section-1-12 .inner-section-2 .text-wrapper{
        width: 100%;
        padding-bottom: 150px;
    }
    .section-2-2 .inner-section-1 .text-wrapper div{
        width: auto;
        padding-bottom:20px;
    }
    .section-2-8 .flex-row,
    .section-2-2 .inner-section-1{
        flex-wrap:wrap;
    }
    .section-2-8 .flex-row .left-col,
    .section-2-8 .flex-row .right-col,
    .section-2-2 .inner-section-1 > div {
        width: 100%;
    }
    .section-2-2 .inner-section-2{
        display:block;
    }
    .section-2-2 .inner-section-2 .image-wrapper{
        margin:0 auto 30px;
    }
    .section-1-10 .inner-section-2 .date1, .section-1-10 .inner-section-2 .date2 {
        font-size: 100px;
    }
    .section-3-2 .old-paper {
        padding-top:70px;
        padding-bottom: 70px;
        font-size: 24px;
        line-height: 38px;
    }
    .section-3-2 .old-paper .credits {
        margin-top: 10px;
    }
    .section-3-2 .inner-section{
        max-width:100%;
        display:block;
    }
    .section-3-2 .inner-section .text-wrapper {
        margin-right: 0;
    }
    .section-3-2 .inner-section > div {
        width: 100%;
    }
    .section-3-2 .caption{
        margin-top:40px;
    }
    .slick-prev, 
    .slick-next, 
    .slick-prev:before, 
    .slick-next:before { 
        width: 99px;
        height: 38px;
    }
    .section-2-11 .flex-row{
        flex-wrap:wrap;
    }
    .section-2-11 .flex-row > div{
        width:100%;
    }
    .section-2-11 .flex-row > div.right-col {
        padding: 90px 18vw 40px;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
    .section-2-11 .sky-text {
        min-height: 70vh;
    }
    div.menu-wrapper .menu-content .secondary-menu{
        display:block;
    }
    div.menu-wrapper .menu-content .secondary-menu > div{
        margin-bottom:10px;
    }
	
	.section-2-5 .inner-section-1 {
		display: block;
	}
	
	.section-2-5 .inner-section-1 .text-wrapper {
	  width: 100%;
	  margin-bottom: 80px;
	}
	
	.section-2-5 .inner-section-1 .image-wrapper {
	  width: 100%;
	}
	
	.breakflex {
		display: block !important;
	}
	
	.section-3-2-2 .flex-row .left-col {
	  width: 100%;
	  padding: 4vw;
	}
	
	.section-3-2-2 .flex-row .right-col {
	  width: 100%;
	  padding-left:0px;
	}
	
	
	.section-3-3 .intro-wrapper .intro-img img {
	  width: 720px;
	  margin-bottom: 20px;
	}

	
}

@media all and (max-width:680px){
    .section-3-2 .old-paper{
        background-size: cover;
        margin-left: -40px;
        margin-right: -40px;
        padding-left:40px;
        padding-right:40px;
    }
	
    .section-3-4 .legacy-section {
        padding: 240px 50px 0;
    }
	
}


@media all and (max-width:640px){
    nav.vertical_menu{

    }
    div.menu_overlay{
        width:100%;
        left:-100vw;
    }
    .section-2-5 .second-row .right-col {
        padding: 30px;
    }
    .section-2-5 .first-row{
        flex-wrap: wrap;
    }
    .section-2-5 .first-row > div {
        width: 100%;
    }
    .section-2-5 .first-row .left-col {
        padding-bottom: 100px;
        margin-top: 0;
    }
    .section-2-5 .first-row .left-col:before {
        bottom: 100px;
    }
    .section-2-5 .first-row .left-col:after {
        height: 100px;
    }
    .section-1-6 .letter {
        padding: 90px 70px 50px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .section-2-5 .third-row > div{
        flex-wrap:wrap;
    }
    .section-2-5 .third-row-cols > div{
        width:100%;
    }
    .section-2-5 .third-row .left-col {
        padding-bottom: 250px;
    }
	.section-3-3 .credits {
		padding:40px;
	}
	

}

@media all and (max-width:540px){
    .menu_overlay ul#big_anchors li{
        font-size:22px;
    }
    #header {
        height: 70px;
        padding: 25px 15px;
    }
    .main-wrapper > div.chapter > section {
        padding: 70px 20px 0px 20px;
    }
    #header .menu .burder-menu {
        height: 20px;
        width:40px;
    }
    .lagn-switcher-wrapper{
        width:40px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 32px;
    }
    .lagn-switcher-wrapper a {
        font-size: 15px;
        line-height: 23px;
    }
    div.menu-wrapper:after {
        top: 70px;
    }
    div.menu-wrapper {
        padding: 100px 20px 30px;
    }
    div.menu-wrapper .menu-content a span {
        font-size: 18px;
    }
    div.menu-wrapper .menu-content .menu-item {
        margin-bottom: 20px;
    }
    .chapter-intro .content-wrapper {
        padding: 60px 0;
        width: 100%;
        font-size: 22px;
    }
    .section-1-2:after, 
    .section-1-4:after, 
    .section-2-2:after {
        height: 90px;
    }
    .section-1-9 .text-wrapper-2 {
        font-size: 50px;
    }
    .section-1-9 .text-wrapper-1 {
        font-size: 22px;
        letter-spacing: 6px;
    }
    .section-1-10 .inner-section-1 .text-wrapper{
        padding-left:0;
        padding-right:0;
        font-size:28px;
    }
    .section-1-10 .inner-section-2{
        margin-right:-20px;
    }
    .section-1-10 .inner-section-2 .left-section{
        padding:0;
    }
    .section-1-10 .inner-section-2 .date1, .section-1-10 .inner-section-2 .date2 {
        font-size: 80px;
    }
    .section-1-10 .inner-section-2 .text-wrapper {
        font-size: 24px;
    }
    .section-1-10 .inner-section-2 .date1{
        margin-left:0;
    }
    .section-1-8 .inner-wrapper1,
    .section-1-4 .inner-wrapper4 > div.text-wrapper-2,
    .section-1-4 .inner-wrapper1,
    .proxima-big {
        font-size: 26px;
    }
    .section-1-4 .inner-wrapper1{
        display: block;
    }
    .section-1-12 .inner-section-1 .image-wrapper {
        padding-top: 40vw;
    }
    .section-1-10 .inner-section-1 .image-wrapper{
        width: 80%;
		margin-bottom:30%;
    }
    .section-2-8 .book-row {
        margin-top: -150px;
    }
    .section-2-9 .intro-wrapper .intro-img .credits{
        padding-left:30px;
        padding-right:30px;
    }
	
	
	.main-wrapper > div.chapter > section {
	  min-height: 70vh;
	}
	
	.section-2-3 {
		min-height:50vh !important;
	}
	
	.section-2-9-bg {
	  background-attachment: scroll;
	  height: auto;
	}
	
	.section-1-2, .section-1-7 {
	  background-attachment: scroll;
	}
	
	.section-2-9 .content-closure .caption {
	  padding: 0vw 0vw 10vw 10vw;
	}
    
}

@media all and (max-width:480px){
    nav.vertical_menu{
        width:7vw;
    }
    .menu_overlay{
        padding-left:8vw;
    }
    #header .menu .burder-menu,
    .lagn-switcher-wrapper{
        width:30px;
    }
    .section-1-6 .title {
        font-size: 40px;
        max-width: 285px;
        margin: 0 auto -50px;
    }
    .section-1-6 .handwriting {
        font-size: 24px;
        line-height: 36px;
    }
    .section-1-6 .letter {
        padding: 70px 55px 50px;
        margin-left: -35px;
        margin-right: -35px;
    }
    .section-1-6 .letter .footnote {
        margin: 20px auto;
    }
    .section-1-1 .text-left {
        line-height: 1.4em;
    }
    .mermaid {
        top:105%;
    }
    .section-1-10 .inner-section-2.is-visible svg{
        max-width: 80%;
        height: auto;
    }
    .section-1-12 .inner-section-2 .text-wrapper {
        font-size: 26px;
        padding-right: 0;
    }
    .section-2-5 .third-row .center .credits{
        padding-left:15px;
        padding-right:15px;
    }
    .section-2-5 .third-row .left-col > div {
        padding: 50px 60px 50px 20px;
    }
    .section-2-10 .content-wrapper .text-wrapper{
        font-size:26px;
    }
    .section-2-11 .flex-row > div.right-col {
        padding: 65px 15vw 30px;
    }
    div.menu-wrapper .menu-content .main-menu{
        display:block;
    }
    div.menu-wrapper .menu-content {
        max-width: 100%;
    }
    div.menu-wrapper .menu-logos{
        gap:15px;
    }
}

@media all and (max-width:360px){
    h2 {
        font-size: 32px;
    }
    .section-1-9 .text-wrapper-2 {
        font-size: 46px;
        letter-spacing: 24px;
    }
    .section-1-9 .text-wrapper-1 {
        font-size: 20px;
        letter-spacing: 4px;
    }
    .section-1-10 .inner-section-2 .date1, 
    .section-1-10 .inner-section-2 .date2 {
        font-size: 60px;
    }
}