/* WakullaVolcano.Com.css - WakullaVolcano.com */

body {
	background-color:	black;
	margin:	0;
	padding:	0;
	font-size:	1.1vw;
}

img {
	/* for HTML5 */
	vertical-align:	bottom;
}

h1 {
	margin-top: 0.55em;
	margin-bottom: 0.17em;
}

.plaque, .plaquev, body {
	color:	#ffbb05;
	text-decorativon:	none;
}

.plaque, .plaquev, .textplaque, #floatmenu {
	border-style:	ridge;
	border-color:	#6600AA;
	border-width: 0.17em;
}

.plaque, .plaquev {
	position:	absolute;
	font-size:	1em;
	font-weight:	bold;
	padding:	0.28em;
	overflow:	auto;
/*	color:	#ffbb05;*/
/*	color:	#440088;*/
/*	background-color:	#000000;*/
	background-image:	url("images/filter.png");
}

.plaque {
	visibility:	hidden;
}

h2 {
	margin: 0.28em;
}

#floatmenu {
	font-size:	1em;
	font-weight:	bold;
	background-image:	url("images/filter.png");
}

#floatmenu a {
	color:	#ffbb05;
	opacity:	.9;
	text-decoration:	none;
}

#floatmenu a:link, #floatmenu a:visited, #floatmenu a:hover, #floatmenu a:active {
}

#floatmenu a:hover {
	text-decoration:	underline;
	opacity:	1;
}

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

a:link {
	color: #eeeeee;
}

a:visited {
	color: #cccccc;
}

a:hover {
	color: #ffffff;
	text-decoration:	underline;
}

.whydo {
	font-weight:	bold;
	text-align:	justify;
}

/*  Menu support begin  ***************************************************/

.menu {
	font-size: 1.5em;
	border-style:	ridge;
	border-color:	#6600AA;
	border-width: 0.17em;
	border-left-style:	none;
	border-right-style:	none;
}

.menu {
/*	overflow-x: hidden;*/
	font-family:	Arial;
	font-family:	Times;
	font-weight:	bold;
	z-index:	1;
}

.menu a, .dropdown .dropbtn {
	color: #f2b200;
}

.menu a, .dropdown .dropbtn {
	font-size:	inherit;
	padding-left:	0.83em;
	padding-right:	0.83em;
	padding-bottom:	0.17em;
	z-index:	1;
}

.menu a {
	float:	left;
	text-align: center;
	text-decoration: none;
}

.dropdown {
	float:	left;
	overflow:	hidden;
	z-index:	1;
}

.dropdown .dropbtn {
/*	font-family:	Arial;*/
	font-family:	Times;
	font-weight:	bold;
	border:	none;
	outline:	none;
	background-color:	inherit;
}

.menu a:hover, .dropdown:hover .dropbtn {
	background-color:	#f2b200;
	color:	black;
	z-index:	1;
}

.dropdown-content {
	display:	none;
	position:	absolute;
/*	background-color:	#f9f9f9;*/
/*	background-color:	#f2b200;*/
	background-image:	url("images/filter.png");
	min-width:	9em;
	box-shadow:	0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:	2;
}

.dropdown-content a {
    float: none;
    color: black;
	color:	#f2b200;
/*	font-size:	18px;*/
	font-size:	inherit;
	font-weight:	bold;
	padding: 0.4em;
    text-decoration: none;
    display: block;
    text-align: left;
	z-index:	1;
}

.dropdown-content a:hover {
    background-color: #f2b200;
	z-index:	1;
}

.dropdown:hover .dropdown-content {
/*	right:	right;*/
	display:	block;
	z-index:	1;
}

/*  Menu support end  ***************************************************/

.popup-content {
	display:	none;
	position:	absolute;
/*	background-color:	#f9f9f9;*/
	min-width:	9em;
	box-shadow:	0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:	2;
}

.popup:hover .popup-content {
	display:	block;
	background-image:	url("images/filter.png");
	z-index:	2;
}

