body {
    background-color: #5d0104;
    background-image: url(2021-celebration-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}



#videoCelebration h1 {
    font-size: 3.6rem;
    font-family: 'David Libre', serif;
    text-align: center;
    font-size: 3.5rem;
    color: #FEFEC0;
    text-shadow: 2px 2px 4px #CC0000;
    padding-bottom: 10px;
}

#videoCelebration h2 {
    font-family: 'David Libre', serif;
    text-align: center;
    padding: 18px 0;
    font-weight: 500;
    color: #FEFEC0;
    text-shadow: 2px 2px 4px #181818;
}

#videoCelebration h3 {
    font-family: 'PT Serif', serif;
    text-align: center;
    font-size: 1.45rem !important;
    color: #ffffff;
    text-shadow: 2px 2px 3px #181818;
    padding: 0;
    margin: 0;
    
}

#videoCelebration p {
    font-family: 'PT Serif', serif;
    text-align: center;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px #5d0104;
}

#videoCelebration .footer-message p, #videoCelebration .footer-poster p {
    margin: 15px 0;
    background-color: #790208;
    padding: 25px;
    font-size: 1.3rem;
    color: #FEFEC0;
    text-shadow: none;
}

#videoCelebration .footer-message a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: underline;
    text-shadow: none;
}
#videoCelebration .footer-poster a {
    text-decoration: none;
}

#videoCelebration .footer-poster p {
    background-color: #407ab5;
    padding-bottom: 37px;
}
#videoCelebration .footer-poster img {
    margin-top: -20px;
}    


/* Video Player */            
#video-player {
    width: 100%;
    background-color: #5d0104;
    margin-bottom: 4rem;
}

.rsDefault .rsPlayBtn .rsPlayBtnIcon {
    background-color: rgba(204, 153, 0, 0.7);
}            

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(204, 204, 204, 0.7);
}            

.posterText {
    left: 3%; 
    top: 1%; 
    width: 100%;
    max-width: 400px;
}


/* Playlist */            


.video-playlist .rsNav {
    background-color: #5d0104;
    width: 240px;

}
.video-playlist .rsThumbs .rsThumb {
    width: 240px;
    height: 125px;
    border-bottom: 1px solid #8E2020
}

.video-playlist .rsThumb:hover {
    background: #ae0c01;
}

.video-playlist .rsThumb.rsNavSelected {
    background-color: #ae0c01;
    border-bottom:-color #ae0c01;
}

.video-playlist .rsThumbs {
    width: 240px;

}

.video-playlist .rsTmb {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 240px;
    margin:0;
    padding:0 10px;

    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
}


.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    height: 30px;
}            
.rsDefault .rsThumbsArrow {
    background: rgba(0,0,0,0.6);
}

/* Video Gallery */
.video-gallery h2 {
    padding-top: 6rem;
    font-size: 2.5rem;
}            
.video-gallery img {
    padding: 2.6rem 0 1.5rem 0;
}            


.video-gallery a.gallery-link {
    text-decoration: none;
}

.video-gallery a.gallery-link h3  {
    font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    padding-bottom: .6rem;
}            

.video-gallery a.gallery-link h3 span {
    display:block;
    color: #ffffff;
}            

.video-gallery a.gallery-link .credits {
    font-family: 'PT Serif', serif;
    font-size: 1.1rem;
    color: #ffffff;
    text-shadow: none;
    text-align:center;
}            

/* Footer */            
.grid-spacer {
    height: 100px;
}

