@font-face {
  font-family: heading;
  src: url(IndieFlower.ttf);
}
@font-face {
  font-family: logo;
  src: url(mont.ttf);
}
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	background-image: url("backE.png");
	background-size: 100% auto;
	text-align: center;
}
p {
	margin: 20px;
	font-size: 110%;
}
h1 {
	font-family: logo;
	font-size: 150%;
}
h3 {
	font-family: heading;
	margin: 10px;
	font-size: 150%;
}
h4 {
	font-family: heading;
	margin: 10px;
	font-size: 110%;
}

#map {
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	background-color: white;
}
#mapImg{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.box{
	position: absolute;
	width: 16%;
	height: 4%;
	background-color: white;
	font-family: serif;
	display: flex;
	justify-content: center;
	align-items: center; 
	border: 2px solid black;
	cursor: pointer;
	white-space: nowrap;
}
.boxTxt{
	transform: scale(.5);
}
.bigBoxTxt{
	transform: scale(.5);
}	
.bigBox{
	position: absolute;
	width: 75%;
	height: 30%;
	background-color: white;
	font-family: serif;
	font-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center; 
	border: 2px solid black;
	visibility: hidden;
	cursor: pointer;
	z-index: 1;
	white-space: nowrap;
}
#showBox{
	left: 0;
	top: 0;
	visibility: hidden;
}
#hideBox{
	left: 0;
	top: 0;
}

#wesBox{
	left: 15%;
	top: 80%;	
}
#wesBigBox{
	left: 3%;
	top: 68%;
}
#souBox{
	left: 30%;
	top: 90%;	
}
#souBigBox{
	left: 3%;
	top: 68%;
}
#capBox{
	left: 30%;
	top: 62%;	
}
#capBigBox{
	left: 3%;
	top: 62%;
}
#magBox{
	left: 3%;
	top: 53%;	
}
#magBigBox{
	left: 3%;
	top: 53%;
}
#seaBox{
	left: 20%;
	top: 70%;	
}
#seaBigBox{
	left: 3%;
	top: 68%;
}
#lakBox{
	left: 23%;
	top: 50%;	
}
#lakBigBox{
	left: 3%;
	top: 50%;
}
#noeBox{
	left: 35%;
	top: 43%;	
}
#noeBigBox{
	left: 3%;
	top: 43%;
}
#balBox{
	left: 10%;
	top: 40%;	
}
#balBigBox{
	left: 3%;
	top: 40%;
}
#norBox{
	left: 25%;
	top: 32%;	
}
#norBigBox{
	left: 3%;
	top: 32%;
}
#shoBox{
	left: 20%;
	top: 15%;	
}
#shoBigBox{
	left: 3%;
	top: 15%;
}
#mouBox{
	left: 32%;
	top: 5%;	
}
#mouBigBox{
	left: 3%;
	top: 5%;
}
#kenBox{
	left: 48%;
	top: 15%;	
}
#kenBigBox{
	left: 22%;
	top: 15%;
}
#botBox{
	left: 60%;
	top: 7%;	
}
#botBigBox{
	left: 22%;
	top: 7%;
}
#wooBox{
	left: 70%;
	top: 15%;	
}
#wooBigBox{
	left: 22%;
	top: 15%;
}
#kirBox{
	left: 60%;
	top: 35%;	
}
#kirBigBox{
	left: 22%;
	top: 35%;
}
#redBox{
	left: 82%;
	top: 45%;	
}
#redBigBox{
	left: 22%;
	top: 45%;
}
#medBox{
	left: 53%;
	top: 58%;	
}
#medBigBox{
	left: 22%;
	top: 58%;
}
#belBox{
	left: 70%;
	top: 70%;	
}
#belBigBox{
	left: 22%;
	top: 68%;
}
#merBox{
	left: 55%;
	top: 80%;	
}
#merBigBox{
	left: 22%;
	top: 68%;
}
#newBox{
	left: 70%;
	top: 93%;	
}
#newBigBox{
	left: 22%;
	top: 68%;
}


#hdr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
#log {
	width: 80%;
	max-width: 400px;
	height: auto;
}
#page {
	position: relative;
	left: 2.5%;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
	padding-top: 1vh;
	padding-bottom: 10px;
	width: 95%;
	height: 95%;
	background-color: rgb(255, 238, 186);
}
#ftr {
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
@media all and (min-width: 1200px) {
p{font-size: 130%;}
.boxTxt{transform: scale(1); font-size: 150%;}
.bigBoxTxt{transform: scale(1); font-size: 150%;}
.box{border: 5px solid black;}
.bigBox{border: 5px solid black;}
h4{font-size: 130%;}
#hdr{flex-direction: row;}
#log{width: 400px;}
h1{font-size: 200%;}
}