@import 'https://fonts.googleapis.com/css?family=Inknut+Antiqua';
@import 'https://fonts.googleapis.com/css?family=Droid+Serif';
@import 'https://fonts.googleapis.com/css?family=Roboto&display=swap';
@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';

body {
	background-color: #c1763e;
	margin: 0;
	font-family:Roboto;

	/*No select text*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#mainBody {
	padding-top: 6em;
	z-index:1;
	margin:auto;
	width: 90%;
	overflow: auto;
	padding-bottom: 1em;
}

#banner {
	height: 100%;
	width: 100%;
	
}

.container {
	width: 85%;
	margin: 0 auto;
	position: relative;
}
#stage {
	padding: 50px, 50px, 50px, 50px;
	position: relative;
	width: 100;
	height: 450px;
	margin: auto;
	z-index: 1;
}

#location {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 15px;
	margin:auto;
	padding-left: 2%;
	font-family: inknut antiqua;
	margin-top:0;
}

#textbox {
	width: 95%;
	height: 60px;
	padding: 10px;
	border: 1px solid orange;
	background-color: rgba(255, 191, 0, .8);
	cursor: pointer;
	z-index:3;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	bottom: 20px;
	position: absolute;
	border-radius: 15px;
}

.hiddenTextbox {
	width: 95%;
	height: 60px;
	padding: 10px;
	border: 1px solid orange;
	background-color: rgba(255, 191, 0, .8);
	cursor: pointer;
	z-index:3;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	font-size: 20px;
	display:none;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;	
}

#interactableBarrel {
	width:40px;
	height:35px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	bottom: 22%;
	right:34%;
	/*border: 1px solid red;*/
	display:none;

}

#interactableMenu {
	width:30px;
	height:35px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	bottom: 22%;
	left:27%;
	/*border: 1px solid red;*/
	display:none;
}

#character {
	height: 300px;
	width: 275px;
	position: absolute;
	z-index: 2;
	bottom: 4px;
	right: 0;
	margin-left: auto;
	margin-right: auto;	
}

#layton1 {
	width: 300px;
	height: 331px;
	z-index: 2;
	position: absolute;
	bottom: 4px;
	right: 0;
	background-image: url('imagesLayton/Layton.png');
	display:none;
	margin-left: auto;
	margin-right: auto;
}

.initialButton {
	width: 100px;
	height: 30px;
	background-color: #E1C546;
	color: 	#e14747;
	font-size: 15px;
}
.arrows {
	display:none;
	position: absolute;
	width:75px;
	height:51px;
	cursor: pointer;
	z-index: 2;
}
#arrowR {
	background-image: url('imagesLayton/arrowR.png');
	right: -8%;
	top: 50%;
	
}

#arrowL {
	background-image: url('imagesLayton/arrowL.png');
	left: -8%;
	top: 50%;
}
#arrowD {
	background-image: url('imagesLayton/arrowD.png');
	position: absolute;
	left: 50%;
	bottom: 22%;
	width: 51px;
	height:75px;
	display:none;
	cursor: pointer;
}

#arrowU {
	background-image: url('imagesLayton/arrowU.png');
	position: absolute;
	left: 45%;
	bottom: 22%;
	width: 51px;
	height:75px;
	display:none;
	cursor:pointer;
}
#cat {
	width: 63px;
	height: 95px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 25%;
	left: 11%;
	background-image: url('imagesLayton/cat.png');
}
#layton {
	width: 300px;
	height: 331px;
	z-index: 2;
	position: absolute;
	bottom: .5%;
	right: 0;
	background-image: url('imagesLayton/Layton.png');
	display:none;
	margin-left: auto;
	margin-right: auto;
}

#interactableBench {
	width:45px;
	height:40px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	bottom: 24%;
	left:25%;
	/*border: 1px solid red;*/
}
#lamp {
	width:25px;
	height:40px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	top: 22%;
	left:43%;
	/*border: 1px solid red;*/
}

#coffeeshopOwner {
	background-image: url('imagesLayton/coffeeshopOwner.png');
	width: 127px;
	height: 204px;
	position: absolute;
	bottom: .5%;
	right:0;
	display: none;
}
#hiddenMan {
	background-image: url('imagesLayton/hiddenMan.jpg');
	width: 147px;
	height: 208px;
	position: absolute;
	bottom: .8%;
	right:1%;
	display: none;
}
#alainS{
	background-image: url('imagesLayton/alainS.png');
	width: 190px;
	height: 237px;
	position: absolute;
	bottom: 1%;
	right:0;
}
#alainOW {
	background-image: url('imagesLayton/alainOW.png');
	width: 60px;
	height: 120px;
	position: absolute;
	bottom: 5%;
	left:33%;
	cursor:pointer;
}
.runes {
	/*background-image:url('imagesLayton/runes.png');*/
	background-color:blue;
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 120px;
	left: 375px;
	display:none;
}

#laytonOW {
	width: 36px;
	height: 94px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 28%;
	right: 7%;
	background-image: url('imagesLayton/laytonOW.png');
	display:none;
}
#laytonOW1 {
	width: 36px;
	height: 116px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 20%;
	right: 33%;
	background-image: url('imagesLayton/laytonOW1.png');
}
#shepherdOW{
	width: 36px;
	height: 94px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: .5%;
	right: 10%;
	background-image: url('imagesLayton/shepherdOW.png');
}
#shepherdS {
	background-image: url('imagesLayton/shepherdS.png');
	width: 190px;
	height: 237px;
	position: absolute;
	bottom: .5%;
	right:0;
	display:none;
}
#interactableFlag {
	width:46px;
	height:35px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	top: 8%;
	left:36%;
	/*border: 1px solid red;*/
}
#interactableRock {
	width:30px;
	height:15px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	bottom: 11%;
	right:14%;
	/*border: 1px solid red;*/
}
#notEvilManOW {
	width: 29px;
	height: 80px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 24%;
	left: 45%;
	background-image: url('imagesLayton/notEvilOW.png');
}
#notEvilManS {
	background-image: url('imagesLayton/notEvilS.png');
	width: 206px;
	height: 291px;
	position: absolute;
	bottom: .5%;
	right:0;
	display:none;
}
#rosaOW {
	width: 75px;
	height: 120px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 10%;
	left: 5%;
	background-image: url('imagesLayton/rosaOW.png');
}
#rosaS {
	background-image: url('imagesLayton/rosaS.png');
	width: 206px;
	height: 223px;
	position: absolute;
	bottom: 1%;
	right:0;
	display:none;
}
#hiddenText {
	display: none;
}



/* pasted */

.alertArea {
	left: 280px;
	top: 150px;
	width: 200px;
	height: 170px;
	position: absolute;
	z-index: 3;
	background-color: #ff4d4d;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
	font-family: 'Roboto', sans-serif;
}
.alertArea h2{
	margin:0;
	padding-top: 5px;
}
.alertArea p {
	font-size: 14px;
	padding-bottom: 5px;
}
.alertArea button {
	width: 75px;
	height: 30px;
	background-color: #7ea1be;
	color: 	#e14747;
	font-size: 15px;
	cursor: pointer;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#catS {
	background-image: url('imagesLayton/catS.png');
	width: 190px;
	height: 197px;
	position: absolute;
	bottom: 0;
	right:0;
	display: none;
}

#ladySquareS {
	background-image: url('imagesLayton/femalePuzzle3Large.png');
	width: 127px;
	height: 204px;
	position: absolute;
	bottom: .5%;
	right:0;
	display: none;
}

#ladySquareOW {
	width: 36px;
	height: 112px;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	bottom: 28%;
	right: 13%;
	background-image: url('imagesLayton/femalePuzzle3Small.png');
}

.runeShorter {
	width: 38px;
	height: 41px;
	position: absolute;
	bottom: 120px;
	left: 375px;
	display:none;
	z-index:2;
}
.runeLonger {
	width: 43px;
	height: 38px;
	position: absolute;
	bottom: 120px;
	left: 375px;
	display:none;
	z-index:2;
}
#rune1 {
	background-image:url('imagesLayton/rune1.png');
}
#rune2 {
	background-image:url('imagesLayton/rune2.png');
}
#rune3 {
	background-image:url('imagesLayton/rune3.png');
}
#rune4 {
	background-image:url('imagesLayton/rune4.png');
}
#rune5 {
	background-image:url('imagesLayton/rune5.png');
}
#rune6 {
	background-image:url('imagesLayton/rune6.png');
}
#rune7 {
	background-image:url('imagesLayton/rune7.png');
}



#clock {
	width:100px;
	height:100px;
	cursor:pointer;
	position:absolute;
	top: 24%;
	left:49%;
	border-radius: 30px;
	/*border: 1px solid red;*/
}
#stop {
	width:30px;
	height:180px;
	cursor:pointer;
	position:absolute;
	top: 42%;
	right:12%;
	/*border: 1px solid red;*/
}

#primaOW {
	width: 50px;
	height: 120px;
	cursor: pointer;
	position: absolute;
	bottom: 10%;
	left: 10%;
	background-image: url('imagesLayton/primaOW.png');
}
#primaS {
	background-image: url('imagesLayton/primaS.png');
	width: 132px;
	height: 188px;
	position: absolute;
	bottom: .5%;
	right:0;
	display:none;
}
#flower {
	width:75px;
	height:80px;
	cursor:pointer;
	position:absolute;
	bottom: 1%;
	left: 7%;
	border-radius: 20px;
	/*border: 1px solid red;*/
}
#henryOW {
	width: 36px;
	height: 115px;
	cursor: pointer;
	position: absolute;
	bottom: 22%;
	left: 13%;
	display: none;
	background-image: url('imagesLayton/henryOW.png');
}
#henryS {
	background-image: url('imagesLayton/henryS.png');
	width: 127px;
	height: 187px;
	position: absolute;
	bottom: 1%;
	right:0;
	z-index: 2;
	display:none;
}
#claireOW {
	width: 36px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	bottom: 10%;
	left: 10%;
	display: none;
	background-image: url('imagesLayton/claireOW.png');
}
#claireS {
	background-image: url('imagesLayton/claireS.png');
	width: 127px;
	height: 219px;
	position: absolute;
	bottom: .5%;
	right:0;
	z-index: 2;
	display:none;
}
#finalHiddenMan {	
	width:75px;
	height:45px;
	cursor:pointer;
	z-index:2;
	position:absolute;
	bottom: 1%;
	left:56%;
	/*border: 1px solid red;*/
	display:none;
}
#finalDoors {
	/*border: 1px red solid;*/
	width:170px;
	height:65px;
	cursor:pointer;
	position:absolute;
	top: 58%;
	left: 40%;
}


/*Nav bar stuff */
#logo {
	float: left;
	margin: 0;
	padding-left: 3%;
	/*height: 60px;*/
}

:root {
	--backgroundNav: rgb(178,178,178);
}

header {
	background: var(--backgroundNav);
	color: white;
	text-align: center;
	position:fixed;
	z-index: 999;
	width: 100%;
	padding: 15px 0;
}

nav ul {
	background: var(--backgroundNav); 
	overflow: hidden;
	color: white;
	padding-right: 5%;
	text-align: center;
	margin: 0;
	transition: max-height 1s;
	float: right;
}

nav ul li {
	display:inline-block;
	padding: 20px;
	font-family: Oswald;	
	border-radius: 5px;		
}

nav ul li a {
	text-decoration: none;
	color: inherit;
}

nav ul li:hover {
	background-color: #222;
}
@media(max-width: 580px) {

	nav ul {
		max-height: 0px;
	}
	nav ul li{
		box-sizing:border-box;
		width:100%;
		padding: 15px;
		text-align: left;
	}
	
	.menuIcon {
		display: block;
	}
	
	.showing {
		max-height: 20em;
	}
	
}
@media(max-width: 800px) {
body.container {
visibility: hidden;
}
h1 {
	visibility: visible;
}
}