/* Transparent header CSS file */

.uh-header {
  background-color: transparent;
}

/* further header style(s) to match eCity transparent work */
.bottomborder {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #fff;
}

.uh-header-secondary .site-name {
  background-color: transparent;
}

.uh-header-secondary .site-nav {
  background-color: transparent;
}

videobackground, imagebackground {
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
  display: block;
  position: relative;
  text-align: center;
  /* z-index: 1; */
}

#videomessage {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
  height: 100%;
}

/* TRANSCRIPT STYLING FOR SUBSITES WITH VIDEO HEADERS */
/* Inspired by transcript first used here /css/homepage/main.css */
.transcript {
  position: absolute;
  top: 375px;
  right: 25px;
  padding: 10px 10px 0 10px;
  margin-bottom: 1.5rem;
  z-index: 1;
}

.transcript p { 
  font-family: "Milo Pro Bold", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase
}

.transcript p a {
  color: #fff;
  /* color: #000; */
  opacity: 50%;
}

.transcript p a:hover { 
  text-decoration: underline;
  opacity: 100%;
}

@media only screen and (max-width: 992px) {
  .transcript {
    /* color: #fff; */
    font-size: 1.2rem;
    line-height: 1.67;
    letter-spacing: 0.75px;
    margin-bottom: 1.25rem;
  }
  .transcript p a { 
    color: #000;
  }
}