@charset "UTF-8";
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/BigShouldersDisplay_Regular/stylesheet.css");
body {
    background-color: #FFF0EA;
    width: 100%;
    height: 100%;
	margin: 0;
    position: fixed;
}
.background {
    width: 1440px;
    height: 900px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/Update - Curatorial Statement Background-01.jpg");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.2);
	mix-blend-mode: color-burn;
}
.mobilePage {
	display: none;
}
.background header {
    width: 1000px;
    height: 75px;
    margin-left: 20px;    
}
.background header img {
	width: 300px;
	height: auto;
}
.background header nav {
    width: 70%;
    height: 17.5px;
    float: right;
    
}
.desktopNav ul {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 800px;
    margin-right: auto;
    margin-left: -37px;
}
.desktopNav ul li {
    display: inline-block;
    border-right: thin solid #000000;
    padding-right: 15px;
    padding-left: 10px;
}
.desktopNav ul .selected {
    text-shadow: 0px 1px 5px rgba(0,0,0,0.70);
}
.desktopNav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 14px;
    font-family: "Lato Regular";
}
.background .content-box {
    width: 800px;
    height: 450px;
    position: absolute;
    top: 16em;
    left: 50%;
    transform: translate(-50%, 0);
}

.title-text {
    width: 587px;
    height: 75px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    mix-blend-mode: color-burn;
    opacity: 0.65;
}
.tornPaper-tab {
    width: 325px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
	mix-blend-mode: color-burn;
}
.tornPaper-tab img {
	width: 100%;
	height: auto;
	mix-blend-mode: color-burn;
}
.title-text .text {
    width: 240px;
    height: 25px;
    position: relative;
    top: 1.75em;
    left: 10.5em;
    z-index: 4;
    color: #000000;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 12.5pt;
    letter-spacing: 5.5px;
    word-spacing: -4px;
	text-align: center;
}
.location-line_left {
    width: 95px;
    height: 8px;
    position: absolute;
    top: 2em;
    left: 0em;
    background-image: url(Hidden%20Stories%20Assets/Curatorial%20Statement/location-line_left.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0.5;
}
.location-line_right {
    width: 95px;
    height: 8px;
    position: absolute;
    top: 2em;
    right: 0em;
    background-image: url(Hidden%20Stories%20Assets/Curatorial%20Statement/location-line_right.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0.5;
}
.background .statement {
    position: relative;
	top: 1em;
	left: 50%;
	transform: translate(-50%);
    height: auto;
    color: rgba(0,0,0,0);
    font-family: "Lato Regular";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1px;
}
.background .statement .p1 {
	padding-bottom: 10px;
	animation-name: text;
  	animation-duration: 1.4s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
.background .statement .p2 {
	padding-bottom: 10px;
	animation-name: text;
	animation-delay: 1.4s;
  	animation-duration: 1.4s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
.background .statement .p3 {
	padding-bottom: 10px;
	animation-name: text;
  	animation-duration: 1.4s;
	animation-delay: 2.8s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
.background .statement .signature {
    color: inherit;
    font-family: "Lato Regular";
    font-style: italic;
    font-weight: 900;
    text-align: center;
	animation-name: text;
  	animation-duration: 1.4s;
	animation-delay: 4.2s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
.audio_button {
    width: 190px;
    height: 35px;
    position: relative;
    z-index: 3;
    top: 2.5em;
    left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	animation-name: button;
  	animation-duration: 1.4s;
	animation-delay: 4.2s;
  	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}
@keyframes button {
  	0%   {opacity: 0;}
  	100% {opacity: 1;}
}
.audio_button #pause p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 11px;
    padding-bottom: 9px;
}
.audio_button #listen p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    padding-top: 11px;
    padding-right: 40px;
    padding-bottom: 9px;
}
.audio_button #listen {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
}
.audio_button #listen.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
.audio_button #listen:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
.audio_button #pause {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
    top: -2.8em;
    position: relative;
    left: 88px;
}
.audio_button #pause.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
.audio_button #pause:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}

.next.page {
	width: 217px;
    height: 50px;
    position: absolute;
    opacity: 0;
    animation-name: nextpage;
    animation-delay: 5.6s;
	animation-duration: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    bottom: 1.5em;
    right: 1.5em;
}

.next.page a img {
    width: 100%;
    height: auto;
	position: absolute;
	bottom: 0px;
}
@keyframes text {
  	0%   {color: rgba(0,0,0,0.00);}
  	100% {color: rgba(0,0,0,1.00);}
}
@keyframes nextpage {
  	0%   {opacity: 0;}
	100% {opacity: 1.00;}
}
@media only screen and (min-width: 1300px) and (max-width: 1390px) and (orientation: landscape) {
	
	body {
		transform: scale(0.94861111)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%); 
  	}
}
@media only screen and (min-width: 1081px) and (max-width: 1299px) and (orientation: landscape) {
	
	body {
		transform: scale(0.89)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
  	}
	.background .content-box {
		transform: scale(1.3) translate(-38%);
	}
}
@media only screen and (min-width: 1020px) and (max-width: 1080px) and (orientation: landscape) {
	
	body {
		transform: scale(0.711117)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.background .content-box {
		transform: scale(1.3) translate(-38%);
	}
}
@media only screen and (min-height: 780px) and (max-height: 875px) and (orientation: landscape) {
	body{
		transform: scale(0.89)
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  	}
	.background .content-box {
		transform: scale(1.3) translate(-38%);
	}
}
@media only screen and (min-height: 640px) and (max-height: 779px) and (orientation: landscape) {
	body{
		transform: scale(0.78);
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  		}
	.background .content-box {
		transform: scale(1.3) translate(-38%);
	}
}
@media (min-width:0px)  and (max-width:1000px) and (orientation: portrait)  { /* smartphones, iPhone, portrait 480x320 phones */ 
#body {
		position: relative;
		background-color: #FFF0EA;
	}
	#body.fixed {
		overflow: hidden;
		position: fixed;
	}
	.background {
		display: none;
	}
	.mobilePage {
		display: contents;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
#topnav {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #FFF0EA;
}
	#topnav.fixed {
		position: fixed;
	}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
  background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuBlack.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 600;
  cursor: pointer;
}
#icon.active {
	background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuClose.png");
}
#mobile-siteMenu {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    font-family: "Lato Regular";
    font-style: italic;
    text-align: center;
    font-size: 16pt;
    color: white;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
}
#mobile-siteMenu {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    font-family: "Lato Regular";
    font-style: italic;
    text-align: center;
    font-size: 16pt;
    color: white;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
}
#mobile-siteMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
	
}
#mobile-siteMenu ul li {
    display: block;
    padding: 20px;
    margin-left: -40px;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#mobile-siteMenu ul .no-border {
    border-bottom: 0px none rgba(0,0,0,0.00);
}
#mobile-siteMenu ul li a {
	text-decoration: none;
	color: white;
}
	#contentCont {
		margin-top: 30px;
		height: auto;
	}
.mobileTitle {
    width: 300px;
    height: 70px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 30px;
	opacity: 0.75
}
.mobileTitle img {
    width: 100%;
    height: auto;
}
.mobileTitle .Mobiletitle-text {
    position: relative;
    top: -3em;
	text-align: center;
	color: #000000;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 12.5pt;
    letter-spacing: 5.5px;
    word-spacing: -4px;
}


    #more {
    display: none
;
}
.statement {
	max-width: 640px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
    font-family: "Lato Regular";
    font-size: 12pt;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    letter-spacing: 0.2pt;
}.statement #btn {
    font-family: "Lato Regular";
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14pt;
    color: #000000;
    letter-spacing: 0.2pt;
	padding-top: 0.75em;
}
#mobileAudio_button {
		width: 187px;
		height: 33px;
		transform: scale(1.1) translate(-50%);
		position: relative;
		margins: 0;
		top: 1em;
		left: 50%;
	}
#mobileAudio_button #pauseMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 11px;
    padding-bottom: 9px;
}
#mobileAudio_button #listenMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    padding-top: 11px;
    padding-right: 40px;
    padding-bottom: 9px;
}
#mobileAudio_button #listenMobile {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
}
#mobileAudio_button #listenMobile.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
#mobileAudio_button #pauseMobile {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
    top: -2.8em;
    position: relative;
    left: 88px;
}
#mobileAudio_button #pauseMobile.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
#mobileAudio_button #pauseMobile:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
#beginStoriesMobile {
    width: 250px;
    position: absolute;
	left: 50%;
	transform: translate(-50%);
	margin-top: 50px;
}
#beginStoriesMobile img {
	width: 100%;
	height: auto;
}
}
@media (min-width:1px)  and (max-width:1019px) and (max-height:639px) and (orientation: landscape) {
	#body {
		position: relative;
		background-color: #FFF0EA;
	}
	#body.fixed {
		overflow: hidden;
		position: fixed;
		background-color: #000000;
	}
	.background {
		display: none;
	}
	.mobilePage {
		display: contents;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
	#topnav {
  	overflow: hidden;
  	position: relative;
  	width: 100%;
  	height: 50px;
  	margin-bottom: 10px;
  	background-color: #FFF0EA;
}
	#topnav.fixed {
		position: fixed;
	}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
  background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuBlack.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 600;
  cursor: pointer;
}
#icon.active {
	background-image: url("Hidden Stories Assets/Nav Menu Designs/mobileMenuClose.png");
}
#mobile-siteMenu {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    font-family: "Lato Regular";
    font-style: italic;
    text-align: center;
    font-size: 10pt;
    color: white;
    letter-spacing: 1.2px;
    word-spacing: 2.5px;
}
#mobile-siteMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}
#mobile-siteMenu ul li {
    display: block;
    padding: 10px;
    margin-left: -40px;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#mobile-siteMenu ul .no-border {
    border-bottom: 0px none rgba(0,0,0,0.00);
}
#mobile-siteMenu ul li a {
	text-decoration: none;
	color: white;
}
#contentCont {
		margin-top: 25px;
		height: auto;
	}
.mobileTitle {
    width: 300px;
    height: 70px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 20px;
	opacity: 0.75
}
.mobileTitle img {
    width: 100%;
    height: auto;
}
.mobileTitle .Mobiletitle-text {
    position: relative;
    top: -3em;
	text-align: center;
	color: #000000;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 12.5pt;
    letter-spacing: 5.5px;
    word-spacing: -4px;
}


    #more {
    display: none
;
}
.statement {
	max-width: 700px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
    font-family: "Lato Regular";
    font-size: 12pt;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    letter-spacing: 0.2pt;
}
	.statement #btn {
    font-family: "Lato Regular";
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14pt;
    color: #000000;
    letter-spacing: 0.2pt;
	padding-top: 0.75em;
}
#mobileAudio_button {
		width: 187px;
		height: 33px;
		transform: scale(1.1) translate(-50%);
		position: relative;
		margins: 0;
		top: 1em;
		left: 50%;
	}
#mobileAudio_button #pauseMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 11px;
    padding-bottom: 9px;
}
#mobileAudio_button #listenMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    padding-top: 11px;
    padding-right: 40px;
    padding-bottom: 9px;
}
#mobileAudio_button #listenMobile {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
}
#mobileAudio_button #listenMobile.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/LISTEN Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
#mobileAudio_button #pauseMobile {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE - curatorial.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
    top: -2.8em;
    position: relative;
    left: 88px;
}
#mobileAudio_button #pauseMobile.active {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
	opacity: 0.85;
}
#mobileAudio_button #pauseMobile:hover {
    background-image: url("Hidden Stories Assets/Curatorial Statement/PAUSE Button ACTIVE- curatorial.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
#beginStoriesMobile {
    width: 25%;
	position: relative;
	left: 72%;
	bottom: 10px;
    
}
#beginStoriesMobile img {
	width: 100%;
	height: auto;
}
}