/* Custom Stylesheet hash:17382251801676910798 dated 30 Jan, 2025 08:19:43+Europe/London */
/* Add a black background color to the top navigation *//*
.navbar {
  background-color: #f8f8f8;
  overflow: hidden;
  opacity: 90%;
  
}

/* Style the links inside the navigation bar *//*
.navbar a {
  float: center;
  color: #101010;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover *//*
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link *//*
.navbar a.active {
  background-color: #04AA6D;
  color: white;
}*/

.navbar ul{
  list-style:none;
  background:#f8f8f8;
  padding:0;
  margin:0;
  text-align:center;
}

.navbar li{
display:inline-block;  
}

.navbar a{
  text-decoration:none;
  color:#101010;
  width:200px;
  display:block;
  padding: 15px 10px;
  font-size:15px;
  text-transform:uppercase;
  font-weight: bold;
  text-align: center;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}