a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #33b7b8;
}

.full-head-img.container-fluid {
  font-size: 0px;
  height: 0px;
  width: 0px;
  display: none;
}

.single-title.container.text-center {
  font-size: 0px;
}

.site-branding-logo img {
  width: 208px;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #f05023;
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #33b7b8;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > .active >a
{
  background-color: #33b7b8;
  color: #ffffff;
}