body {margin: 0;}


h1.head {
  color: white; 
  text-align:center;
  position: -webkit-sticky;
  position: sticky;
  top: 108;
  background-color: #000044;
}



div.top{
  position:fixed;
  top: 0;
  width: 100%;
  height: auto;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  border: 1px solid #555;
  width: 100%;
  
}

li {
  float: left;
}



li a:last-child {
	border-right: none;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #000044;
  color: white;
}




li.dropdown {
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


ul.side {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 208px;
  background-color: #333;
  position: fixed;
  overflow: auto;
  height: 83%;
  top: 108px;
}

ul.side li a {
  display: block;
  color: white;
  padding: 16px 4px;
  margin-left: 7px;
  margin-right: 4px;
  text-decoration: none;
  width: 185px;
}

ul.side li a:hover {
  background-color: #000044;
  color: white;
}

.active{
  background-color: #000044;
}
