@charset "UTF-8";
@import url("webfonts/BigShouldersDisplay_SemiBold/stylesheet.css");
@import url("webfonts/Lato_Light/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");
body {
    background-color: #000000;
	margin: 0;
    position: fixed;
    text-shadow: 0px 0px;
    width: 100%;
    height: 100%;
}
.background {
	width: 1440px;
    height: 900px;
    background-image: url(Hidden%20Stories%20Assets/Homepage/Exhibition%20Start%20Background.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-box-shadow: 2px 2px 32px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 32px rgba(0,0,0,0.2);

}
#mobile-siteMenu {
	display: none;
}
.background .title_design_box {
    height: 200px;
    width: 650px;
    position: absolute;
	top: 19em;
	left: 50%;
	transform: translate(-50%);
}
.background .title_design_box .title_text {
    width: 78%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    padding-right: 40px;
}
#hiddenStoriesDesktop {
    width: 100%;
    height: auto;
}
#hiddenStoriesMobile {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
}
.background .title_design_box .subtitle_cont {
    width: 100%;
    height: 25px;
    margin-top: 45px;
}
.title_design_box .subtitle_cont .left_line {
    width: 18.5%;
    height: 25px;
    float: left;
}
.subtitle_cont .left_line img {
    height: 4px;
    width: 100%;
}
.title_design_box .subtitle_cont .subtitle_text {
    height: 25px;
    width: 63%;
    color: #FFFFFF;
    font-family: "BigShouldersDisplay SemiBold";
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 3.75px;
    float: left;
    text-align: center;
}
.title_design_box .subtitle_cont .right_line {
    width: 18.5%;
    height: 25px;
    float: left;
}
.subtitle_cont .right_line img {
    width: 100%;
    height: 4px;
}
.title_design_box .subtitle_cont .credits {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: 17px;
    padding-top: 32px;
    color: #FFFFFF;
    font-family: "Lato Regular";
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 17px;
    text-align: center;
}
.enter.button {
    width: 130px;
    height: 30px;
    margin-top: 20px;
    margin-left: 36.5%;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
    transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url(Hidden%20Stories%20Assets/Homepage/Enter%20Button.png);
}
.enter.button:hover {
    width: 130px;
    height: 30px;
    margin-top: 20px;
    margin-left: 36.5%;
    color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
	transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url(Hidden%20Stories%20Assets/Homepage/Enter%20Button_hover.png);
	transition: all 0.4s ease;
}
@media only screen and (min-width: 1300px) and (max-width: 1390px) and (orientation: landscape) {
	
	body {
		transform: scale(0.94861111)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%); 
  	}
}
@media only screen and (min-width: 1081px) and (max-width: 1299px) and (orientation: landscape) {
	
	body {
		transform: scale(0.89)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
  	}
}
@media only screen and (min-width: 1020px) and (max-width: 1080px) and (orientation: landscape) {
	
	body {
		transform: scale(0.711117)
	}
  	.background {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media only screen and (min-height: 780px) and (max-height: 875px) and (orientation: landscape) {
	body{
		transform: scale(0.89)
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  	}
}
@media only screen and (min-height: 640px) and (max-height: 779px) and (orientation: landscape) {
	body{
		transform: scale(0.78);
	}	
  	.background {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  		}
}
@media (min-width:0px)  and (max-width:1000px) and (orientation: portrait)  { /* smartphones, iPhone, portrait 480x320 phones */ 
	#body {
		position: absolute;
		background-color: #000000;
		width: 100%;
		height: 100%;
	}
	#body.fixed {
		overflow: hidden;
		position: fixed;
	}
	.background {
		width: 100%;
		height: 100%;
		background-image: none;
    	background-position: center;
    	background-size: contain;
   	 	position: absolute;
    	left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
.background .title_design_box {
    height: 200px;
    width: 95%;
    position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -55%);
}
.background .title_design_box .title_text {
    width: 78%;
	max-width: 400px;
	min-width: 250px;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 40px;
	position: relative;
	left: 50%;
	top: 4em;
	transform: translate(-50%);
}
	.title_design_box .subtitle_cont .subtitle_text {
    width: 95%;
	min-width: 250px;
    color: #FFFFFF;
    font-family: "BigShouldersDisplay SemiBold";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.75px;
	word-spacing: -1px;
    float: none;
    text-align: center;
	position: relative;
	left: 50%;
	top: 0em;
	transform: translate(-50%);
	padding-bottom: 20px;
	padding-top: 15px;
}
	.title_design_box .subtitle_cont .credits {
    width: 95%;
	min-width: 250px;
    margin-left: 0;
    margin-right: 0;
    height: 17px;
    padding-top: 32px;
    color: #FFFFFF;
    font-family: "Lato Regular";
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 17px;
    text-align: center;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	top: -2em;
}
	.enter.button {
    width: 130px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
    transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url(Hidden%20Stories%20Assets/Homepage/Enter%20Button.png);
	position: relative;
	left: 50%;
	top: 2em;
	transform: translate(-50%) scale(1.1);
}
	.enter.button:hover {
	width: 130px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    color: #000000;
    background-color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
    transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url("Hidden Stories Assets/Homepage/Enter Button_hover.png");
	position: relative;
	left: 50%;
	top: 2em;
	transform: translate(-50%) scale(1.1);
	}
	.title_design_box .subtitle_cont .right_line {
    display: none;
}
	.title_design_box .subtitle_cont .left_line {
    display: none;
}
	#hiddenStoriesDesktop {
		display: none;
	}
	#hiddenStoriesMobile {
		opacity: 1;
		width: 100%;
		height: auto;
	}
	.mobilePage {
		display:contents;
	}
#topnav {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 250px;
  height: 50px;
  margin-bottom: 10px;
  background-color: black;
}
	#topnav.fixed {
		position: fixed;
	}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
  background-image: url("Hidden Stories Assets/Nav Menu Designs/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;
}
}
@media (min-width:1px)  and (max-width:1019px) and (max-height:639px) and (orientation: landscape){
	#body {
		position: absolute;
		background-color: #000000;
		width: 100%;
		height: 100%;
	}
	#body.fixed {
		overflow: hidden;
		position: fixed;
	}
	.background {
		width: 100%;
		height: 100%;
		background-image: none;
    	background-position: center;
    	background-size: contain;
   	 	position: absolute;
    	left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
.background .title_design_box {
    height: 200px;
    width: 95%;
    position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -60%);
}
.background .title_design_box .title_text {
    width: 78%;
    height: 80px;
	max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 40px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
	.title_design_box .subtitle_cont .subtitle_text {
    height: 25px;
    width: 95%;
    color: #FFFFFF;
    font-family: "BigShouldersDisplay SemiBold";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.75px;
    float: none;
    text-align: center;
	position: relative;
	left: 50%;
	top: 0.25em;
	transform: translate(-50%);
}
	.title_design_box .subtitle_cont .credits {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    height: 17px;
    padding-top: 32px;
    color: #FFFFFF;
    font-family: "Lato Regular";
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 17px;
    text-align: center;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	top: -1.5em;
}
	.enter.button {
    width: 130px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
    transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url(Hidden%20Stories%20Assets/Homepage/Enter%20Button.png);
	position: relative;
	left: 50%;
	top: 1em;
	transform: translate(-50%) scale(1.1);
}
	.enter.button:hover {
	width: 130px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    color: #000000;
    background-color: #000000;
    border-radius: 0px;
    font-family: "Lato Regular";
    transition-duration: 0.2s;
    cursor: pointer;
    border-style: none;
    background-position: center center;
    background-size: cover;
    background-image: url("Hidden Stories Assets/Homepage/Enter Button_hover.png");
	position: relative;
	left: 50%;
	top: 2em;
	transform: translate(-50%) scale(1.1);
	}
	.title_design_box .subtitle_cont .right_line {
    display: none;
}
	.title_design_box .subtitle_cont .left_line {
    display: none;
}
	#hiddenStoriesDesktop {
		display: none;
	}
	#hiddenStoriesMobile {
		opacity: 1;
		width: 100%;
		height: auto;
	}
	.mobilePage {
		display:contents;
	}
	#topnav {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  background-color: black;
}
	#topnav.fixed {
		position: fixed;
	}
.logoContain {
    background-image: url("Hidden Stories Assets/Nav Menu Designs/Top Nav Hidden Stories Logo.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 60;
   
}
#icon {
  background-image: url("Hidden Stories Assets/Nav Menu Designs/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;
}
}