/* Stylesheet for Gemstone Readings */


/* general - to fit on any screen size */

body, html {
	height: 100%;
	width:100%;
	max-width:100%;
}
img {
	max-width:100%;
	}
iframe {
	max-width:100%;
	}
.body {
	position:absolute;
	width:100%;
	max-width:100%;
	min-height:100%;
	}


/* nav */

.logo {
	position:fixed;
	bottom:4px;
	right:5px;
	z-index:9999;
	}
nav {
	position:absolute;
	top:4px;
	left:4px;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-size:10pt;
	font-style:italic;
	padding:5px;
	z-index:998;
	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
    	transition: all 0.5s ease;
	}
nav:hover {
	background-color:LightPink;
	}
nav img {
	height:24px;
	width:24px;
	}
nav a {
	text-decoration: none;
	}
nav a:link {
	color: black;
	border-bottom: none;
	}
nav a:visited {
	color: black;
	border-bottom: none;
	}
nav a:active {
	color: black;
	border-bottom: none;
	}
nav a:hover {
	color: black;
	border-bottom: 2px solid black;
	}
td {
	padding:2px;
	vertical-align: top;
	}
	

/* #home */

body {
	margin:0;
	padding:0;
	min-height:100%;
	}
#border {
	height:2px;
	background-color:LightPink;
	}
#video {
	position:relative;
	top:5em;
	}
#home {
	position:relative;
	height:868px;
	width:100%;
	background-color:white;
	}


/* #garden */

#garden {
	position:relative;
	height:1170px;
	background-color:LightPink;
	font-family:Arial,Sans;
	z-index:9998;
	width:100%;
	max-width:100%;
	-webkit-transition: all 0.8s ease;
    	-moz-transition: all 0.8s ease;
    	-o-transition: all 0.8s ease;
    	transition: all 0.8s ease;
	}
#garden:hover {
  	-webkit-box-shadow:inset 0px 0px 0px 4px Bisque;
    	-moz-box-shadow:inset 0px 0px 0px 4px #000;
    	box-shadow:inset 0px 0px 9px 2px LightPink;
	-webkit-border-radius: 89px;
	-moz-border-radius: 89px;
	border-radius: 89px;
	background-color:BlanchedAlmond;
}
#gemgarden {
	position:relative;
	color:LightPink;
	top:75px;
	font-family:myFirstFont;
	font-size:60px;
	}
#gemgarden span {
	font-family:Monospace;
	font-size:11pt;
	}
#romantic_garden {
	position:relative;
	top:12em;
	z-index:9995;
	height:650px;
	width:90%;
	max-width:100%;
	box-shadow: 0px 0px 40px #ffffff;
	background-image:url(images/GrassTile.jpg);
    -webkit-border-image:url(images/blue-cut-gemstone-border.png) 30 30 round; /* Safari 3.1-5 */
    -o-border-image:url(images/blue-cut-gemstone-border.png) 30 30 round; /* Opera 11-12.1 */
    border-image:url(images/blue-cut-gemstone.png) 30 30 round;
	}
#romantic_garden:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }
.gem {
	position:relative;
	z-index:9998;
	}
#monica {
	position:absolute;
	bottom:44%;	
	left:32%;
	}
#natalie {
	position:absolute;
	top:17%;	
	right:26%;
	}
#stacey {
	position:absolute;
	bottom:16%;	
	right:37%;
	}
#kate {
	position:absolute;
	top:13%;	
	left:33%;
	}
#annie {
    position:absolute;
    right:3%;
    bottom:49%;
}
#cristine {
	position:absolute;
	left:32%;
	bottom:12%;
	}
#lora {
	position:absolute;
	bottom:6%;	
	right:17%;
	}
#ana {
	position:absolute;
	right:28%;
	bottom:48%;
	}
#alan {
	position:absolute;
	left:12%;
	bottom:5%;
	}
#gio {
	position:absolute;
	left:12%;
	top:10%;
	}
#sophia {
	position:absolute;
	left:6%;
	top:44%;  
    }
#holiday {
	position:absolute;
	right:6%;
	top:9%;  
    }
#poppy {
	position:absolute;
	right:41%;
	top:34%;  
    }
#dana {
	position:absolute;
	right:45%;
	bottom:4%;  
    }
#die {
	position:absolute;
	right:19%;
	bottom:41%;  
    }
#twilight_sparkle {
	position:absolute;
	bottom:-20px;
	right:-60px;
	}
#jasmine {
	position:absolute;
	top:-90px;
	left:-60px;
	}

/* #info */

#boxed {
	position:relative;
	border:2px dotted PowderBlue;
	padding:30px;
	margin:10px;
	background-color:Snow;
	}
#boxed:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }	
#info {
	position:relative;
	height:2150px;
	width:100%;
	background-color:Snow;
	}

.text {
	position:relative;
	width:70%;
	top:5em;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-style:italic;
	font-size:18pt;
	text-align:justify;
	font-weight:500;
	text-shadow: 2px 2px 5px #333333;
	color:#FFFFFF;
	letter-spacing:2px;
	border:1px dashed #9BA6B1;
	padding:80px;
	margin-bottom:-80px;
	background-color:#fff;
	}
.text span {
	font-family:myFirstFont;
	font-size:42px;
	font-style:normal;
	}
.text a {
	text-decoration: none;
	}
.text a:link {
	color: Gray;
	border-bottom: none;
	}
.text a:visited {
	color: Gray;
	border-bottom: none;
	}
.text a:active {
	color: Gray;
	border-bottom: none;
	}
.text a:hover {
	color: LightPink;
	border-bottom: none;
	}
.container {
	position:relative;
	width:80%;
	height:380px;
	border-style: outset;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-bottom:40px;
	color:Gray;
	text-shadow: none;
	font-style:normal;
	font-weight:bold;
	}
.container span {
	font-family:myFirstFont;
	font-size:46px;
	font-style:normal;
	}
@font-face {
	font-family: myFirstFont;
   	src: url(BLESD___.otf);
	}

/* drag */

.drag {
	top:330px;
    	width: 130px;
    	height: 130px;
    	line-height: 70px;
    	cursor: pointer;
    	border-radius: 90px;
  	float: left;
    	margin-left: 5px;
    	text-align: center;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-size:10pt;
	font-style:italic;
	-webkit-transition: all 1s ease;
    	-moz-transition: all 1s ease;
    	-o-transition: all 1s ease;
    	transition: all 1s ease;
	z-index:9999;
	}
.drag:hover {
	width:175px;
	height:175px;
	margin:20px;
	}
#dragbasic {
	position:relative;
    	width: 100%;
    	height: 95%;
}

/* footer */

footer {
	left:0px;
	bottom:0px;
	width:100%;
	height:200px;
	padding:2px;
	z-index:9994;
	margin:0;
	padding:0;
	background-color:SeaShell;
	z-index:99999;
	}
#infospots {
	position:absolute;
	left:0px;
	bottom:0px;
	font-family:Sans Serif;
	font-size:9pt;
	padding:5px;
	z-index:9999;
	}
#footer_text_pink {
	color:LightPink;
	text-shadow:none;
	font-weight:bold;
	z-index:9999;
	}












	

