#top-ribbon {display: none;}
footer>.container {padding-bottom: 0;}
footer {padding-top: 0;}  
footer {color: silver;}
footer a {color: silver;}
#motto {display: block;}

.navbar-default {
  background: transparent;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar-default.f-nav,
.f-nav {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fe6500;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.05);
}

.navbar-default.f-nav, .f-nav {background: #191919;}
footer .copy {display: none;}
footer .copy.nomb {display: block;}

#motive {
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  height: 85vh;
  min-height: 390px;
  background-position: center center;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  max-height: 700px;
}

#motive .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 120px);
  width: 100%;
  padding: 0;
  margin-top: 120px;
}

#motive, #index #motive {
  height: 45vh;
}

#index .navbar:not(.f-nav) .navbar-nav > .active > a:after, #index .navbar:not(.f-nav) .navbar-nav > .active > a:focus:after, #index .navbar:not(.f-nav) .navbar-nav > .active > a:hover:after, #index .navbar:not(.f-nav) .navbar-nav > .active > a:after, #index .navbar:not(.f-nav) .navbar-nav > li > a:hover:after, #index .navbar-default:not(.f-nav) .navbar-nav>.open>a:after, #index .navbar-default:not(.f-nav) .navbar-nav>.open>a:focus:after, #index .navbar-default:not(.f-nav) .navbar-nav>.open>a:hover:after {
  background: #ffce25;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    background-color: #191919;
  }
}