@charset "utf-8";
@import url("webfonts/Lato_Light/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");

body {
    margin: 0;
    position: fixed;
    text-shadow: 0px 0px;
    background-color: #C7120E;
    width: 100%;
    height: 100%;
}
.background {
    width: 1440px;
    height: 900px;
    background-position: center;
    background-size: contain;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Updated Mahogany Table Backgrounds/Open Table Mahogany Background.jpg");
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    -webkit-box-shadow: 10px 10px 32px -6px rgba(0,0,0,0.22);
    box-shadow: 10px 10px 32px -6px rgba(0,0,0,0.22);
}
.background1 {
    width: 1440px;
    height: 900px;
    background-position: center;
    background-size: contain;
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Updated Mahogany Table Backgrounds/Closed Angle 2  Mahogany Table Background.jpg");
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0em;
    z-index: -3;
	opacity: 1;
	animation: AnimateBackground ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 5s;
}
.background2 {
    width: 1440px;
    height: 900px;
    background-position: center;
    background-size: contain;
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Updated Mahogany Table Backgrounds/(Dust) Closed Angle 1  Mahogany Table Background.jpg");
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0em;
    z-index: -2;
	opacity: 1;
	animation: AnimateBackground ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 3s;
}
.background3 {
    width: 1440px;
    height: 900px;
    background-position: center;
    background-size: contain;
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Updated Mahogany Table Backgrounds/Closed Angle 1  Mahogany Table Background.jpg");
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0em;
    z-index: -1;
	opacity: 1;
	animation: AnimateBackground ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.75s;
}
.mobilePage {
	display: none;
}
@keyframes AnimateBackground{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
.background header {
    width: 1000px;
    height: 75px;
    margin-left: 20px;
    z-index: 20;
    background-size: cover;
    position: fixed;
}
.background header img {
	width: 300px;
	height: auto;
}
.background header .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 #FFFFFF;
    padding-right: 15px;
    padding-left: 10px;
}
.desktopNav ul .selected {
    text-shadow: 1px 1px 5px rgba(250,250,250,0.85);
}
.desktopNav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 14px;
    font-family: "Lato Regular";
}
.text-graphic-button-container {
    width: 600px;
    height: 570px;
    position: relative;
    top: 12em;
    left: 27em;
}
.title-text {
    width: 600px;
    height: 100px;
    position: relative;
    left: 1.25em;
}
.title-text .mahagony {
    width: 527px;
    height: 46px;
    position: relative;
    left: -7em;
    top: 0em;
	opacity: 0;
	animation: MoveMahagonyText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.25s;
}
@keyframes MoveMahagonyText{
	0% {left: -7em; opacity: 0;}
	100% {left: 0em; opacity: 1;}
}
.title-text .tea {
    width: 115px;
    height: 35px;
    position: relative;
    left: -5em;
    top: 0.2em;
	opacity: 0;
	animation: MoveTeaText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.25s;
}
@keyframes MoveTeaText{
	0% {left: -3.5em; opacity: 0;}
	100% {left: 4.2em; opacity: 1}
}
.title-text .table {
    width: 412px;
    height: 63px;
    position: relative;
    top: -2.2em;
    left: 18em;
	opacity: 0;
	animation: MoveTableText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.25s;
}
@keyframes MoveTableText{
	0% {left: 18em; opacity: 0;}
	100% {left: 12em; opacity: 1;}
}
img {
    width: 100%;
    height: auto;
}
.body-text {
    font-family: "Lato Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    height: 467px;
    margin-top: 13px;
	opacity: 0;
	animation: FadeinBodyText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1.25s;
}
@keyframes FadeinBodyText{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.body-text p {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 4.4px;
    padding-bottom: 4.4px;
}
.body-text .location-date {
    width: 530px;
    height: 18px;
    position: relative;
    left: 2.4em;
    padding-top: 13px;
    top: 0.75em;
    padding-bottom: 2px;
}
.location-date .location-line {
    width: 60px;
    height: 18px;
    position: relative;
    left: 0em;
    top: -0.25em;
}
.location-date .location-text {
    width: 457px;
    height: 18px;
    position: relative;
    left: 5.7em;
    top: -1.1em;
}
.body-text .left-border {
    width: 52px;
    height: 470px;
    position: relative;
    top: -32em;
    left: -2px;
}
.left-border img {
    height: 100%;
    width: auto;
}
.body-text .right-border {
    width: 52px;
    height: 470px;
    position: relative;
    left: 38.85em;
    top: -65.6em;
}

.right-border img {
    height: 100%;
    width: auto;
}
.dig-deeper {
    width: 217px;
    height: 53px;
    position: absolute;
    top: 52.5em;
    left: 76em;
    opacity: 0;
    animation: FadeinBodyText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1.25s;
}
.dig-deeper a img {
    width: 100%;
    height: auto;
}
.audio_button {
    width: 190px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    top: -1.25em;
    left: 12.5em;
    height: 6px;
	opacity: 0;
	animation: FadeinBodyText ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1.25s;
}
.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: #FFFFFF;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/LISTEN Button - Mahogany Table.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 Mahogany Table Assets - Hidden Stories/LISTEN Active Button - Mahogany Table.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 Mahogany Table Assets - Hidden Stories/LISTEN Active Button - Mahogany Table.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
}
.audio_button #pause {
    color: #FFFFFF;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/PAUSE - Mahogany Table.png");
    background-size: cover;
    cursor: pointer;
    transition-duration: color, 0.3s, ease-in, background, 0.3s, ease-in;
    top: -2.78em;
    position: relative;
    left: 88px;
}
.audio_button #pause.active {
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/PAUSE Active - Mahogany Table.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 Mahogany Table Assets - Hidden Stories/PAUSE Active - Mahogany Table.png");
    color: #000000;
    text-shadow: -0px 0px 3px rgba(0,0,0,0.60);
    font-family: "Lato Regular";
}
@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:#C7120E;
	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%;
  min-width: 250px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #C7120E;
}
.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%);
}
	#mobileText {
		position: relative;
		top: -1.75em;
	}

/*readmore*/
#more {
    display: none;
}
.placename {
    width: 100%;
	max-width: 300px;
	min-width: 250px;
    height: auto;
    position: relative;
    top: -1.25em;
	margin-bottom: 10px;
}
.placename img {
    width: 100%;
    height: auto;
}
.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: #E0E0E0;
    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: #E0E0E0;
    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: -1.75em;
}
#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: #FFFFFF;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/LISTEN Button - Sugar Bowl.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 Sugar Bowl Assets - Hidden Stories/LISTEN Active Button - Sugar Bowl.png");
    color: #FFFFFF;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/LISTEN Active Button - Sugar Bowl.png");
    color: #000000;
}
#mobileAudio_button #pauseMobile {
	color: #FFFFFF;
    width: 100px;
    height: 34px;
    float: left;
    margin-top: -34px;
    margin-left: 88px;
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/PAUSE - Sugar Bowl.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 Sugar Bowl Assets - Hidden Stories/PAUSE Active - Sugar Bowl.png");
    color: #FFFFFF;
}
#mobileAudio_button #pauseMobile:hover {
    background-image:  url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/PAUSE Active - Sugar Bowl.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 .mahoganyIMG {
    width: 100%;
    height: auto;
    padding-bottom: 6px;
}
.mobile-title-text .teaIMG {
    width: 30%;
    height: auto;
    padding-right: 40px;
}
.text-box .mobile-title-text .tableIMG {
    width: 55%;
    height: auto;
}



}
@media (min-width:1px)  and (max-height: 639px) and (max-width:1019px) and (orientation: landscape) {
#body {
    background-color:#C7120E;
	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: #C7120E;
}
.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%);
}
#mobileText {
	position: relative;
	top: -3em;
}


/*readmore*/
#more {
    display: none;
}
.placename {
    width: 100%;
	max-width: 400px;
    height: auto;
    position: relative;
    top: -2.25em;
	margin-bottom: 10px;
}
.placename img {
    width: 100%;
    height: auto;
}
.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: #E0E0E0;
    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: #E0E0E0;
    letter-spacing: 0.2pt;
}
#mainImage {
	width: 80%;
	max-width: 640px;
	height: auto;
	margin-top: -20px;
	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;
    top: -3em;
	left: 50%;
	transform: translate(-50%);
}
#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: #FFFFFF;
    width: 100px;
    height: 34px;
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/LISTEN Button - Sugar Bowl.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 Sugar Bowl Assets - Hidden Stories/LISTEN Active Button - Sugar Bowl.png");
    color: #FFFFFF;
}
#mobileAudio_button #listenMobile:hover {
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/LISTEN Active Button - Sugar Bowl.png");
    color: #000000;
}
#mobileAudio_button #pauseMobile {
	color: #FFFFFF;
    width: 100px;
    height: 34px;
    float: left;
    margin-top: -34px;
    margin-left: 88px;
    background-image: url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/PAUSE - Sugar Bowl.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 Sugar Bowl Assets - Hidden Stories/PAUSE Active - Sugar Bowl.png");
    color: #FFFFFF;
}
#mobileAudio_button #pauseMobile:hover {
    background-image:  url("Hidden Stories Assets/All Sugar Bowl Assets - Hidden Stories/PAUSE Active - Sugar Bowl.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 .mahoganyIMG {
    width: 100%;
    height: auto;
    padding-bottom: 0;
	margin-bottom: -10px;
}
.mobile-title-text .teaIMG {
    width: 30%;
    height: auto;
    padding-right: 40px;
}
.text-box .mobile-title-text .tableIMG {
    width: 55%;
    height: auto;
}
}