/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

/*Changes June 2025 to allow for additional menu items i.e. tour */

a{
    color: #18749f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #d17b02;
}

h1{
	font-size: 3.6em;
	font-family: 'Helvetica', sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 25px 0 10px 0;
	text-shadow: 2px 2px 5px #25353d;
}

h2{
	color: #1d2731;
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	margin-top: -10px;
	border-bottom: thick;
}

h3{
	font-size: 2.5em;
	font-family: 'Verdana', sans-serif;
	color: #cd5360;
	padding-top: 0;
	text-align: center;
}

p {
	color: #18749f;
    font-size: 12px;
    line-height: 18px;
}

body {
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #18749f;
	min-width: 750px;
	margin: 0;
}

ul {
	margin: 0;
}

.clear{
	clear: both;	
}

#wrap{ 	
	width: 1050px; 	
	margin: 0 auto;
}

#header{
	width: 1050px;
	margin: 0 auto;
	background: #18749f;
	text-align: center;
	height: 75px;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
   	margin-top: 25px;
	}

#menu{
	width: 100%;
	margin: 0 auto;
	height: 60px;
	background-image: linear-gradient(#18749f, #d6ebf5);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
   	margin-bottom: 25px;
}

#menu ul{
    display: flex;
    justify-content: space-between;  /* or try space-evenly or space-around */
    align-items: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 1050px;
}

#menu ul li{
	display: inline-block;
}

#menu ul li a{
	font-size: 24px;
	font-family: 'Verdana', sans-serif;
    color: #454754;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
    display: block;
    width: 150px;
    height: 60px;    
	line-height: 60px;
	text-shadow: 1px 1px 2px #ffffff
	}

#menu :hover {
    text-decoration: none;
    color: #cd5360;
}

#content{
	background: #d6ebf5;
	padding: 50px;
    border-radius: 25px;
   	margin-bottom: 50px;
   	overflow: hidden;
}

#center {			
    background: #d6ebf5;
    position: relative;
    width: 650px;	
    float: right;
}

#navdiv{
	background: #d6ebf5;
	width: 200px;		
	float: left;
	font: 20px 'Verdana', sans-serif;
    color: #18749f;
	text-align: center;
}

#navdiv ul {
	list-style-type: none;
	padding-top: 45px;
	padding-left: 0;
	font: Arial, 28px;
}

#navdiv ul li a {
	color: #18749f;
	font: 20px 'Verdana', sans-serif;
	width: 150px;
	margin: 10px;
}	

#navdiv .Button {
	background: linear-gradient(#79bbff, #18749f);
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Verdana', sans-serif;
	font-size:14px;12px12
	font-weight:bold;
	padding: 10px;
	text-decoration:none;
}

#navdiv .Button:hover {
	background: linear-gradient(#18749f, #79bbff);
}

#navcrumb { /*sits within navdiv section */
	float: left;
	list-style: none;
	width: 200px;		
}

#navcrumb ul {
    display: inline;
}

#navcrumb ul li a {
	color: #18749f;
	font: 12px 'Verdana', sans-serif;
	text-align: center;
}	

#navcrumb :hover {
	color: #cd5360;
	text-decoration: none;
}

#graphdiv1{ /* outline for top "Rainfall-Runoff" figure; check boxes will show with this code but styled via html */
	width: 525px;
	height: 300px;
    float: left;
	border: 2px dashed #18749f;
	border-radius: 25px;
	margin-bottom: 50px;
	margin-top: 5px;
}

#status { 
	width: 200px;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

#graphdiv1 .dygraph-title {
	font-family: 'Verdana', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#graphdiv1 .dygraph-ylabel { 
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

#graphdiv1 .dygraph-y2label { 
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

#graphdiv1 .dygraph-xlabel { 
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

#raindiv{ /* outline for bottom "Daily Rainfall" figure */
	width: 525px;
	height: 300px;
    float: left;
	border: 2px dashed #18749f;
	border-radius: 25px;
	margin-top: 5px;
}

#raindiv .dygraph-title {
	font-family: 'Verdana', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#raindiv .dygraph-legend {
	width: 200px;
	font-family: 'Verdana', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #18749f;
}

#raindiv .dygraph-label { 
	font-family: 'Verdana', sans-serif;
	font-size: 18px;
	color: #18749f;
	padding: 2px;
}

#raindiv .dygraph-ylabel { 
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

#raindiv .dygraph-xlabel {
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}