[data-scroll-link].is-active
{
  color: #d49341;
}

.video-placeholder-label
{
  letter-spacing: 0.12em;
}

video#HeroBackgroundVideoDesktop
{
  display: block;
  width: 100%;
  height: auto;
}
video#HeroBackgroundVideoMobile
{
  display: none;
}
@media screen and (max-width: 768px)
{
  video#HeroBackgroundVideoDesktop
  {
    display: none;
  }
  video#HeroBackgroundVideoMobile
  {
    display: block;
    width: 100%;
    height: 80%;
    position: fixed;
    z-index: -1;
  }
}

img.Lion-Head-Header
{
  height: 60px;
}

img.BCA-Shield-Home
{
  width: 400px;
}

div.WeAreRoyals-Home
{
    font-size: 3.5rem;
    line-height: 1.1;
    color: #04204B;
    font-family: Tahoma, sans-serif;
    font-weight: 700;
    text-shadow: 
        0 0 40px white, 0 0 60px white,
        0 0 40px white, 0 0 60px white,
        0 0 40px white, 0 0 60px white
        ;
}

div.Motto-Home
{
    font-family: Tahoma, sans-serif;
    background-color: #ffffffbf;
}

a.Button-Home
{
  color: white;
  border-color: white;
  background-color: #04204B;
  text-align: center;
}

@-webkit-keyframes LinearZoom 
{
  from 
  {
    -webkit-transform: scale(1, 1);
  }
  to 
  {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes LinearZoom 
{
  from 
  {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

div.hs-carousel-slide-DISABLED
{
  -webkit-animation: LinearZoom 20s;
  animation: LinearZoom 20s;
}
