
  h1,h2,h3,h4,h6s {color:black}
  

 nav {
  float: left;
  width: 100%;
  padding: 0;
  }
  
  
   nav li {
  display: inline;
  font-family: "Century Gothic",arial;

}

  nav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 10%;
  text-decoration: none;
 
}

  nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #333;
 /* position: absolute;
  top: 0;*/
  text-align:center;
}

nav li a:hover {
  background-color: #111;
}

a {
    display: inline;
  font-family: "Century Gothic",arial;
}
a.active {
  background-color: coral;
}

      /* unvisited link */
a:link {
  color: white
}

/* visited link */
a:visited {
  color: white
}

/* mouse over link */
a:hover {
  color: coral;
}

/* selected link */
a:active {
  color: coral;
}

#wrapper {
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
}

  header {background-color: black; 
         }
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

  p {color: black; font-family: georgia; font-size: 0.875em;
      padding:10px;
      position:relative;
        }
form {
    width: 100%;
    margin:0;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: darkorange;
}

.container {
  border-radius: 20px;
  background-color: darkgrey;
  padding: 10px;
  width: 100%;
    margin:0;
}
       
  li {color:coral}
  
 footer {background-color: black; color: coral}