@charset "utf-8";
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/BigShouldersDisplay_Regular/stylesheet.css");
@import url("webfonts/Lato_Light/stylesheet.css");
#body {
    margin: 0;
    position: fixed;
    text-shadow: 0px 0px;
    background-color: #FAF8F8;
    width: 100%;
    height: 100%;
}
.background {
    width: 1440px;
    height: 900px;
    margin-left: 0px;
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Mahogany Table Background 2.jpg");
    background-position: center;
    background-size: contain;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.2);
}
.mobilePage {
	display: none;
}
.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 3px 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";
}
#circa-1770-text {
    width: 240px;
    height: 100px;
    position: absolute;
    left: 2.75em;
    top: 6.6em;
    mix-blend-mode: color-dodge;
    opacity: 0.75;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1770-text.moveVert {
	width: 90px;
	transform: scale(2) translate(3em, 3em);
}
#circa-1770-text.moveVert2 {
	width: 90px;
	transform: scale(2) translate(2em, 3em);
}
#circa-1770-text.moveHorz {
	transform: scale(1.5) translate(2em, 1.5em);
}
#CA-text {
    width: 175px;
    height: 65px;
    position: absolute;
    top: 5.25em;
    left: 1em;
    z-index: 249;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Horiz_CA_Mahogany Tea.png");
    background-repeat: no-repeat;
    background-size: contain;
	transition: all 0.55s ease-in;
    -webkit-transition: all 0.55s ease-in;
    -moz-transition: all 0.55s ease-in;
    -o-transition: all 0.55s ease-in;
	
}
#CA-text.changeImage {
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Vert_CA_Mahogany Tea.png");
	transform: scale(1.75) translate(3em, 1.75em);
	opacity: 0.33;
}
#circa-1770-text #date-number-one {
    width: 60px;
    float: left;
    height: 100px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Horiz_1_Mahogany Tea.png");
    background-repeat: no-repeat;
    background-size: contain;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1770-text #date-number-one.changeImage {
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Vert_1_Mahogany Tea.png");
}
#circa-1770-text #first-number-seven {
	width: 60px;
    float: left;
    height: 100px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Horiz_7 First_Mahogany Tea.png");
    background-repeat: no-repeat;
    background-size: contain;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1770-text #first-number-seven.changeImage {
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Vert_7 First_Mahogany Tea.png");
	margin-top: -25px;
}
#circa-1770-text #second-number-seven {
	width: 60px;
    float: left;
    height: 100px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Horiz_7 Second_Mahogany Tea.png");
    background-repeat: no-repeat;
    background-size: contain;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1770-text #second-number-seven.changeImage {
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Vert_7 Second_Mahogany Tea.png");
	margin-top: -20px;
}
#circa-1770-text #date-number-zero {
    width: 60px;
    float: left;
    height: 100px;
    background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Horiz_0_Mahogany Tea.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -12px;
    margin-top: -5px;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#circa-1770-text #date-number-zero.changeImage {
	background-image: url("Hidden Stories Assets/All Mahogany Table Assets - Hidden Stories/Vert_0_Mahogany Tea.png");
	width: 65px;
	margin-top: -20px;
	margin-left: -3px;
}

#Mrs-John-W_container {
    width: 425px;
    height: 600px;
    position: absolute;
    top: 12em;
    left: 3.5em;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    opacity: 1;
}
#Mrs-John-W_container:hover {
	cursor: pointer;
}
#Mrs-John-W_container.move {
	transform: scale(1.33) translate(12em, 2em);
	z-index: 4;
}
#Mrs-John-W_container.fade {
	opacity: 0;
}
#Mrs-John-W_prePop {
    background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Mrs-John-W_prePop.fade {
	opacity: 0;
}
#Mrs-John-W_prePop .blendmode {
   mix-blend-mode: color-burn;
}

.torn-paper-Mrs_John {
    width: 256px;
    height: 75px;
    position: absolute;
    top: -2.25em;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
}
.torn-paper-Mrs_John img {
    width: 100%;
    height: auto;
    opacity: 0.5;
	mix-blend-mode: color-burn;
}
#Mrs-John-W_prePop .image-placeholder {
    width: 390px;
    height: 480px;
    position: relative;
    left: 1.1em;
    top: 1em;
}
#Mrs-John-W_prePop .text-box {
    position: relative;
    padding-left: 19px;
    padding-right: 19px;
    top: 26px;
}
#Mrs-John-W_prePop .text-box .artist-name {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.44px;
    padding-bottom: 4px;
}
#Mrs-John-W_prePop .text-box .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 3.5pt;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 15px;
    padding-bottom: 4px;
}
#Mrs-John-W_prePop .text-box .source-text {
	color: rgba(0,0,0,0.85);
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}

#Mrs-John-W_popUp {
    width: 390px;
    height: 480px;
    position: absolute;
    left: 1.1em;
    top: 1em;
}
#mrs-JohnW-image {
	width: 100%;
    height: auto;
    -webkit-box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 12px 1px rgba(0,0,0,0.75);
    transition: all 0.5s ease-in;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

#mrs-JohnW-image.changeShadow {
 	-webkit-box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
    box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
}
#MrsJohn_W-textBox {
    width: 350px;
    height: 400px;
    position: absolute;
    top: 2.25em;
    left: 0em;
    z-index: -4;
	opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#MrsJohn_W-textBox.move {
	opacity: 1;
	transform: translate(24em);
}
#Mrs-John-close {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
    right: -19.75em;
}
#Mrs-John-close:hover {
	cursor: pointer;
}
#MrsJohn_W-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.44px;
    padding-top: 92px;
}
.Mrs-J-W_Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 15px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 11px;
}
#MrsJohn_W-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 10px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 15px;
}
#MrsJohn_W-textBox .divider {
    width: 265px;
    height: 1.25px;
    left: 42px;
    position: relative;
    top: -6px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#MrsJohn_W-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
    padding-left: 41px;
    padding-right: 42px;
    padding-top: 7px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
}
#MrsJohnW-textbox-white-rectangle {
    height: 236px;
    width: 199px;
    position: relative;
    left: 213px;
    top: -88px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}







#Harlot-container {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 16.5em;
    left: 32em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in
}
#Harlot-container:hover {
	cursor: pointer;
}
#Harlot-container.move {
	transform: scale(1.65) translate(-7.5em, 2em);	
	z-index: 5;
}
#Harlot-container.fade {
	opacity: 0;
}
#Harlot-prePop {
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Harlot-prePop.fade {
	opacity: 0;
}
#Harlot-prePop .blendmode {
    mix-blend-mode: color-burn;
    background-color: rgba(0,31,255,1.00);
}

#Harlot-prePop .torn-paper_Harlot {
	width: 256px;
    height: 75px;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
	mix-blend-mode: color-burn;
}
#Harlot-prePop .torn-paper_Harlot img {
	width: 100%;
    height: auto;
    opacity: 0.5;
	mix-blend-mode: color-burn;
}
#Harlot-prePop .image-placeholder {
    width: 410px;
    height: 340px;
    position: relative;
    top: 0.75em;
    left: 1.25em;
    z-index: 1;
    background-color: rgba(255,0,4,1.00);
}
#Harlot-prePop .text-box {
    position: relative;
    padding-left: 19px;
    padding-right: 19px;
    top: 30px;
    height: 59px;
}
#Harlot-prePop .text-box .artist-name {
	text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.44px;
    padding-bottom: 4px;
}
#Harlot-prePop .text-box .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 2pt;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 15px;
    padding-bottom: 25px;
}
#Harlot-prePop .text-box .source-text {
	color: rgba(0,0,0,0.85);
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}
#Harlot-popUp {
    width: 410px;
    height: 340px;
    position: absolute;
    top: 0.75em;
    left: 1.25em;
    z-index: 1;
}
#Harlot-IMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: 1.25px 1px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 1.25px 1px 8px 1px rgba(0,0,0,0.75);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Harlot-IMG.changeShadow {
	-webkit-box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
    box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
}
#Harlot-popUp #Harlot-textBox {
    width: 270px;
    height: 315px;
    position: absolute;
    top: 0.75em;
    left: 0em;
    z-index: -4;
    opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#Harlot-popUp #Harlot-textBox.move {
	transform: translate(25em, 0);
	opacity: 1;
}
#Harlot-textBox #Harlot-close {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
    right: -14.75em;
}
#Harlot-textBox #Harlot-close:hover {
	cursor: pointer;
}
#Harlot-popUp #Harlot-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.44px;
    padding-top: 31px;
}
#Harlot-popUp #Harlot-textBox .Harlot-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 15px;
    line-height: 4px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 11px;
}
#Harlot-popUp #Harlot-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 9px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#Harlot-textBox .divider {
    width: 219px;
    height: 1.25px;
    left: 24px;
    position: relative;
    top: -9px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#Harlot-popUp #Harlot-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 9px;
    line-height: 12px;
    text-align: justify;
    letter-spacing: 0.5px;
    padding-left: 29px;
    padding-right: 27px;
    padding-top: 1px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
}
#Harlot-textbox-white-rectangle {
    height: 190px;
    width: 159px;
    position: relative;
    left: 160px;
    top: -107px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

#felling-M-container {
    width: 425px;
    height: 330px;
    position: absolute;
    right: 1.6em;
    top: 8em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#felling-M-container.move {
	transform: scale(1.85) translate(-22em, 10em);
	z-index: 4;
}
#felling-M-container.fade {
	opacity: 0;
}
#fellingM-prePop {
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#fellingM-prePop:hover {
	cursor: pointer;
}
#fellingM-prePop.fade {
	opacity: 0;
}
#fellingM-prePop .blendmode {
	mix-blend-mode: color-burn;
}
.torn-paper-fellingM {
	width: 256px;
    height: 75px;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
}
.torn-paper-fellingM img {
	width: 100%;
    height: auto;
    opacity: 0.5;
	mix-blend-mode: color-burn;
}
#fellingM-prePop .image-placeholder {
	position: relative;
 	top: 0.75em;
    width: 385px;
    left: 1.25em;
    height: 231px;
	z-index: 5;
}
#fellingM-prePop .image-placeholder:hover {
	cursor: pointer;
}
#fellingM-prePop .text-box {
    position: relative;
    padding-left: 19px;
    padding-right: 19px;
    top: 27px;
    height: 63px;
}
#fellingM-prePop .text-box .artist-name {
	text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.44px;
    padding-bottom: 4px;
}
#fellingM-prePop .text-box .title-text {
	text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 1.5pt;
    margin-top: -6px;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 15px;
    padding-bottom: 25px;
}
#fellingM-prePop .text-box .source-text {
	color: rgba(0,0,0,0.85);
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}
#fellingM-popUp {
    position: absolute;
    top: 0.75em;
    width: 385px;
    left: 1.25em;
    height: 231px;
}
#fellingM-popUp #fellingM-IMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: -5.75px 2px 8px 1px rgba(0,0,0,0.655);
    box-shadow: -5.75px 2px 8px 1px rgba(0,0,0,0.655);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#fellingM-popUp #fellingM-IMG.changeShadow {
	-webkit-box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
    box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
}
#fellingM-popUp #fellingM-textBox {
    width: 215px;
	height: 215px;
	position: absolute;
    top: 0.5em;
    left: 0;
	z-index: -4;
    opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#fellingM-popUp #fellingM-textBox.move {
	opacity: 1;
	transform: translate(23.75em, 0);
}
#fellingM-popUp #fellingM-textBox #fellingM-close {
    width: 15px;
    height: 15px;
    position: relative;
    top: 0.75em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
    right: -11.75em;
}
#fellingM-popUp #fellingM-textBox #fellingM-close:hover {
	cursor: pointer;
}
#fellingM-popUp #fellingM-textBox .arist-name-text {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 7px;
    line-height: 10px;
    letter-spacing: 0.44px;
    padding-top: 40px;
}
.fellingM-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 11px;
    line-height: 4px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
    margin-bottom: 9px;
}

#fellingM-popUp #fellingM-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 7px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 10px;
}
#fellingM-textBox .divider {
    width: 168px;
    height: 1px;
    left: 22px;
    position: relative;
    top: -5px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#fellingM-popUp #fellingM-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 8px;
    line-height: 11px;
    text-align: justify;
    letter-spacing: 0.5px;
    padding-left: 23px;
    padding-right: 25px;
    padding-top: 4px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
}
#fellingM-white-rectangle {
    height: 148px;
    width: 134px;
    position: relative;
    left: 127px;
    top: -56px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}


#potterFam-container {
    width: 425px;
    height: 290px;
    position: absolute;
    right: 1.6em;
    top: 33.25em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}#potterFam-container:hover {
	cursor: pointer;
}
#potterFam-container.move {
	transform: scale(1.95) translate(-22em, -5em);
}
#potterFam-container.fade {
	opacity: 0;
}
#potterFam-prePop {
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.25) 0.00%,rgba(255,255,255,0.25) 29.71%,rgba(255,255,255,0.25) 78.07%,rgba(204,223,223,0.25) 100%);
    -webkit-box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 1px 9px 1px rgba(0,0,0,0.43);
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#potterFam-prePop.fade {
	opacity: 0;
}
#potterFam-prePop .blendmode {
	mix-blend-mode: color-burn;
}
.torn-paper-fellingM {
	width: 256px;
    height: 75px;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
	mix-blend-mode: color-burn;
}
.torn-paper-fellingM img {
	width: 100%;
    height: auto;
    opacity: 0.5;
	mix-blend-mode: color-burn;
}
#potterFam-prePop .image-placeholder {
	position: relative;
    top: 0.5em;
    width: 400px;
    left: 0.75em;
    height: 215px;
}

#potterFam-prePop .text-box {
    position: relative;
    top: 18px;
    padding-left: 12px;
    padding-right: 12px;
}
#potterFam-prePop .text-box .title-text {
    text-align: center;
    color: #5E4343;
    font-weight: 625;
    font-size: 20px;
    line-height: 4px;
    letter-spacing: 1.5pt;
    font-family: "BigShouldersDisplay Regular";
    padding-top: 12px;
    padding-bottom: 23px;
}
#potterFam-prePop .text-box .source-text {
	color: rgba(0,0,0,0.85);
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    font-family: "Lato Light";
    margin-top: -3px;
}
#potterFam-popUp {
    position: absolute;
    top: 0.5em;
    width: 400px;
    left: 0.75em;
    height: 215px;
}
#potterFamIMG {
	width: 100%;
    height: auto;
    -webkit-box-shadow: 5px 2px 8px 1px rgba(0,0,0,0.655);
    box-shadow: 5px 2px 8px 1px rgba(0,0,0,0.655);
    opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#potterFamIMG.changeShadow {
	-webkit-box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
    box-shadow: 5px 4px 10px 1px rgba(0,0,0,0.59);
}
#potterFam-popUp #potterFam-textBox {
    width: 215px;
    height: 207px;
    position: absolute;
    top: 0.25em;
    left: 0;
    z-index: -4;
    opacity: 0;
    -webkit-box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    box-shadow: inset 0 1px 15px 0 rgba(0,0,0,0.50);
    background-image: -webkit-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -moz-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: -o-linear-gradient(300deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    background-image: linear-gradient(150deg,rgba(195,203,203,0.65) 0%,rgba(184,204,204,0.65) 24.87%,rgba(231,242,242,0.65) 51.47%,rgba(184,204,204,0.65) 73.58%,rgba(204,223,223,0.65) 100%);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#potterFam-popUp #potterFam-textBox.move {
	opacity: 1;
	transform: translate(24.75em, 0)
}
#potterFam-close {
	width: 15px;
    height: 15px;
    position: relative;
    top: 0.75em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
    right: -11.75em;
}
#potterFam-close:hover {
	cursor: pointer;
}
.potterFam-Popup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 10px;
    line-height: 4px;
    letter-spacing: 1px;
    margin-top: -6px;
    padding-top: 36px;
    padding-bottom: 0px;
    margin-bottom: 9px;
}
#potterFam-textBox .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 7px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 1px;
    padding-bottom: 10px;
}
#potterFam-textBox .popup-source-link a {
    text-decoration-line: none;
}

#potterFam-textBox .divider {
	width: 168px;
    height: 1px;
    left: 22px;
    position: relative;
    top: -5px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.03) 48.70%,rgba(255,255,255,1.00) 100%);
}
#potterFam-popUp #potterFam-textBox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 7px;
    line-height: 9.5px;
    text-align: justify;
    letter-spacing: 0.5px;
    padding-left: 23px;
    padding-right: 25px;
    padding-top: 4px;
    font-weight: lighter;
    padding-bottom: 0px;
    color: rgba(0,0,0,0.80);
}

#potterFam-textBox #potterFam-white-rectangle {
    height: 148px;
    width: 134px;
    position: relative;
    left: 127px;
    top: -72px;
    opacity: 1;
    z-index: -8;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/White%20Rectangle_Antislavery.png);
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

#redRect_1 {
    background-color: rgba(146,23,25,1.00);
    position: absolute;
    top: 13em;
    width: 180px;
    height: 8px;
    left: 47em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#redRect_1.fade {
	transform: translate(40em, 0);
	opacity: 0;
}
#redRect_2 {
    background-color: rgba(146,23,25,1.00);
    position: absolute;
    width: 450px;
    height: 10px;
    left: 32em;
    bottom: 9em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#redRect_2.fade {
	transform: translate(50em) scaleX(0.5);
	opacity: 0;
}
#redRect_3 {
    background-color: rgba(146,23,25,1.00);
    position: absolute;
    width: 425px;
    height: 6px;
    bottom: 26em;
    right: 1em;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#redRect_3.fade {
	transform: translate(15em) scaleX(0.5);
	opacity: 0;
}
#next-story {
    width: 217px;
    height: 53px;
    position: absolute;
    right: 1em;
    bottom: 0.75em;
	opacity: 1;
	transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}
#next-story.fade {
	opacity: 0;
}
#next-story a img {
    width: 100%;
    height: auto;
}
.page-indicator {
    width: 8px;
    height: 33px;
    position: absolute;
	left: 2em;
    top: 50%;
    transform: translate(-50%);
}
.page-indicator .white-circle {
    width: 7px;
    height: 7px;
    background-color: #FFF7D8;
    border-radius: 50%;
    border: 0.5px solid #7F0E0E;
}
.page-indicator .black-circle {
    border-radius: 50%;
    background-color: #7F0E0E;
    width: 7px;
    height: 7px;
    margin-top: 15px;
    border: 0.5px solid #7F0E0E;
}
@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:1px)  and (max-width: 1000px) and (orientation: portrait)  { /* smartphones, iPhone, portrait 480x320 phones */ 
#body {
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
}
.background {
		display: none;
	}
#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-image: url(url);
}
.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;
}
.mobilePage .mobileDateText {
    width: 50%;
    padding-bottom: 10px;
	padding-left: 10px;
    min-height: 0px;
    max-width: 250px;
}
.mobileDateText img {
    width: 100%;
    height: auto;
}

.mobilePage .mobileContain {
    width: 95%;
	min-width: 250px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.33) 0.00%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
}
.mobileContain img {
    width: 95%;
    height: auto;
	position: relative;
	margin-top: 10px;
	left: 50%;
	transform: translate(-50%);
	-webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
}
.mobileContain .name {
	text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    line-height: 14px;
    letter-spacing: 0.44px;
	padding: 5px;
}
.mobileContain .title  {
	text-align: center;
    color: #5E4343;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 2.5px;
    font-family: "BigShouldersDisplay Regular";
	padding: 2px;
}
.mobileContain .source {
	color: #000000;
    font-family: "Lato Light";
    font-size: 9pt;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
	padding: 5px;
}
.mobileContain .caption {
	text-align: justify;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    letter-spacing: 0.44px;
	padding: 20px;
	margin-top: -15px;
}
/*readmore*/
#more1 {
    display: none;
	margin-top: 10px;
}
#more2 {
    display: none;
	
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#btn1 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn2 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn3 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn4 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
}
@media (min-width:1px)  and (max-width:1019px) and (max-height:639px) and (orientation: landscape) {
#body {
    position: relative;
    background-image: -webkit-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(182,185,182,1.00) 0%,rgba(250,248,248,1.00) 100%);
}
.background {
		display: none;
	}
#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: rgba(237,230,215,0.00);
}
.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;
}
.mobilePage .mobileDateText {
    width: 50%;
    padding-bottom: 10px;
    min-height: 0px;
    max-width: 250px;
}
.mobileDateText img {
    width: 100%;
    height: auto;
}

.mobilePage .mobileContain {
    width: 95%;
	max-width: 500px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	margin-bottom: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,223,223,0.33) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: -o-linear-gradient(270deg,rgba(204,223,223,0.25) 0%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    background-image: linear-gradient(180deg,rgba(204,223,223,0.33) 0.00%,rgba(255,255,255,0.33) 29.71%,rgba(255,255,255,0.33) 78.07%,rgba(204,223,223,0.33) 100%);
    -webkit-box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.33);
}
.mobileContain img {
    width: 95%;
    height: auto;
	position: relative;
	margin-top: 10px;
	left: 50%;
	transform: translate(-50%);
	-webkit-box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
    box-shadow: 2px 6px 8px 0px rgba(0,0,0,0.36);
}
.mobileContain .name {
	text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    line-height: 14px;
    letter-spacing: 0.44px;
	padding: 5px;
}
.mobileContain .title  {
	text-align: center;
    color: #5E4343;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 2.5px;
    font-family: "BigShouldersDisplay Regular";
	padding: 2px;
}
.mobileContain .source {
	color: #000000;
    font-family: "Lato Light";
    font-size: 9pt;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
	padding: 5px;
}
.mobileContain .caption {
	text-align: justify;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 9pt;
    letter-spacing: 0.44px;
	padding: 20px;
	margin-top: -15px;
}
/*readmore*/
#more1 {
    display: none;
	margin-top: 10px;
}
#more2 {
    display: none;
	
}
#more3 {
    display: none;
}
#more4 {
    display: none;
}
#btn1 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn2 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn3 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
#btn4 {
    font-family: "Lato Regular";
    font-style: oblique;
	font-weight: bolder;
    text-align: center;
    cursor: pointer;
    font-size: 9pt;
    color: #000000;
    letter-spacing: 0.2pt;
    margin-top: 10px;
}
}
