/* Custom Stylesheet hash:16848795711685045256 dated 12 May, 2025 12:44:29+UTC */
.navbar ul{
  list-style:none;
  background:#f8f8f8;
  padding:0;
  margin:0;
  text-align:center;
}

.navbar li{
display:inline-block;
vertical-align: middle;
}

.navbar a{
  text-decoration:none;
  color:#101010;
  width:170px;
  display:block;
  padding: 14px 16px;
  font-size:15px;
  text-transform:uppercase;
  font-weight: bold;
  text-align: center;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.welcome a{
  text-decoration:none;
  width:500px;
  font-size:14px;
}