#gj_nav .navbar {
  background: rgba(0, 0, 0, .5);
}

#gj_nav .nav-item a {
  border-radius: 0;
  border: none !important;
  text-indent: -99999px;
}

#gj_nav .nav-item a img {
  opacity: 0;
}

#gj_nav .socialLinks {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 15px auto 0;
}

#gj_nav .nav-item:nth-of-type(1) a.socialLinks {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/facebook_dark.png) no-repeat center center;
  background-size: contain;
}

#gj_nav .nav-item:nth-of-type(2) a.socialLinks {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/youtube_dark.png) no-repeat center center;
  background-size: contain;
}

#gj_nav .nav-item:nth-of-type(3) a.socialLinks {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/baha_dark.png) no-repeat center center;
  background-size: contain;
}

#gj_nav .nav-item:nth-of-type(4) a.gjLinks {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/btn.png) no-repeat left center;
  background-size: cover;
  width: 141px;
  height: 43px;
}

#gj_nav .nav-item:nth-of-type(4) a.gjLinks:hover {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/btn_hover.png) no-repeat left center;
  background-size: cover;
  filter: unset;
}

#gj_nav .nav-item:nth-of-type(5) a.gjLinks {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/btn.png) no-repeat right center;
  background-size: cover;
  width: 141px;
  height: 43px;
}

#gj_nav .nav-item:nth-of-type(5) a.gjLinks:hover {
  background: url(https://landing.mangot5.com/template/gj/event/nav_bootstrap4/images/btn_hover.png) no-repeat right center;
  background-size: cover;
  filter: unset;
}

#gj_footer {
  background: #201a18;
}