@charset "UTF-8";
/* global styles */


body {
	background-color: #222;
	margin: 0px;
	color: #CCC;
	font-size: 12px;
	font-family: "Geneva", sans-serif;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a,
a:hover {
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	transition: color .5s ease;
}

video::-webkit-media-controls {
	display: none !important;
}

/* map info windows*/

.mapInfoContainer {
	text-align: center;
}

.mapInfo {
	color: black;
	padding-bottom: 0.5rem;
}

.mapInfo h2 {
	font-family: "Optima";
	font-style: italic;
	font-weight: bold;
}

.mapInfo h3 {
	font-weight: normal;
	color: gray;
}

.mapInfo p {
	text-align: center;
}

.mapInfo a {
	color: #888;
}

.mapInfo a:hover {
	color: #000;
}

.mapInfoLocation {
	padding-top: 0.25rem;
}

.mapZoomLinks {
	padding-top: 0.25rem;
	color: black;
}

.mapZoomLinks a {
	color: #888;
}

.mapZoomLinks p {
	text-align: center;
}

.mapZoomLinks a:hover {
	color: #000;
}



.opacity {
	opacity: 0.00;
	/* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=00)";
	/* IE 8 */
	filter: alpha(opacity=00);
	/* IE 4, 5, 6 and 7 */
	zoom: 1
		/* so the element "hasLayout"*/
}

.opacity:hover {
	opacity: 0.70;
	/* firefox, opera, safari, chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	/* IE 8 */
	filter: alpha(opacity=70);
	/* IE 4, 5, 6 and 7 */
	zoom: 1
		/* so the element "hasLayout"*/
}

.projinfo {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	/* font-size: larger; */
}


.projinfo .head {
	font-size: larger;
}




#aboutcontainerL {
	position: absolute;
	left: -10px;
	top: 15;
	border: none;
	font-size: 14px;
	padding: 20px;
	height: 60px;
	width: 500px;
	margin: 0px;
	margin-top: 5px;
	background-color: #546;
	color: #ccc;
	text-align: justify;
	z-index: 1000;
	overflow: hidden;
}

#aboutcontainerR {
	position: absolute;
	right: -10px;
	top: 420px;
	border: none;
	font-size: 14px;
	padding: 20px;
	margin: 0px;
	margin-top: 5px;
	width: 500px;
	height: 60px;
	background-color: #546;
	color: #ccc;
	text-align: justify;
	z-index: 1020;
	overflow: hidden;
}

#contactcontainer {
	position: relative;
	left: -15px;
	border: none;
	/* overflow:auto; */
	font-family: "Century Gothic", century gothic, arial, geneva, sans-serif;
	font-size: 14px;
	height: 138px;
	width: 990px;
	margin-top: 45px;
	background-color: #546;
	color: #ddd;
	text-align: center;
	margin-left: 5px;
}

#healingcontainer {
	position: relative;
	left: -15px;
	border: none;
	/* overflow:auto; */
	font-family: "Century Gothic", century gothic, arial, geneva, sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #546;
	color: #ddd;
	text-align: left;
	margin-left: 5px;
}

#healingcontainer p {
	padding-top: .5em;
	width: 65%;
}

#healingcontainer #doveimage {
	position: absolute;
	right: 10px;
	left: 624px;
	top: -20px;
}

#healingcontainer #ripplesimage {
	position: absolute;
	right: 10px;
	left: 624px;
	top: -10px;
}

/* class (.) styles */

.hidden {
	display: none;
	/* margin:0px; */
}

