body {
  background-color: white;
  font-family: trebuchet ms;
 line-height: 1.5;
     width:100%;
    padding: 25px;

}



h1 {
background-color: #1b2021;
  color: white;
  text-align: center;
    font-family: trebuchet ms;
    padding: 25px;
    font-size: 45px;
    width:100%;
    height: 50px;
    font-variant: small-caps;

}
h2 {
background-color: #51513d;
  text-align: left;
    color: white;
    font-family: trebuchet ms;
    padding: 25px;
    font-size: 36px;
    width:100%;
    height: 45px;
    text-indent: 10px;

}
h3 {
background-color: #a6a867;
  color: white;
    font-family: trebuchet ms;
        padding: 15px;
    font-size: 32px;
    width:100%;
    text-indent: 60px;
}
h4 {
background-color: #e3dc95;
  color: black;
    font-family: trebuchet ms;
        font-size: 30px;

    width:100%;
    text-indent: 110px;

}
h5 {
background-color: #e3dcc2;
  color: black;
    font-family: trebuchet ms;
            font-size: 22px;

    width:100%;
    text-indent: 160px;

}


h6 {
background-color: #ADD8E6;
  color: black;
    font-family: trebuchet ms;
    font-size: 150%;
    width:100%;
    text-indent: 0px;
    text-align: center;

}


p { font-family: trebuchet ms;
  color: black;
            font-size: 16px;
 
}
ul {  font-family: trebuchet ms;
list-style-type: none;
border: 0px solid olive;
            font-size: 16px;
  margin: 0;
  margin-left: 40px;
  padding: 15;
}



li a:visited {
  color: black;
}
li a:link {
  color: black;
}
li a:hover {
  background-color: olive;
   color: white;
 
}



ul1 {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: olive;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul2 {
font-family: trebuchet ms;
  background-color: olive;
  color: black;
     font-size: 16px;
  text-decoration: none;
    text-indent: 20px;
list-style: none;
 line-height: 1.5;
}

li1 {
  float: left;
  font-family: trebuchet ms;
    .active {
  background-color: olive;
}

}

li1 a {
  display: block;
  background-color: olive;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 15px 75px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li1 a:hover {
  background-color: #111;
}


}

#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

