@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
* {
    box-sizing:border-box;
    padding: 0;
    margin: 0;
}
a:link {
  color: #003300; /* Unvisited link color */
}
.color-box {
        background-color:rgba(255, 255, 0, 0.75); /* Green background */
        border: 2px solid white; /* Green border */
        padding: 5px 10px;
        display: block; /* Or block, depending on desired behavior */
		color: #003300;
    }
h1{
	font-size: 1.5em;
  margin-top: 0.5em;
	  margin-bottom: 0.5em;
	  font-weight: bold;
	  color: whitesmoke;
	  text-align: center;
  }
h2      {
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
 h3 	{
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
	color: red;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
h4 	{
	font-size: 1.0em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
h5{
	font-size: 3.0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.5;
	color: white;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

html {
	
}
body {
	background-color: #003300;	 
	height: 100vh;
	background: url(../images/lakesideAerial_75.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #003300;
}
body.intro {
	background-image: none;
	background-color: #003300;
}
a { 
	color: #000;
	text-decoration: underline;
	font-family: Times, "Times New Roman", serif;
}
a:hover { color: #003300; }

footer { 
	width: 90%;
	font-family: Times, "Times New Roman", serif;
	font-size: .85em;
	color: #FFF;
	padding: 2px 5px 2px 10px; 
	text-align: left;
}

.wrapper  {
	width: 100%;
	height: 100%;
	text-align: center;
}
.background {
	background-color: #003300;
}
p {
	line-height: 1.5;
}
.page  {    
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.no-background {
	background-image: none;
  }
.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 15px 5px 15px;
    border: thin solid #003300;
    margin: auto;
	visibility: visible;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
.random-change {
	background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 15px 5px 15px;
    border: thin solid #003300;
	height: 200px;
	display: flex;
	margin: 10px 0px 10px 0px;
	align-items: center;
	justify-content: space-around;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-size: 24px;
}
.address  {
	width: 100%;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-size: .85em;
	color: white;
	text-align: center;
	background-color:#003300;
	
}
.table {	
	width: 100%;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	position: relative;
	float: left;
	left: 0px;
	text-align: center;
}
.row   { 
	width: 100%;
	display: block;
	padding: 0px 0px 2px 5px;
	float: left;
	position: relative;
	left: 0px;
	text-align: center;
}
.column {
	float: left;
	width: 100%;
	display:block;
	position: relative;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #003300;
	left: 0%;
	text-align: left;
}
.column50 {
	float: left;
	width: 49%;
	display:block;
	position: relative;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #003300;
	left: 0%;
	text-align: left;
}
.columnIntro 	{
	float: left;
	width:49%;
	padding-top: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
}
.column30 {
	float: left;
	width: 29%;
	text-align: left;
}
.column20 {
	float: left;
	padding: 25px 0;
	width: 24%;
	text-align: center;
}
.container {
	display: flex;
	flex-direction: column;
	clear:both;
  	overflow:auto;
	  }
.box    {
		box-sizing: border-box;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		outline-style: 1px solid;
		outline-color: #003300;
		outline-offset: -5px;
		float: left;
}
.copyBlock  {
	position: relative;
	max-width: 98%;
	z-index: 1;
	left: 0px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, 0.0);
    padding: 5px 15px 5px 15px;
   -moz-box-shadow: 3px 3px 4px #003300;
	-webkit-box-shadow: 3px 3px 4px #003300;
	box-shadow: 2px 2px 2px #003300;
    margin-bottom: 5px;
	overflow: auto;
	height: auto;
	text-align: left;
	top: 10px;
}
.introBlock 	{
	position: relative;
	width: 100%;
	min-height:800px;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:0px;
	background-image: url(../images/picIntro_2.png);
    background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.intropic  {
	max-width: 100%;
	float: right;
}
.introCopy 	{
	position: relative;
	width: 90%;
	overflow: hidden;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	color:white;
}
.descBlock  {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 15px 5px 15px;
    border: thin solid #003300;
    margin: auto;
	visibility: visible;
	text-align: left;
	font-family: Times, "Times New Roman", serif;
}
.space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.flex-item {
    background: white;
    width: 100%;
    margin: 5px;
    line-height: 50px;
    color: #003300;
    font-size: 18px;
    text-align: center;
	outline-style: solid;
	outline-color: #003300;
	outline-width: 1px;
	outline-offset: -5px;
}
.primary-icon {
	margin-left: 10px;
	margin-top: 10px;
}
.navbar {
    background-color: #003300;
    color: white;
    display: flex;
    justify-content: space-around;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
}
.nav-list {
    list-style-type: none;
   
}
.nav-list .list-item {
    display: inline-block;
	padding: 20px 20px;
}
.navbar a {
    color: white;
    text-decoration: none;
}
.navbar a:hover {
    color: #009900;
}
.menu {
    display: none;
}
.active {
    display: block;
}

.menu-line {
    width: 20px;
    height: 3px;
    background-color: white;
    margin-bottom: 4px;
}
/* Style The Dropdown Button */
.nav-list .dropbtn {
	display: inline-block;
    padding: 20px 20px;
   font-size: 18px;
    border: none;
    cursor: pointer;
	font-family: Times, "Times New Roman", serif;
	 color: white;
	 background-color: #003300;
}

/* 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: rgba(255, 255, 255, 0.0);
    width: 150px;
    box-shadow: 0px 8px 8px 0px rgba(255,255,255,0.2);
	padding: 2px 2px;
	text-align: left;
	z-index: 99;
	margin: -5px;
}

/* Links inside the dropdown */
.dropdown-content a {
	display: block;
    background-color: #003300;
    padding: 2px 2px;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: none}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color: #009900;
}


@media all and (max-width: 481px) {
    .navbar {
        flex-direction: column;
		position: relative;
    }
	.navbar .container-icon {
		width: 100%;
	}
    .menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
	.nav-list {
		list-style-type: none;
		width: auto;
		text-align: left;
		padding-top: 15px;
		display:none;
	}
	.dropdown {
		width: 100%;
		padding-top: 15px;
	}
	.nav-list .list-item {
		display: block;
	
	}
	.nav-list .dropbtn {
		display: block;
	
	}
	.primary-icon {
		margin-top: 10px;
		margin-left: 10px;
	}
	.active {
		display: block;
	}
	.banner {
		display: none;
	}

}

@media only screen and (min-width: 769px)	{

	.container {
		display: flex;
		justify-content: space-between;
	  flex-direction: row;
	  margin-top: 10px;
	  z-index: 99;
	  }
	.column50 	{
		padding-left: 10px;
		text-align: left;
	}
}