body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;;
    font-size: 16px;
    color: #616161;
}

strong {
    color: #424242;
    font-weight: bolder;
}

.background {
    background: rgba(0, 0, 0, .2);
}

main {
    flex: 1 0 auto;
}

body main a {
    color: #dec481;
}

.navbar-fixed {
    background-image: url(/img/background-example.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

nav.navbar-no-color {
    background-color: transparent !important;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    box-shadow: none;
}

nav.navbar-color {
    background-color: #212121;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

nav.navbar-color ul a {
    color: #9e9e9e;
}

nav.navbar-color ul a:hover {
    color: #dec481;
}

.sidenav {
    background-color: #212121;
}

.sidenav li > a {
    color: #9e9e9e;
}

.sidenav li > a:active {
    color: #dec481;
}

.nav-content {
    border-bottom: 1px #424242 solid;
}

.nav-content .logo {
    height: 45px;
}

.nav-content .logo > img {
    height: 100%;
}

.brand-logo {
    height: 50px;
}

.brand-logo > img {
    height: 100%;
}

#scrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
  }

@media (max-width: 993px) {
    .navbar-fixed {
        background-position: right;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.2rem;
    }
}
/*
     FILE ARCHIVED ON 15:44:04 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:18:51 Nov 23, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 137.463
  exclusion.robots: 0.177
  exclusion.robots.policy: 0.171
  RedisCDXSource: 0.475
  esindex: 0.006
  LoadShardBlock: 120.58 (3)
  PetaboxLoader3.datanode: 85.607 (4)
  CDXLines.iter: 14.077 (3)
  load_resource: 93.375
  PetaboxLoader3.resolve: 50.749
*/