@charset "utf-8";

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

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

.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  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;
}

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;
	font-size: 1.2em;
	letter-spacing: .1em;
	font-weight: 200;
}
h4 {text-align: center;
	color: darkslategray;
	letter-spacing: .1em;
}

* {
  box-sizing: border-box;
}


.main {
  max-width: 1190px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

.row,
.row > .column {
  padding: 8px;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  background-color: white;
  padding: 4px;
}

.right {
	float: right;
	font-weight: bold;
	margin-right: .5em;
}

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