body #background-content { font-size: 16px; } {
  font-size: 16px;
}

.wistia-fancybox #fancybox-overlay {
  background: #2A3653 !important;
  z-index: 10000 !important;
}

.wistia-fancybox .fancybox-opened {
  z-index: 1000000 !important;
}

/*----------------------
  CUSTOM STATE NAVVAR
----------------------*/

.navbar.navbar-fixed-top {
  transition: all 0.2s ease-in-out;
}

.navbar.navbar-fixed-top.nav-up {
  transform: translateY(-65px);
}

/*----------------------
        BUTTONS
----------------------*/

.btn {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-large {
  padding: 14px 34px;
  font-size: 18px;
  line-height: 22px;
}
