@charset "utf-8";
@import url("webfonts/Lato_Light/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");

body {
    margin: 0;
    position: fixed;
    background-color: #c97618;
    width: 100%;
    height: 100%;
}
.background {
    width: 1440px;
    height: 900px;
    z-index: 1;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
    background-position: center;
    background-size: contain;
    -webkit-box-shadow: 10px 10px 32px -6px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 32px -6px rgba(0,0,0,0.15);
}
.mobilePage {
	display: none;
}
.background-image {
	width: 100%;
	height: 100%;
}
.background-image img {
    width: 100%;
    height: auto;
}
.background header {
    width: 1000px;
    height: 75px;
    margin-left: 20px;
    z-index: 20;
    background-size: cover;
    position: fixed;
}
.background header img {
	width: 300px;
	height: auto;
}
.desktopNav {
    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 0px 5px rgba(0,0,0,0.60);
}
.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";
}
.ring-bottle {
    width: 574px;
    height: 582px;
    position: relative;
    left: 5em;
    top: -42em;
    z-index: 2;
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/Cutout_Ring Bottle.png");
    opacity: 0;
	animation: AnimateRingBottle ease 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    background-repeat: no-repeat;
    background-size: contain;
}
@keyframes AnimateRingBottle {
	0% {opacity: 0;}
	50% {opacity: 1}
	100% {opacity: 0;}
}
.ring-bottle-signed {
    width: 574px;
    height: 355px;
    position: relative;
    left: 5em;
    top: -67em;
    z-index: 2;
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/Signature Ring Bottle.png");
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
	animation: AnimateFadeIn ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 5s;
	
}
.text-container {
    width: 700px;
    height: 750px;
    position: relative;
    top: -109em;
    left: 43.5em;
}
.title-text {
    height: 225px;
    position: relative;
    top: -14px;
}
.title-text .Dr.Peter.Davis {
    width: 219px;
    height: auto;
    position: relative;
    left: 14em;
    top: 0px;
	opacity: 0;
	animation: AnimateFadeIn ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1s;
}
.title-text .RING {
    height: auto;
    width: 502px;
    position: relative;
    left: 7em;
    top: 1mm;
	opacity: 0;
	animation: AnimateFadeIn ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1s;
}
@keyframes AnimateFadeIn{
	0% {opacity: 0;}
	100% {opacity:1;}
}
.title-text .BOTTLE {
    height: auto;
    width: 551px;
    position: relative;
    left: 5em;
    top: -1em;
	opacity: 0;
	animation: AnimateFadeIn ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 2s;
}
.paragraph-text {
    width: 660px;
    height: 408px;
    position: relative;
    top: -4.25em;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    animation: AnimateFadeIn ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.location-text {
    width: 370px;
    height: auto;
    position: relative;
    right: -289px;
    top: 28px;
    padding-bottom: 17px;
}
.paragraph-text p {
    width: 100%;
    font-family: "Lato Regular";
    text-shadow: 0px 0px;
    color: rgba(93,53,22,1.00);
    font-weight: 200;
    font-size: 13.5px;
    line-height: 17px;
    letter-spacing: 0.28px;
    padding-left: 0px;
    text-align: justify;
}
.paragraph-text .left-border {
    width: 68px;
    height: 450px;
    position: absolute;
    top: 25px;
    left: -30px;
    background-repeat: no-repeat;
}
.svg  {
    width: 100%;
}
.paragraph-text .right-border {
    width: 68px;
    height: 450px;
    position: absolute;
    top: 18px;
    left: 624px;
}
.background .page-indicator {
    width: 9px;
    height: 40px;
    position: relative;
    z-index: 50;
    top: -129em;
    left: 1.6em;
}

.page-indicator .white-circle {
    width: 7px;
    height: 7px;
    background-color: #FFF7D8;
    border-radius: 50%;
    border: 0.5px solid #FFF7D8;
}
.page-indicator .black-circle {
    border-radius: 50%;
    background-color: rgba(209,153,109,0.00);
    width: 7px;
    height: 7px;
    margin-top: 15px;
    border: 0.5px solid #FFF7D8;
}
.audio_button {
    width: 190px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    top: 5.5em;
    left: 16em;
    height: 3px;
    opacity: 0;
    animation: AnimateFadeIn ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.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: 12px;
    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: 12px;
    padding-right: 40px;
    padding-bottom: 9px;
}
.audio_button #listen {
    color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/LISTEN Button - Ring Bottle.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/All Ring Bottle Assets - Hidden Stories/LISTEN Button ACTIVE - Ring Bottle.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
.audio_button #listen:hover {
     background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/LISTEN Button ACTIVE - Ring Bottle.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
.audio_button #pause {
    color: #000000;
    width: 101px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/PAUSE - Ring Bottle.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
    top: -2.8em;
    position: relative;
    left: 5.53em;
}
.audio_button #pause.active {
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/PAUSE ACTIVE - Ring Bottle.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
.audio_button #pause:hover {
    background-image: url("Hidden Stories Assets/All Ring Bottle Assets - Hidden Stories/PAUSE ACTIVE - Ring Bottle.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
.dig-deeper {
    width: 217px;
    height: 53px;
    position: absolute;
    opacity: 0;
    animation: AnimateFadeIn ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    right: 1em;
    bottom: 1em;
}
.dig-deeper a img {
    width: 100%;
    height: auto;
	opacity: 0.8;
}
.Unjust-text {
    width: 320px;
    height: 200px;
    position: relative;
    top: -165em;
    left: 20em;
    opacity: 0;
    animation: UnjustPosition ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.Unjust-text img {
    width: 100%;
    height: auto;
}
.Restricted-text {
    width: 320px;
    height: 216px;
    position: relative;
    top: -174em;
    left: 82em;
    opacity: 0;
    animation: SubliminalFadeIn ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.Restricted-text img {
    width: 100%;
    height: auto;
}
@keyframes SubliminalFadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes UnjustPosition{
	0%{left :20em; opacity: 0;}
	100%{left: 26.5em; opacity: 0.75;} 
}
@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%);
  	}
}
@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%);
	}
}
@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%);
  	}
}
@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%);
  		}
}
@media (min-width:0px)  and (max-width: 1000px) and (orientation: portrait)  { /* smartphones, iPhone, portrait 480x320 phones */ 
#body {
    background-color: #E99D47;
    position: relative;
}
	#body.fixed {
		overflow: hidden;
		position: fixed;
		background-color: #000000;
	}
	.background {
		display: none;
	}
	.mobilePage {
		display:contents;
		position: relative;
		-webkit-text-size-adjust: none;
  		text-size-adjust: none;
	}
.topnav {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background-color: #E99D47;
    min-width: 250px;
}
.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/mobileMenu.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 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;
}
.text-box .mobile-title-text {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.placename {
    width: 100%;
	max-width: 300px;
    height: auto;
    position: relative;
    top: -1.25em;
}
.placename img {
    width: 100%;
    height: auto;
}


	#mobileText {
		position: relative;
		top: -1.25em;
	}

/*readmore*/
#more {
    display: none;
}
.text-box {
	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: rgba(93,53,22,1.00);
    letter-spacing: 0.2pt;
}.text-box #btn {
    font-family: "Lato Regular";
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14pt;
    color: rgba(93,53,22,1.00);
    letter-spacing: 0.2pt;
}
#mainImage {
	width: 80%;
	max-width: 640px;
	height: auto;
	margin-top: 1px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}



#mobileAudio_button {
    height: 34px;
    width: 190px;
    padding-bottom: 30px;
    padding-top: 14px;
    position: relative;
	left: 50%;
	transform: translate(-50%);
    top: -1em;
}
#mobileAudio_button #pauseMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
#mobileAudio_button #listenMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
}
#mobileAudio_button #listenMobile {
	color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/LISTEN Button - Windsor Chair.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/All Windsor Chair Assets - Hidden Stories/LISTEN Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/LISTEN Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
#mobileAudio_button #pauseMobile {
	color: #000000;
    width: 100px;
    height: 34px;
    float: left;
    margin-top: -34px;
    margin-left: 88px;
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE - Windsor Chair.png");
    background-size: cover;
	cursor: pointer;
	transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
}
#mobileAudio_button #pauseMobile.active {
  	background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE Button ACTIVE- Windsor Chair.png");
    color: #FFFFFF;
}
#mobileAudio_button #pauseMobile:hover {
    background-image:  url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
.mobileDigDeeper {
    width: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    bottom: 5px;
    opacity: 0.75;
    top: -2em;
}
.mobileDigDeeper img {
    width: 100%;
    height: auto;
}
.mobile-title-text .ringIMG {
    width: 35%;
    height: auto;
	padding-right: 30px;
}
.mobile-title-text .bottleIMG {
    width: 55%;
    height: auto;
}
}



@media (min-width:320px)  and (max-height: 639px) and (max-width:1019px) and (orientation: landscape) {
#body {
    background-color: #E99D47;
    position: relative;
}
	#body.fixed {
		overflow: hidden;
		position: fixed;
		background-color: #000000;
	}
	.background {
		display: none;
		top: 0;
	}
	.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: #E99D47;
}
.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/mobileMenu.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;
}
.text-box .mobile-title-text {
    font-family: "eloquent-jf-small-caps-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    letter-spacing: 9.5px;

    font-size: 16.5pt;
    line-height: 35px;
    word-spacing: 5px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
	.placename {
    width: 315px;
    height: auto;
    position: relative;
    top: -1.25em;
}
.placename img {
    width: 100%;
    height: auto;
}

#mobileText {
	position: relative;
	top: -1em;
}


/*readmore*/
#more {
    display: none;
}
.text-box {
	max-width: 500px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
    font-family: "Lato Regular";
    font-size: 12pt;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(93,53,22,1.00);
    letter-spacing: 0.2pt;
}.text-box #btn {
    font-family: "Lato Regular";
    font-style: oblique;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14pt;
    color: rgba(93,53,22,1.00);
    letter-spacing: 0.2pt;
}
#mainImage {
	width: 80%;
	max-width: 500px;
	height: auto;
	margin-top: -10px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
body {
    background-color: #001B47;
}


#mobileAudio_button {
    height: 34px;
    width: 190px;
    padding-bottom: 30px;
    padding-top: 14px;
    position: relative;
	left: 50%;
	transform: translate(-50%);
    top: -1em;
}
#mobileAudio_button #pauseMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
#mobileAudio_button #listenMobile p {
    font-family: "Lato Regular";
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
}
#mobileAudio_button #listenMobile {
	color: #000000;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/LISTEN Button - Windsor Chair.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/All Windsor Chair Assets - Hidden Stories/LISTEN Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/LISTEN Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
#mobileAudio_button #pauseMobile {
	color: #000000;
    width: 100px;
    height: 34px;
    float: left;
    margin-top: -34px;
    margin-left: 88px;
    background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE - Windsor Chair.png");
    background-size: cover;
	cursor: pointer;
	transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
}
#mobileAudio_button #pauseMobile.active {
  	background-image: url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE Button ACTIVE- Windsor Chair.png");
    color: #FFFFFF;
}
#mobileAudio_button #pauseMobile:hover {
    background-image:  url("Hidden Stories Assets/All Windsor Chair Assets - Hidden Stories/PAUSE Button ACTIVE- Windsor Chair.png");
    color: #000000;
}
.mobileDigDeeper {
    width: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    bottom: 5px;
    opacity: 0.75;
    top: -1em;
}
.mobileDigDeeper img {
    width: 100%;
    height: auto;
}
.mobile-title-text .ringIMG {
    width: 35%;
    height: auto;
	padding-right: 40px;
}
.mobile-title-text .bottleIMG {
    width: 55%;
    height: auto;
}
}
