body {
    color:white;
    padding-bottom: 100px;
    background-color: black;
    background-image: url('https://s3.us-west-1.wasabisys.com/dyn-it/ev2.png'),
    url('https://s3.us-west-1.wasabisys.com/dyn-it/candidate-01.jpg');
    background-position: bottom 120px right 60px, 0 0;
    background-size: 20%, cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Titillium Web', serif;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(15,33,170)  black; 
  }

  body::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #000; /* or add it to the track */
  }
  body::-webkit-scrollbar-thumb {
    width: 5px;
    height: 8px;
    background-color: rgb(15,33,170);
  }


  h1 {
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    font-size: 4em;
    margin-top: 16px;
    margin-bottom: 16px;
   color: #082599; 
  }

  #brand {
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    font-size: 6em;
    text-shadow: 
    /*
    2px 2px 8px rgb(255, 234, 117), 
    2px -2px 8px rgb(255, 234, 117), 
    -2px 2px 8px rgb(255, 234, 117), */
     -2px -2px 8px rgb(255, 234, 117);
   color: #082599; 
  }


  header {
    font-family: 'Turret Road', sans-serif;
    font-weight: bold;
    z-index: 10000;
  }

  h2, h3, h4, h5 {
    font-family: 'Turret Road', sans-serif;
    font-weight: bold;
  }
  .color-back {
    color: #0f21aa;
  }

  .color-duotone {
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: darkgreen;
    --fa-secondary-color: darkred;
  }

  .fa-stack {
    vertical-align:top;
  }

  .color-duotone-alt {
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: darkred;
    --fa-secondary-color: darkgreen;
  }

  .menu-label {
    color:rgb(224, 207, 164);
    background: transparent;
    font-size:1.25em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    display:inline-block;
    vertical-align: middle;
    z-index: 500;
    padding-top: 18px;
    padding-right:18px;
    margin-left:-16px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
  }

  .hedro-text,
  .active, 
  .active-text {margin-top: -12px}
  .link-text { margin-top: -12px}

  header {
    color:white;
    padding-top: 0px;
    padding-left: 32px;
    position: fixed;
    top: 0;

  }

  header .menu {
    padding: 32px;
    color:white;
    background-color: rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.25), -1px -1px 6px 3px rgba(0,0,0,0.25);
    border-radius: 16px 16px 16px 16px;
  }

  header .menu a {
    text-decoration: none;
  }

  header .menu a span:first {
    z-index: 1000;
  }

  header a:hover {
    text-decoration: none;
  }

  header a:hover .menu-label {
    color:rgb(224, 207, 164);
  }

  .hidden {
    display: none;
  }

  .hero {
    box-shadow: 1px 1px 6px 3px rgba(255,255,255,0.25), -1px -1px 6px 3px rgba(255,255,255,0.25);
  }
  .link-text,
  .hero-text {
    text-shadow: 1px 1px 6px rgba(255,255,255,1), -1px -1px 6px rgba(255,255,255,1);
  }
  
  .villain {
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.25), -1px -1px 6px 3px rgba(0,0,0,0.25);
  }
  
  .villain-text {
    text-shadow: 1px 1px 6px rgba(0,0,0,1), -1px -1px 6px rgba(0,0,0,1);
  }

  .active {
     /*  box-shadow: 1px 1px 6px 3px rgba(218, 165, 32,1), -1px -1px 6px 3px rgba(218, 165, 32,1); */
  }
  
  .active-text {
    text-shadow: 1px 1px 6px rgba(218, 165, 32,1), -1px -1px 6px rgba(218, 165, 32,1); 
  }

  header .menu {
    margin-bottom:6px;
  }

  header .desktop {
    display: block;
  }
  
  div.desktop.hide,
  header .desktop.hide {
    display: none;
  }
  
  header .mobile {
    display: none;
  }
  
  header .mobile.hide {
    display: none;
  }

  footer .menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin:12px;
    border-radius:12px;
    height:24px;
  }

  footer .menu a:hover {
    color: yellow;
  }

  section {
    padding: 32px;
    color: #082599; 
    /*color:rgba(255,255,255,1.75);*/
    background-color: rgba(255,255,225,1.75);
    box-shadow: /*1px 1px 6px 3px rgba(0,0,0,0.25) ,*/ -1px -1px 6px 3px rgba(0,0,0,0.25) ;
    border-radius: 8px 64px 8px 8px; 
  }
  

  footer {
    color:white;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: rgba(8,37,153,1);
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .mobile,
  .mobile-nav {
    display:none;
  }

  footer p {
    margin-bottom: 2px;
  }

  @media (max-width: 992px) {
    body {
      padding-bottom: 0;
    }
    header {
      position: fixed;
      top: 0;
      width: 100%;
      display: block;
      padding-top:0;
      padding-left: 0;
      background-color:#404040;
    }
    
    footer {
      position: static;
      background-color:#404040;
    }
    
    #brand .desktop {
      display:none;
    }


    header .desktop {
      display: none;
    }
  
    header .mobile {
      width: 100%;
      display: block;
      background-color:#404040;
      margin-bottom:8px;
      padding: 12px;

    }

    footer .menu {
      display: none;
    }

    .gallery-logo {
      display: block;
      float:none;
  
    }
  

  }