body {
    background: #020B13;
    font-family: 'Lexend Zetta', sans-serif;
    color: white;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

h1, h2 {
    font-family: 'Bungee Shade', cursive;
}

a {
    color: white;
}

ul {
    font-size: 1rem;
}

a:hover {
    color: #c1c7cd;
    text-decoration: none;
}

.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    font-size: 1.35em;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition-property: background-color, color;
    transition-duration: 0.2s, 0.2s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.list-group-item {
    background: transparent;
    padding: 0.3rem 0px;
}

.button:hover {
    background-color: #ffefef73;
    
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}



@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://images.unsplash.com/photo-1543260775-945c562403b3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1828&q=80') ;
    background-size: cover;
    background-position: center;
  }
  header video {
    display: none;
  }
}

@media (max-width: 500px) {
    #header1{
        font-size: 3rem;
    }
    #header2{
        font-size: 1rem;
    }

}