/* CSS Document */

body {
  background: Gainsboro; /*url("/img/in.jpg") no-repeat center top*/
  background-attachment: scroll;
  margin: auto;
  }

h3  { 
    font-family: Corbel, sans-serif;
    text-align: center;
    color: SteelBlue;
    font-size: 16px;
    font-weight: normal;
}

p  { 
    font-family: Corbel, sans-serif;
    text-align: center;
    color: black;

}




/*h1 {
  color: navy;
  margin-left: 20px;
} */



h2 {
    font-family: Corbel, sans-serif;
      text-align: center;
      font-size: 38px;
      font-weight: bold;
      color: SteelBlue;

}


sep {
  border-bottom: 6px solid lightslategrey;
  background-color: lightgrey;
}


ul {
font-family: Corbel, sans-serif;
font-weight: Bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: SteelBlue;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border: 1px solid #e7e7e7;
}

li a:hover {
  background-color: #7EBEEF;
}
.active {
  background-color: #A0D0F5;
}
.inactive {
  background-color: #AAD9FD;
}









