body {
  color: #000 !important;
}

.logo img {
  content: url("https://www.nikpol.com.au/images/logo.png");
}

#header {
  background-color: #231f20;
}

#header #sb_menu a {
  color: #fff;
}

#header .nav-wrapper #sb_menu .nav li.active a {
  border-bottom-color: #fff !important;
}

#header .nav-wrapper #sb_menu .nav li.active a:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

#header .nav-wrapper #sb_menu .nav li a:hover {
  color: #00aae4 !important;
  border-bottom-color: transparent !important;
}

#main #main-buttons .btn.book {
  border-radius: 60px;
  background-color: #30393f !important;
  text-transform: uppercase;
}

#main .title-main {
  text-transform: uppercase;
}

#content-view .container-fluid {
  padding: 0;
}

#content-view .section {
  border-radius: 0;
}

#content-view #schedule .overview tr:nth-last-child(-n+2) {
  display: none;
}

#footer {
  color: #fff;
  background-color: #231f20;
}

#footer a {
  color: #fff !important;
}

#footer .copyright {
  color: #e3e3e3 !important;
}