@charset "utf-8";
@import url("webfonts/Lato_Light/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/BigShouldersDisplay_Regular/stylesheet.css");

#body {
    margin: 0;
    position: fixed;
    text-shadow: 0px 0px;
    background-color: #EDE6D7;
    width: 100%;
    height: 100%;
}
.mobilePage {
	display: none;
}
.background {
    width: 1440px;
    height: 900px;
    background-image: url("Hidden Stories Assets/All Tobacco Box Assets - Hidden Stories/Tobacco Box Background 2.png");
    background-position: center;
    background-size: contain;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.16);
}
.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-1800 {
    width: 260px;
    height: 55px;
    position: absolute;
    top: 6.5em;
    left: 3em;
}
.circa-1800 img {
    width: 100%;
    height: auto;
}
#irony-text {
    width: 400px;
    height: 275px;
    position: absolute;
    left: 4em;
    top: 10em;
    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;
}
#irony-text.move {
	transform: translate(-15em, 0em);
	opacity: 0;
	mix-blend-mode: soft-light;
}
#irony-text img {
    width: 100%;
    height: auto;
    opacity: 0.9;
	mix-blend-mode: multiply;
}
#medallion-box {
    width: 300px;
    height: 425px;
    position: relative;
    top: 29.2em;
    left: 7.2em;
    z-index: 9;
    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;
}
#medallion-box:hover {
	cursor: pointer;
}
#medallion-box.move {
	transform: scale(1.75) translate(9em, -3em);
	cursor: auto;
}
#medallion-box.fade {
	opacity: 0;
	cursor: auto;
}
#fade-medallion {
    z-index: 9;
    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;
}
#fade-medallion.fadeout {
    opacity: 0;
    z-index: -10;
	cursor: auto;
}
.gradient {
    width: 100%;
    height: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(243,242,238,0.00) 24.18%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(243,242,238,0.00) 24.18%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(243,242,238,0.00) 24.18%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(243,242,238,0.00) 24.18%,rgba(255,255,255,1.00) 100%);
   
}
.antislavery-medallion-box .torn-paper {
    width: 250px;
    height: 70px;
    position: relative;
    left: 1.55em;
    top: -27.7em;
}
.antislavery-medallion-box .torn-paper img {
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
}
.medallion-image {
    width: 263px;
    height: 278px;
    position: relative;
    top: -29.75em;
    left: 1.22em;
}
.medallion-image img {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 100%);
    opacity: 0.75;
	pointer-events: none;
}
.medallion-text-box {
    width: 265px;
    height: 75px;
    position: relative;
    top: -28.75em;
    left: 1.15em;
}
.medallion-text-box .hackwood {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
}
.medallion-text-box .medallion-label {
    text-align: center;
    color: #5E4343;
    font-family: "BigShouldersDisplay Regular";
    font-weight: 550;
    font-size: 16px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: -6px;
}
.medallion-text-box .chipstone-foundation {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
}
#medallion-pop-up {
    width: 289px;
    height: 419px;
    opacity: 0;
    position: relative;
    top: -55em;
    left: 0em;
    z-index: -30;
 	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;
}
#medallion-pop-up.fadein {
	opacity: 1;
	z-index: 10;
}
.pop-up-medallion-image {
    width: 104%;
    height: auto;
    z-index: 2;
    position: relative;
    top: 1.9em;
    left: 0em;
}
.pop-up-medallion-image img {
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    top: -1em;
    position: relative;
    z-index: 5;
	pointer-events: none;
}
#medallion-pop-up_textbox {
    width: 395px;
    height: 380px;
    position: relative;
    top: -22em;
    left: -3em;
    z-index: 1;
   -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;
}
#medallion-pop-up_textbox.scaleDown {
    transform: scale(0.65) translate(25.2em, 0);
}
#medallion-close {
   	width: 20px;
    height: 20px;
    position: absolute;
    top: 1em;
	right: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
}
#medallion-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.medallion-pop-up_textbox .hackwood {
    text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
    padding-top: 88px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.medallion-pop-up_textbox .medallion-label {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 16px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: -6px;
}
.medallion-pop-up_textbox .chipstone-foundation {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
}
.medallion-pop-up_textbox .divider {
    width: 305px;
    height: 1.5px;
    left: 49px;
    position: relative;
    top: 11px;
    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%);
}

.medallion-pop-up_textbox .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.2px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 29px;
    font-weight: lighter;
}
#textbox-white-rectangle {
    height: 250px;
    width: 210px;
    position: absolute;
    left: 15.65em;
    top: 187.3px;
    opacity: 1;
    z-index: -6;
}
.white-rectangle-medallion-pop-up img {
    width: 100%;
    height: auto;
}
#grey-rectangle-medallion {
    height: 5px;
    width: 300px;
    background-color: #828282;
    position: absolute;
    top: 54.5em;
    left: 115px;
    opacity: 0.5;
    z-index: 10;
	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;
}
#grey-rectangle-medallion.move {
	transform: translate(-4em, 0);
	opacity: 0;
	width: 100px;
}
#charles-ball-container {
    width: 375px;
    height: 375px;
    position: absolute;
	z-index: 8;
	opacity: 1;
    top: 6em;
    left: 30em;
	cursor: pointer;
    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;
}
#charles-ball-container.fade{
	opacity: 0;
	cursor: auto;
	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;
	
}
#cBall-prePop {
	opacity: 1;
	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 rgba(0,0,0,0.27);
	cursor: pointer;
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
 	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;
}
#cBall-prePop.fade {
	opacity: 0;
	cursor: auto;
	
}
#charles-ball-container.move {
	transform: scale(1.75) translate(-6em, 9em);
	cursor: auto;
	z-index: 5;
}
.torn-paper-cBall {
    width: 187px;
    height: 56px;
    position: relative;
    top: -1.75em;
    left: 5.75em;
}

.torn-paper-cBall img {
    width: 100%;
    height: auto;
	mix-blend-mode: color-burn;
}
.charles-ball-original-text {
    width: 350px;
    height: 280px;
    position: relative;
    top: -2.75em;
    left: 0.75em;
}
.cBall-text-box {
    position: relative;
    top: -2em;
    height: 60px;
}
.cBall-text-box .charles-ball {
	text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
}
.cBall-text-box .cBall-label {
    text-align: center;
    color: #5E4343;
    font-family: "BigShouldersDisplay Regular";
    font-weight: 550;
    font-size: 16px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cBall-text-box .source-link {
	color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
}
#cBall-popUp {
    width: 351px;
    height: 280px;
    position: relative;
    top: -24em;
    left: 12px;
    z-index: 1;
    pointer-events: none;
}
#cBall-popUp img {
    width: 100%;
    height: auto;
	pointer-events: none;
    -webkit-box-shadow: 6px 2px 8px 0px rgba(0,0,0,0.11);
    box-shadow: 6px 2px 8px 0px rgba(0,0,0,0.11);
}

#cBall-popUp-Text {
    width: 357px;
    height: 380px;
    -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%);
    position: relative;
    top: -44.5em;
    left: 1em;
    z-index: -7;
    opacity: 0;
    cursor: auto;
    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;
}
#cBall-popUp-Text.scaleDown {
	transform: scale(0.65) translate(26em, 0);
	opacity: 1;
}
#cBall-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1em;
	right: 1em;
    background-image: url(Hidden%20Stories%20Assets/All%20Tobacco%20Box%20Assets%20-%20Hidden%20Stories/tobacco_digdeeper/Exit%20Button%20-%20Antislavery.png);
    background-size: cover;
}
#cBall-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#cBall-popUp-Text .Charles-Ball {
	text-align: center;
    color: #000000;
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
    padding-top: 88px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
#cBall-popUp-Text .cBall-Title-text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 21px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 25px;
    padding-bottom: 10px;
}
#cBall-popUp-Text .popup-source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 9px;
}
#cBall-popUp-Text .divider {
    width: 270px;
    height: 1.25px;
    left: 48px;
    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%);
}
#cBall-popUp-Text .description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    letter-spacing: 0.2px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 20px;
    font-weight: 100;
    padding-bottom: 0px;
}
#cBall-textbox-white-rectangle {
    height: 250px;
    width: 210px;
    position: absolute;
    left: 211.65px;
    top: 187px;
    opacity: 1;
    z-index: -8;
}
#cBall-textbox-white-rectangle img {
    width: 100%;
    height: auto;
    z-index: -10;
}
#grey-rectangle-cBall {
    height: 5px;
    width: 375px;
    background-color: #828282;
	opacity: 1;
    position: absolute;
    left: 30em;
    top: 29.75em;
}
#grey-rectangle-cBall.move {
	transform: translate(-8em, 0em);
	width: 200px;
	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;
}
#T-paper-container {
    width: 375px;
    height: 385px;
    position: absolute;
    top: 31.5em;
    left: 30em;
    z-index: 14;
    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;
}
#T-paper_hoverevent {
    width: 375px;
    height: 385px;
    position: absolute;
    top: 31.5em;
    left: 30em;
    z-index: 17;
    opacity: 1;
    background-color: rgba(0,0,0,0.00);
}
#T-paper-container:hover {
	cursor: pointer;
}
#T-paper-container.move {
	transform: scale(1.75) translate(-6em, -6em);
	cursor: auto;
	z-index: 10;
}
#T-paper-container.fade {
	opacity: 0;
	cursor: auto;
}
#tobacco-paper-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 rgba(0,0,0,0.27);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
	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;
	
}
#tobacco-paper-prePop.fade {
	opacity: 0;
}
.torn-paper-tobacco-label {
    width: 187px;
    height: 56px;
    position: relative;
    top: -1.75em;
    left: 5.75em;
}
.torn-paper-tobacco-label img {
    width: 100%;
    height: auto;
	mix-blend-mode: color-burn;
}
.tobacco-paper-imageframe {
    width: 350px;
    height: 280px;
    position: relative;
    top: -2.75em;
    left: 0.75em;
}
.tobacco-paper-textBox {
    position: relative;
    top: -2em;
    height: 60px;
}
.tobacco-paper-textBox .title-text {
    text-align: center;
    color: #5E4343;
    font-family: "BigShouldersDisplay Regular";
    font-weight: 550;
    font-size: 16px;
    line-height: 4px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.tobacco-paper-textBox .source-text {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    position: relative;
    top: -1em;
}
#TobaccoPaper-popUp {
    width: 350px;
    height: 282px;
    position: relative;
    top: -23.61em;
    left: 0.75em;
}
#TobaccoPaper-IMG {
    width: 100%;
    height: 100%;
    -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);
    pointer-events: none;
    z-index: 0;
	background-image: url("Hidden Stories Assets/All Tobacco Box Assets - Hidden Stories/tobacco_digdeeper/TobaccoPaper Image.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
#TobaccoPaper-popUp #TextBox {
    -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%);
	opacity: 0;
    width: 357px;
    height: 380px;
	transform: scale(0.65);
    position: relative;
    top: -20.85em;
    left: 0em;
    z-index: -2;
 	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;
}
#TobaccoPaper-popUp #TextBox.move{
	transform: scale(0.65) translate(26.4em, 0);
	opacity: 1;
}
#TobaccoPaper-close {
	width: 20px;
    height: 20px;
    position: absolute;
    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: 1em;
}
#TobaccoPaper-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.PaperPopup-title-Text {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 14px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: 1px;
    padding-top: 87px;
	padding-left: 15px;
}
#TobaccoPaper-popUp #TextBox .popup-source-link {
	color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 9px;
}
#TobaccoPaper-popUp #TextBox .divider {
	width: 270px;
    height: 1.25px;
    left: 48px;
    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%);
}
#TobaccoPaper-popUp #TextBox .description-text {
	font-family: "Lato Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    letter-spacing: 0.2px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 20px;
    font-weight: 100;
    padding-bottom: 0px;
}
#tPaper-textbox-white-rectangle {
    height: 250px;
    width: 210px;
    position: relative;
    left: 212.65px;
    top: -83px;
    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;
}









#overseer-content-container {
    height: 430px;
    position: absolute;
    top: 6em;
    left: 54.5em;
    width: 530px;
	opacity: 1;
	z-index: 5;
    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;
}
#overseer-content-container:hover {
	cursor: pointer;
}
#overseer-content-container.move {
	transform: scale(1.5) translate(-25.5em, 8.5em);
	cursor: auto;
	z-index: 10;
}
#overseer-content-container.fade {
	opacity: 0;
	z-index: -4;
}
#overseer-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 rgba(0,0,0,0.27);
    box-shadow: inset 0px 1px 9px rgba(0,0,0,0.27);
	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;
}
#overseer-PrePop.fade {
	opacity: 0;
}
.torn-paper-overseer {
    width: 187px;
    height: 56px;
    position: relative;
    top: -1.75em;
    left: 10em;
}
.torn-paper-overseer img {
    width: 100%;
    height: auto;
    mix-blend-mode: color-burn;
    position: relative;
}
.overseer-watercolor-container {
    width: 500px;
    height: 340px;
    position: relative;
    top: -3em;
    left: 0.95em;
    z-index: 11;
	pointer-events: none;
}
.overseer-text-box {
    position: relative;
    top: -2em;
}
.B-Henry-Latrobe {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
}


.cBall-label {
    text-align: center;
    color: #5E4343;
    font-family: "BigShouldersDisplay Regular";
    font-weight: 550;
    font-size: 16px;
    line-height: 4px;
    letter-spacing: 2px;
    margin-top: -6px;
    padding-top: 17px;
    padding-bottom: 5px;
}
.overseer-text-box .source-link {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    position: relative;
    top: 1em;
}
#grey-rectangle-overseer {
    height: 5px;
    width: 530px;
    background-color: #828282;
    position: absolute;
    top: 33.3em;
    left: 54.5em;
	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;
}
#grey-rectangle-overseer.move {
	transform: translate(20em, 0em);
	width: 300px;
	opacity: 0;
}
#overseer-PopUp-container {
    width: 500px;
    height: 338px;
    position: relative;
    top: -26.35em;
    left: 15px;
}
#overseer-PopUp-container img {
    width: 100%;
    height: auto;
    box-shadow: 2px 6px 10px 0 rgba(0,0,0,0.5);
    pointer-events: none;
    position: relative;
    top: 0px;
    left: 0px;
}
#TextBox-overseer-PopUp {
    -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%);
    opacity: 0;
    width: 357px;
    height: 380px;
    position: relative;
    top: -23em;
    left: 8em;
    z-index: -2;
    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;
}
#TextBox-overseer-PopUp.move{
	transform: scale(0.75) translate(26.4em, 0);
	opacity: 1;
}
#Overseer-close {
    width: 20px;
    height: 20px;
    position: absolute;
    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: 1em;
}
#Overseer-close:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.B-H-Latrobe_PopUpText {
    text-align: center;
    color: rgba(0,0,0,0.85);
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.44px;
    position: relative;
    top: 63px;
}
#TextBox-overseer-PopUp .Latrobe-TitleText {
    text-align: center;
    color: #4a0505;
    font-family: "BigShouldersDisplay Regular";
    font-weight: bold;
    font-size: 15px;
    line-height: 6px;
    letter-spacing: 2px;
    margin-top: 1px;
    padding-top: 72px;
}
#TextBox-overseer-PopUp .Latrobe-source-text {
    color: #000000;
    font-family: "Lato Light";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 1px;
    height: 12px;
    padding-top: 3px;
}
#TextBox-overseer-PopUp .divider {
    width: 270px;
    height: 1.25px;
    left: 48px;
    position: relative;
    top: 15px;
    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%);
}
#Latrobe-description-text {
    font-family: "Lato Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    letter-spacing: 0.2px;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 26px;
    font-weight: 100;
    padding-bottom: 0px;
}
.white-rectangle-overseer-popUp {
    height: 250px;
    width: 210px;
    position: absolute;
    top: 187px;
    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;
    right: -64px;
}









#freedom-text {
    height: 300px;
    width: 480px;
    position: absolute;
    top: 34.5em;
    left: 56.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;
}
#freedom-text.move {
	transform: translate(20em, 0);
	opacity: 0;
}
#freedom-text 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;
}
.next-story {
    width: 217px;
    height: 53px;
    position: absolute;
    left: 75em;
    top: 52em;
}
.next-story a img {
    width: 100%;
    height: auto;
}
@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(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,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-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: 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;
	margin-bottom: 20px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	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(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(222,204,184,1.00) 0%,rgba(237,230,215,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-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;
	padding-left: 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;
}
}