
.footer {
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}
p.copyright {
	text-align: center;
	font-size: .75em;
	color: white;
}@charset "utf-8";

body, html {
  height: 100%;
  margin: 0;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	Color: white;
  background-color: darkslategray;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("lakepanorama.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	top: 5%;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: white;
}


div.nav {
	margin-top: 5px;
	width: 100%;
	}
div.nav ul{
	list-style-type: none;
}
div.nav ul li a {
	text-decoration: none;
	font-weight: 900;
	display: block;
}
div.nav ul li{
	display: inline;
	width: 15%;
	float: left;
	margin-right: .5em;
	text-align: center;
	background color: #47545B;
}
.right {
	float: right;
	font-weight: bold;
	margin-right: .5em;
}

a:link {color: white;
    text-decoration: none;}
a:visited {color: white;}
a:hover {color: seagreen}


h2 {
	text-align: center;
	font-style: italic; 
}

h3 {text-align: center;
}

h4 {letter-spacing: .1em;}

.collapsible {
  background-color: darkslategray;
  color: white;
  cursor: pointer;
  padding-bottom: 32px;
  width: 56.5%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 25px;
}

.active, .collapsible:hover {
	color: seagreen;
}
.right {
	float: right;
	font-weight: bold;
}
.colorwords {
	color:seagreen;
}

.collapsible1 {
  background-color: darkslategray;
  color: white;
  cursor: pointer;
  padding: 0px;
  width: 56%;
  border: none;
	font-size: 18;
  text-align: right;
  outline: none;
  font-size: 25px;
}

.active, .collapsible1:hover {
	color: seagreen;
}
.collapsiblecenter {
  background-color: darkslategray;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 45%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 25px;
}

.active, .collapsiblecenter:hover {
	color: seagreen;
}


.content {
  padding: 0 18px;
	letter-spacing: .05em;
  display: none;
  overflow: hidden;
  background-color: darkslategray;
}

a:link {color: white;
    text-decoration: none;}
a:visited {color: white;}
a:hover {color: seagreen}