/* SCSS Document */
/* ------------ */
/* ------------ */
/* ------------ */
body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

a {
  color: #96b400;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #b2d600;
  text-decoration: underline; }

.header {
  margin-bottom: 0;
  background-color: black;
  color: #b2d600; }

.footer {
  margin-bottom: 0;
  background-color: black;
  color: #b2d600; }

.bg-logo {
  background-image: url(../img/logo+tijger-transp.png);
  background-position: center 0%;
  background-size: cover; }

/* Main Nav */
.navbar-dark .navbar-brand {
  color: #b2d600; }

.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid #b2d600; }

.box-deco-nav:hover {
  /*    padding: 4px 8px;*/
  border-bottom: 2px solid #b2d600;
  /*    word-wrap: break-word;*/ }

/* Sitebar Nav */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #b2d600;
  background-color: black; }

.nav.flex-column a {
  color: #96b400;
  text-decoration: none;
  background-color: transparent; }

.nav.flex-column a:hover {
  color: #b2d600;
  background-color: #ECECEC; }

/* Card styles */
.card {
  padding-right: 0px;
  padding-left: 0px; }

.bg-lime {
  background-color: #b2d600; }

/*# sourceMappingURL=template.css.map */
