#section-1{
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#section-1 > #video-background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-1 > span{
  color: white;
  display: block;
  font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
  z-index: 2;
  font-size: 18px;
}

#section-1 > h1{
  color: white;
  font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
  z-index: 1;
  text-shadow: 2px 2px black;
  font-size: 84px;
}

.header-text {
  position: absolute;
  color: white;
  display: flex; 
  font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transform: translateY(-5rem);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
}
.header-text h1 {
	font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
  font-weight: 300;
  font-size: 2.0rem;
  line-height: 1;
}
.header-text span {
	font-family:helvetica-w01-light,helvetica-w02-light,sans-serif;
  display: block;
  font-weight: 600;
  font-size: 5.5rem;
}
.header-text span2 {
  display: block;
  font-size: 16px;
}
.header-text a {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 16px;
}

header-text cc_streaminfo {
	background-color: hsl(181deg 50% 20% / 70%);
  display: block;
  color: white;
  font-size: 12px;
  max-width: 12rem;
}
	
.description {
  position: absolute;
  bottom: 0; 
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  background-color: hsl(181deg 50% 20% / 70%);
  padding: 2rem; 
}
.description p {
  max-width: 40rem;
  margin-inline: auto;
  line-height: 1.6;
}

footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
}

footer div {
    margin: 10px 0;
}

footer a {
    color: #ff9900;
    text-decoration: none;
    margin: 0 10px;
}