.site-header {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0 var(--gap);
    margin: 0 0 var(--gap);
    background: rgba(2000000, 0, 0, 0.25);
    box-shadow: inset 0 -2px 5px rgb(0 0 0 / 33%);
}

.trivia{
  font-size:20px;
  font-weight: 600;
  color:white;
}
.site-header .logo {
    transition: 0s;
    flex: 0;
    position: relative;
    align-self: stretch;
    top: 20px;
}

.equi-label{
  font-size:20px;
  font-weight: 600;
  color:white;
  position: relative;
    z-index: 2;
}

body:after, body:before {
 
    height: 100%;
    z-index:0;
}

    .sh{
      position: relative;
    z-index: 3;
    }
.container{z-index:3;position: relative;}
.card{border-radius: 10px;
  background: #262626;
    color: #fff;}
.mytext-dark{       font-family: Gotham Narrow SSm A,Gotham Narrow SSm B,Rubik,Lato,Lucida Grande,Lucida Sans Unicode,Tahoma,Sans-Serif;
    font-style: normal;
    font-weight: 800;
    font-weight: 500;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #ff7a18;
    margin: 2rem 0 .25rem;
}

a:hover{color:white;    text-decoration: underline;}
.link-dark{
color: #a9a39f;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: .2rem;}

   .link-dark a:hover {
    color: #fff;
    opacity: 1;
}

.btn{

    color: #fff!important;
    border: 0;
    border-bottom: 1px solid #262626;
    border-right: 1px solid #262626;
    box-shadow: inset 1px 1px 0 #777, 0 2px 3px rgb(0 0 0 / 40%);
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    border-radius: 4px!important;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    line-height: 1.4;
    text-align: center;
    transition: .07s;
    position: relative;
    text-decoration: none!important;
    background-color: #28a745;
}
.screen-reader-text{
  position: relative;
  z-index: 3;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

