#mainNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.4s ease;
  z-index: 10;
  padding-left: 5%;
  padding-right: 5%;
  color: white !important;
}

.nav-link{
  color: white;
}

#mainNav.sticky .nav-link {
  color: rgb(255, 255, 255) !important;
}

#mainNav.sticky {
  position: fixed; 
  top: 0;
  left: 0;
  background-color:#094594;
   box-shadow: 0 0 8px #000000;
}

#mainNav img {
  width: 200px;
  height: auto;
}
