﻿body {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu{
	background-color:steelblue;
}

.menu a{
	text-decoration: none;
	display: inline-block;
	color: white;
	padding: 15px;
}

.menu a:hover{
	background-color: whitesmoke;
	color: steelblue;
	text-decoration: underline;
}

section{
	height: 100vh;
	text-align: center;
}

.flex-container {
	display: flex;
	background-color: steelblue;
}
.flex-item20 {
	background-color: white;
	width: 20%;
	margin: 2px;
	text-align: center;
	line-height: normal;
	font-size: 13px;
	line-height: 180%;
}

.flex-item30 {
	background-color: white;
	width: 30%;
	margin: 2px;
	text-align: center;
	font-size: 13px;
	line-height: 180%;
}

.flex-item50 {
	background-color: white;
	width: 50%;
	margin: 2px;
	text-align:center;
	font-size: 13px;
	line-height: 180%;
}

.flex-item25 {
	background-color: white;
	width: 25%;
	margin: 2px;
	text-align: center;
	font-size: 13px;
	line-height: 180%;
}

.flex-item100 {
	background-color:steelblue;
	color: white;
	width: 100%;
	margin: 2px;
	text-align: left;
	font-size: 13px;
	line-height: 180%;
}


h1 {
	font-size: 120%;
	font-weight: bold;
	
	color: #678090;
	letter-spacing: 0.7em;
	padding: bottom 15px;;
	text-align: left;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #6F9DBE;
	letter-spacing: 0.4em;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.3em;
	text-align: right;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #585858;
	letter-spacing: 0.4em;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.blockquote {
	background-color: #E7E7DE;
	margin-right: 22%;
}
caption {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	text-align: left;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #222222;
}

.td_thumbnails {
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.0em;
}

.td_temperature_data {
	background-color: #FFFFB2;
}
.td_rainfall_data {

	background-color: #FFFFB2;
}
.td_wind_data {


	background-color: #FFFFB2;
}
.td_pressure_data {



	background-color: #FFFFB2;
}
