.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.figure {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 28px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.bob:hover .overlay {
  opacity: 0.3;
}

.figure:hover .overlay {
  opacity: 0.5;
}

.text {
  color: rgb(198,23,23);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

.navbar-light .navbar-toggler {
}

.small, small {
  position: absolute;
  bottom: 8px;
}

#clive {
  width: 100%;
  height: 50px;
  background-color: blue;
  position: relative;
}

#tony {
  width: 50%;
  height: 20px;
  position: absolute;
  top: 15px;
  background-color: pink;
}

.js {
  position: relative;
}

.st {
  position: absolute;
  left: 0px;
  top: 32px;
  font-size: 32px;
  font-weight: bold;
}

.text-1 {
  font-size: 12pt;
}

#video-and-stats {
  text-align: center;
}

#video-and-stats iframe {
}

.col-9.col-sm-8.col-md-4.col-lg-4.col-xl-4.offset-md-1.offset-lg-2.offset-xl-2.more-space {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .col-9.col-sm-8.col-md-4.col-lg-4.col-xl-4.offset-md-1.offset-lg-2.offset-xl-2.more-space {
    margin-top: 0px;
  }
}

