@charset "utf-8";
/* CSS Document */

html {

	background: url('../images/trees/intro-page.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-Pie-background: cover;
	behavior: url('../PIE.htc');
}

#back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hide;

	}



/*img {
	display:block;
	m argin:auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
*/

.audioBtn{
	cursor:pointer;
	}

.buttonDiv {
	position: relative;
	display:inline-block;
	margin-top: 50%;
	
	
}
.label {
	display: inline-block;
	cursor: pointer;
	margin: 10px;
	
	
	-moz-box-shadow:inset 4px 29px 7px -6px #ffffff;
	-webkit-box-shadow:inset 4px 29px 7px -6px #ffffff;
	box-shadow:inset 4px 29px 7px -6px #ffffff;

	background-color:#f9f9f9;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:147px;
	text-decoration:none;
	text-align:center;
}

p {
	/*font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 22px;
	background-color: #FCFCFC;
	border-radius: 8px;
	width: 170px;
	height: 50px;
	text-align: center;*/
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
html {
	background: url('../images/trees/intro-page.jpg') center center fixed no-repeat no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-Pie-background: cover;
	behavior: url('../PIE.htc');
}

#back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hide;

	}
	.buttonDiv {
	position: relative;
	display:inline-block;
	margin-top: 42%;
}
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
html {
	background:#FF0011 url('../images/trees/intro-page.jpg') center center fixed no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 70% 30%;
	-Pie-background: cover;
	behavior: url('../PIE.htc');
	
}

#back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hide;

	}
.buttonDiv {
	margin-top: 87%;
	position: relative;
}
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
html {
	background: url('../images/trees/intro-page.jpg') center center fixed no-repeat no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-Pie-background: cover;
	behavior: url('../PIE.htc');
}

#back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hide;

	}
	
.buttonDiv {
	margin-top: 15%;
	position: relative;
}
}
