body, html{
    margin:0px;
    padding:0px;
    background: white;
}

body.home, html.home {
	background: #475a2b;
	font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1150px)
{
	body{
		/*padding-top: 120px;*/
		border-top: 120px solid white;
	}
}

.hidden {
    display:none;
}

#titlebanner {
	z-index:100;
	position: absolute;
	top:10px;
	right: 50%;
	margin-right: -325px;
	width:650px;
	height:100px;
	background-image: url('../img/logos/hglogo7h.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#titlebanner a {
	display: block;
    width: 100%;
    height: 100%;
}


/* home page */

#stretchywrapper {
    position: relative;
    top:0;
    left:0;
	width: 100%;
    padding-bottom: 56.25%;
}
#homecontent {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
	background-image: url('../img/homepage/homebackground.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}

div.animpic {
	position: absolute;
    z-index:10;
	background-repeat: no-repeat;
	background-size: 100%;
}
div.animpic a {
	display: block;
    width: 100%;
    height: 100%;
}
div.animpic span {
	position: absolute;
	bottom: 0px;
	left: 50%;
}

#fruitpicker {
	top:36%;
	right: 0px;
	width:23%;
	height:49%;
	background-image: url('../img/homepage/fruitpicker1.png');
}
#fruitpicker:hover { background-image: url('../img/homepage/fruitpicker2.png'); }

#hunters {
	top:23%;
	left: 0px;
	width:25%;
	height:49%;
	background-image: url('../img/homepage/hunters1.png');
}
#hunters:hover { background-image: url('../img/homepage/hunters2.png'); }

#mushroomgirl {
	top:62%;
	left: 10%;
	width:18%;
	height:35%;
	background-image: url('../img/homepage/mushroomgirl1.png');
}
#mushroomgirl:hover { background-image: url('../img/homepage/mushroomgirl2.png'); }

#dog {
	top:60%;
	left: 40%;
	width:34%;
	height:34%;
	background-image: url('../img/homepage/dog1.png');
}
#dog:hover { background-image: url('../img/homepage/dog2.png'); }

body:after{
 display:none;
 content: url('../img/homepage/fruitpicker2.png') url('../img/homepage/hunters2.png') url('../img/homepage/mushroomgirl2.png') url('../img/homepage/dog2.png');
}


/* run boy page */

#animationDiv {
	z-index: 1;
	position:absolute;
	top:155px;
	width: 100%; 
	height: 450px; 
	background-size: cover;
	background-position: 0px 0px;
	background-repeat: repeat-x repeat-y;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	text-align:center;
}
#playerExtDiv {
	z-index: 2;
	position:absolute;
	top:155px;
	left:50%;
	margin-left:-350px;
	height: 450px; 
	width: 700px; 
	text-align:center;
	padding-top: 45px;
}
#player {
	margin: 0px;
	padding: 0px;
}
#player iframe {
	/* border: 1px black solid; */
}




/* modal dialog stuff */

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 450px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

#news > div  {
	width: 565px;
	margin-top:40px;
	height: 80%;
	overflow:auto;
}

h2 {
	margin: 10px 0px 10px 0px;
}


.overDialog {
	position: absolute;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	top: 140px;
	right: 10%;
	bottom: 10%;
	left: 10%;
	padding: 50px;
	padding-right:150px;
	background-color: white;
	background: linear-gradient(to right, rgba(233,191,151,0.9) 0%, rgba(233,191,151,0.9) 85%, rgba(233,191,151,0.5) 100%);
	z-index: 99;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	box-shadow: 6px 6px 8px #474c30;
}

#contact > div  {
	width: 525px;
	margin-top:50px;
}

#shop > div  {
	width: 525px;
	margin-top:75px;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

/* menu */
div.menu {
	position: absolute;
	top:25px;
	right: 25px;
	display:inline-block;
	z-index: 199;
}

div.menudiv {
	width: 40px;
	height: 6px;
	background-color: black;
	margin: 7px 0;
}

.dropdown-content{
	display:none;
	position:absolute;
	right:-15px;
 	background-color: rgba(0, 0, 0, 0.15);
  	min-width: 160px;
	text-align:center;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	z-index:100;		
}

.dropdown-content a {
	color: WhiteSmoke;
	padding: 12px 16px;
	font-size: 1.7em;
	text-decoration: none;
	display: block;
}

div.menu:hover .dropdown-content {display: block;}

.dropdown-content a:hover {
	background-color: Gainsboro;
	color: black;
}

.show {display: block;}

#shop > div {
	width: 610px;
	height: 80%;
	overflow-y:auto;
	background-image: url('../img/artwork/waydown.jpeg');
	background-size: 650px 650px;
	background-repeat: no-repeat;
	text-align:center;
}

#shop {
	position: absolute;
	width: 650px;
	height: 80%;
	top: 140px;
	z-index: 99;
	right: 50%;
	margin-right: -325px;
	padding: 0px;
	overflow-y:auto;
	background-image: url('../img/artwork/waydown.jpeg');
	background-size: 650px 650px;
	background-repeat: no-repeat;
	text-align:center;
	box-shadow: 6px 6px 8px #474c30;
}

#shopmenu {
	width:50%;
	margin: auto;
	list-style: none;
	background: lightgrey;
	padding:0px;
	opacity:0.7;
}
#shopmenu li{
	width:100%;
	border-bottom: 1px solid grey;
	padding:10px;
	padding-left:20px;
	box-sizing:border-box;
}
#shopmenu div{
	background-image: url('../img/icons/rightarrowgrey.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
 	background-position: right;
}

#shopmenu li:hover{
	background: white;
}
#shopmenu li:first-of-type{
	border-top: 1px solid grey;
}
#shopmenu a{
	display:block;
	text-decoration:none;
}

