﻿* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	box-sizing: border-box;
}
.toprow {
	width: 100%;
	margin: auto;
	min-height: 30px;
	text-align: center;
	background-color: #42787F;
}
.toprow p {
	font-family: "Century Gothic";
	font-style: italic;
	font-weight: bold;
	color: white;
	line-height: 30px;
}
.top {
	width: 100%;
	margin: auto;
	min-height: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.wrapper {
	width: 100%;
	margin: auto;
}
/*----------------------------------------*/
.logo-nav-div {
	width: 100%;
	min-height: 100px;
	margin-bottom: 15px;
	margin-left: 50px;
}
.logo {
	width: 50%;
	min-height: 100px;
	background-image: url("../images/GreenLogo_RevA.jpg");
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
/*----------------------------------------*/
.nav {
	width: 50%;
	min-height: 100px;
	float: right;
	padding-top: 20px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.nav ul {
	list-style: none;
	background: white;
}
.nav ul li {
	display: inline-block;
	position: relative;
}
.nav ul li a {
	display: block;
	padding: 10px;
	color: black;
	text-decoration: none;
	text-align: center;
}
.nav ul li ul.dropdown li {
	display: block;
}
.nav ul li ul.dropdown {
	width: 100px;
	background: lightgray;
	position: absolute;
	z-index: 999;
	display: none;
}
.nav ul li a:hover {
	background: white;
}
.nav ul li:hover ul.dropdown {
	display: block;
}
.nav p {
	text-decoration: underline;
	background: aqua;
	font-weight: bold;
	padding: 3px 0px;
}
.tblmeets td a:hover {
	background: aqua;
}
/*----------------------------BANNER------------*/
.banner {
	margin: auto;
	width: 70%;
	border: 1px black solid;
	box-shadow: 5px 5px 15px #42787F;
}
.banner img {
	display: block;
	height: 100%;
	max-width: 100%;
	margin: auto;
}
.bannerindex {
	width: 100vw;
	max-height: 40%;
	border: 1px black solid;
}
.bannerindex img {
	display: block;
	height: 100%;
	width: 100vw;
}
/*----------------------------------------*/
.statements {
	width: 100%;
	border-top: 30px;
	margin: auto;
	text-align: center;
}
.statements h1 {
	width: 100%;
	text-align: center;
	margin: 50px 0px;
}
.statements p {
	width: 50%;
	margin: auto;
	text-align: justify;
	font-size: 1.25em;
}
/*----------------------------------------*/
.testimonials {
	width: 100%;
	min-height: 200px;
	margin: auto;
}
.testimonials h1 {
	width: 100%;
	text-align: center;
	margin: 50px 0px;
}
.testimonials div{
	width: 30%;
	min-height: 200px;
	margin: 1%;
	float: left;
}
/*----------------------------------------*/
.footer {
	width: 100%;
	min-height: 175px;
	background-color: #42787F;
}
.footer div {
	height: 125px;
	width: 125px;
	margin: 10px;
	text-align: center;
	color: white;
	float: left;
}
.footer p {
	color: yellow;
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
}
/*-----------------FOOTERS---------------------*/
/*---------------- FLEX ----------------*/
.footers {
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	margin-bottom: 20px;
	background-color: #42787F;
	color: white;
	gap: 2em;
}
.footers div{
	flex:  0 1 auto;
}
.footers div img {
	border: 3px black solid;
	width: 100%;
}
/*----------------- MEDIA ---------------------*/
@media only screen and (width<=375px) {
.footer {
	min-height: 100px;
}
.footer div {
	width: 50px;
	height: 50px;
	margin: 5px;
}
.footer div img {
	width: 50px;
	height: 50px;
}
.statements {
	min-width: 375px;
}
.statements h1 {
	margin: 15px 0px;
}
.statements p {
	width: 90%;
	padding: 0px 5px;
	font-size: 1em;
	padding: 0px 0px;
	text-overflow: display;
	color: red;
}
.testimonials div{
	width: 100%;
	min-height: 100px;
	margin: 1%;
	float: none;
}
}





