﻿/* pond5 styles */

body
{
   font-family: Verdana;
   font-size: 12pt;
   background-color: #ccffff;   /*pond blue*/
}

p, li, ul { text-align: left;
	padding: 0 10px 10px 10px; }
}


h1, h2, h3
{
   font-family: "Maiandra GD","Trebuchet MS";
}

h1
{
    color: #003399;
    font-size: 2em;
    font-weight: bold; text-align: center;
}

h2
{
    color: #003399;
    font-size: 1.75em;
    font-weight: bold; text-align: center;
}

h3
{
    color: #003399;
    font-size: 1.3em;
    font-weight: bold; text-align: center;
}

h4
{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

h5
{
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
}

h6
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
}

#menu table {
	position: fixed;
	left: 0;
	top: 0;
	background-color: blue;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	}

#menu td {
	text-align: center;
	height: 40px;
	padding: 0 5px;
	text-decoration: none;
	}

#menu td:link {background-color: aqua;}
#menu td:hover {background-color: black;}

#menu a {
	text-decoration: none;
	display: block;
	color: aqua;
	}	
	
#menu a:hover {color: white;}

#species table {margin: auto;}

/* Dropdown Menu stuff */
/* Dropdown Button */
.dropbtn {
	background-color: blue;
	color: aqua;   /* text colour  */
	padding: 10px;
	font-size: 16px;
	border: none;
	cursor:pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: black;  /* hover & focus button colour */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #999999; /* dropdaown background colour */
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content
   container when the user clicks on the dropdown button) */
.dropdown:hover .dropdown-content {display:block;}

/* End of Dropdown Menu stuff */

#page, img {text-align: center;max-width: 100%;}
.top {
	display: flex;
	justify-content: space-between;
}

	
.wild {text-align:left;}

/* MOBILES */
@media only screen and (max-width: 500px)
{
.wild td, th {font-size: small;}
}
