body {
    margin:0;
    padding:0;
    background-color: #020B32;
    background-image: url('//ufdc.org/celebration/assets/css/celebration-2024-stage-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;     

    color:#fff;
    font-family: 'PT Serif', serif;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: 1px 1px 4px #fff;
    font-weight: 400;
}

.wrapper {
    min-height: 100vh;
}

.centered-image {
    max-width:100%;
    height:auto;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: -1;
}            

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    background-color: #020B32;    
}
.footer a{
    background-color: #2f7fb8;        
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
    padding: 0px 15px 5px 15px;
    border-radius: 12px;
    text-decoration: none;
}    

a, a:active, a:hover, a:visited {
    text-align:center;
    font-size: 1.6rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px #08234f;
}


p {
    text-align:center;
    font-size: 1.3rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px #08234f;
}


ul {
    list-style: none;
}

.three-takes ul {
    list-style: none;
    padding-left: 25px;
}

.filming-tips ul li::before {
    font-family: 'FontAwesome';
    content: '\f184';
    margin: 0 12px 0 -30px;
    color: #C6DFF0;
}
.filming-tips li {
    padding-bottom: 1rem;
}
.video-settings ul li::before {
    font-family: 'FontAwesome';
    content: '\f184';
    margin: 0 12px 0 -30px;
    color: #C6DFF0;
}

.no-padding {
    padding:0;
}
.panel-intro {
    margin: 75px 0 10px 0;
}
h1 {
    text-align:center;

    font-size: 3.5rem;
    color: #fff;
    text-shadow: 2px 2px 4px #08234f;
    padding-bottom:10px;
}


h2 {

    text-align:center;
    padding: 18px 0;
    font-weight: 500;
    color: #FEFEC0;
    text-shadow: 2px 2px 4px #00688b;

}

h3 {
    text-align:center;
    font-size: 1.45rem !important;
    padding: 18px 0;
    color: #ffffff;
    text-shadow: 2px 2px 3px #3D525F;
}

.three-takes h3 {
    padding: 18px 0 0 0;
}

.panel-content {
    background: rgba(125, 35, 8, 0.4);
    margin: 25px 0;
    padding: 1rem 3rem;
    word-wrap: break-word;
}

.panel-content a {
    color: #F8EF85;
    text-shadow: 2px 2px 4px #4fa1d1;    
    font-weight: 600;
}

.phone-number {
    white-space: pre;
    text-shadow: none;
}
.event-logo {
    margin-top: 60px;
    width: 60%;
}

span {
    color: #FEFEC0;
    text-shadow: 2px 2px 2px #3D525F;    
    padding: 0 10px;

}
/* SVG play button container */
.video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-wrap .play-btn svg {
    transition: all .2s ease;
    fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
    cursor: pointer;
    fill: #F2E10D;
}

.microphone { text-align: left; } 

.microphone p { 
    text-align: left;
} 

.microphone-title a { 
    font-size: 1.5rem;
    font-weight: 400;
    padding: 20px 0px 10px 0px;
    display:block;
}

.blinking{
    animation:blinkingShadow 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #FEFEC0;    }
    49%{    color: #FEFEC0; }
    60%{    color: #75b7da; }
    99%{    color: #75b7da;  }
    100%{   color: #FEFEC0;    }
}

@keyframes blinkingShadow{
    0%{     text-shadow: 2px 2px 4px #CC0000; }
    49%{    text-shadow: 2px 2px 4px #CC0000; }
    60%{    text-shadow: 2px 2px 4px #62aad6; }
    99%{    text-shadow: 2px 2px 4px #62aad6; }
    100%{   text-shadow: 2px 2px 4px #CC0000; }
}

#mobile-logo {
    margin: 0 auto; 
    width:50%; 
    margin-top: 40px;        
}

/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 600px) {
    .video-wrap .play-btn {
        width: 70px;
        height: 70px;
    }

    #mobile-logo {
        display:block;
    }

}

@media (max-width: 991px){

    #mobile-logo {
        display:block;
    }
    .container {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .container-fluid {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .video-thumb {
        margin-bottom: 60px;
    }

    .panel-content {
        margin: 25px 0 !important;
        padding: 1rem 3rem !important;
    }

    body, p {
        /* font-size: 2.5rem !important; */
    } 


    .footer {
        position: relative;
        padding: 10px 0px;
    }

    .footer a, .footer a:active, .footer a:hover, .footer a:visited {
        margin-right: 10px;
        margin-bottom: 20px;
        font-size: 1.4rem;
        font-size: 2rem !important; 
        letter-spacing: .05rem;
        text-shadow: 2px 2px 2px #2D3B5D;
    }

}   

@media (max-width: 576px){

    #mobile-logo {
        display:block;
    }

    .footer a, .footer a:active, .footer a:hover, .footer a:visited {
        font-size: 1rem;
    }

}    

@media (max-width: 675px){

    #mobile-logo {
        display:block !important;
    }


}    

