body {
  height: 100%;
}
body{
	  position: relative !important;
	background-image: linear-gradient(to bottom , #E1F1FF, #95cdff)!important;
	background-color: #95cdff;
    background-repeat:no-repeat;
height: 100%;
}
.activePage {
  background-color: #FFEECB;
  text-decoration: underline #134F8B;
}
#navUL {
  list-style-type: none;
  font-family: 'Chilanka', cursive;
  float: inline-end;
  font-size:1.5vw;
  font-weight:bold !important;
  margin: 0;
  padding: 0;
  z-index: 500;
  background-color: white;
position: fixed; /* Set the navbar to fixed position */
left:0;
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */}/*6e4f49*/
.navLI{
  float: left;
}
.navLI .navA {
	  font-weight:bold;

  display: block;
  color: #134F8B;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:1.5vw;
  font-family: 'Chilanka', cursive;
	padding-bottom: 10px;
}

.navLI .navA:hover {
  background-color:#F1F1E6;
  text-decoration: underline #D9A21B;

}
/* Link content */
.dropdown {
	
  float: left;
  text-align: center;
}
.dropdown {
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #F4F9FF;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.dropdown-content .navA
 {
  color: #134F8B;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content .navA:hover {
background-color:#F1F1E6;
 text-decoration: underline #D9A21B;}

.dropdown:hover .dropdown-content {
  display: block;
}
@media only screen and (max-width: 900px) {


}
