.menu-container {
  background-image: url("https://rajasthanolympic.com/wp-content/uploads/2025/07/IOALogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.6;
  background-color: lightyellow;
}

a:hover {
  background-color: lightgreen;
  color: #703d3d;
}

h1.site-title {
  color: #25b4c4;
	font-family: Merriweather;
}

.site-title {
  color: #64a16a;
	font-family: Merriweather;
}

.site-heading {
  color: #964a4a;
  font-variant: normal;
  font-size: 10px;
	font-family: Merriweather;
}

.site-description {
  color: #e83431;
  line-height: 10px;
  font-weight: 900;
}

.container-fluid {
  background-color: lightyellow;
}

#site-navigation,
#site-navigation .navbar-nav > li > a,
#site-navigation .dropdown-menu > li > a,
.brand-absolute {
  color: black;
  font-weight: bold;
}

.ticker-news .ticker-title {
  background: #3cb432;
  width: 14%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: Merriweather;
}

.ticker-news .ticker-content {
  max-width: 83%;
  margin: 0px;
  padding: 0 10px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}

.ticker-news .ticker-content a {
  text-decoration: none;
  color: #000000;
  font-family: Merriweather;
}

.ticker-news .ticker-content a:hover {
  text-decoration: none;
  color: #ffffff;
}

.ticker-news span {
  background: #3cb432;
  height: 40px;
  float: left;
  padding: 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: Merriweather;
  text-transform: uppercase;
  line-height: 40px;
}

.ticker-news .tickercontainer ul.newsticker li a {
  white-space: nowrap;
  padding: 0;
  color: #000000;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: Merriweather;
  text-decoration: none;
}

.footer-credits-text {
  padding: 6px 0;
  color: black;
  font-family: Merriweather;
  font-weight: 600;
  background-color: transparent;
}