.navbar-fixed-top:not(.scrolled) {
  background-color: transparent;
  border: 0; }
  .navbar-fixed-top:not(.scrolled) .navbar-brand-logo-wh {
    display: block; }
  .navbar-fixed-top:not(.scrolled) .navbar-brand-logo-bk {
    display: none; }

.navbar-fixed-top {
  -webkit-transition: background-color .5s ease;
          transition: background-color .5s ease; }

@media screen and (max-width: 837px) {
  .body.container {
    padding-top: 0; }
  .hero {
    padding-top: 50px; }
  .navbar-default:not(.scrolled) .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-default:not(.scrolled) .navbar-toggle:focus .icon-bar,
  .navbar-default:not(.scrolled) .navbar-toggle:hover .icon-bar {
    background-color: #888; } }

@media screen and (min-width: 838px) {
  .body.container {
    padding-top: 0; }
  .hero {
    padding-top: 100px; }
  .navbar-fixed-top:not(.scrolled) .pink {
    color: #e90545; }
  .navbar-fixed-top:not(.scrolled) a:not(.btn-primary) {
    background-color: transparent;
    color: #fff !important; }
    .navbar-fixed-top:not(.scrolled) a:not(.btn-primary).dropdown-toggle {
      color: #fff !important; }
    .navbar-fixed-top:not(.scrolled) a:not(.btn-primary):hover {
      color: #e90545 !important; }
  .navbar-fixed-top:not(.scrolled) .btn-default {
    border-color: #fff !important; }
  .navbar-fixed-top:not(.scrolled) .dropdown-toggle,
  .navbar-fixed-top:not(.scrolled) .dropdown-toggle:hover,
  .navbar-fixed-top:not(.scrolled) .dropdown-toggle:focus {
    background-color: transparent !important; }
  .navbar-fixed-top:not(.scrolled) .dropdown-menu {
    background-color: #363f41 !important;
    border-color: #4d4957 !important; }
    .navbar-fixed-top:not(.scrolled) .dropdown-menu a {
      background-color: #363f41 !important; }
  .navbar-fixed-top:not(.scrolled) .dropdown-section-header {
    color: #e90545 !important; } }
/*# sourceMappingURL=hero.css.map */