@keyframes blink{
    0%{
        color:yellow;
        font-size:100%;
    }
    50%{
        color:white;
        font-size:90%;
    }
    100%{
        color:yellow;
        font-size:100%;
    }
}
.blinking-text-red{
    animation: blink 2s infinite;
}
/*
*
*  START
*  HEADER/FOOTER/NAVBAR SETTINGS
*
*/
.upperHeader{
    margin: 0;
    padding-right: 0em;
}
.upperHeader p{
    font-size: small;
    margin: .5em 0;
    color: white;
}
header a{
    margin: .5em 0;
}
.upperHeader a{
    padding: 0 0;
    text-align: left;
    color:white;
}
.upperHeader p{
    padding: 0;
    text-align: center;
}
/*.upperHeader p:last-child{
    text-align:center;
}*/
header,footer{
    background-color: #e8d4bd;
    background-color: rgba(250, 250, 250, 0.9);
}
header{
    padding:.5em .5em 0em .5em;
    margin: 0em auto 2em auto;
    color: white;
    color: black;
    position: relative; /*Trying to get pic on pic*/
}
footer{
    display:grid;
    padding: 0 1rem 1rem 1rem;
    margin: auto;
    color: white;
    color: black;
}
footer .row>div{
    align-self: center;
}
#church_logo{
    /* BELOW WAS FOR BRAND PROMISE LOGO*/
    position: relative;
    width: 75%;
    margin: 0 auto;
    /*ABOVE WAS FOR BRAND PROMISE LOGO */
}
#pride_flag_logo{
    width:8%;
    position:absolute;
    top:.5rem;
    right:.5rem;
}
.navbar{
    padding-bottom:0;
    padding-top:0;
    --bs-navbar-toggler-focus-width: 0;
}
#navbar a{
    font-size: large;
    color: white;
    color: black;
}
#navbar ul li{
    text-align: center;
    --bs-nav-link-padding-y: 0;
    padding: 0 .5em;
}
.dropdown-menu{
    --bs-dropdown-border-width:0;
    background-color: rgba(250, 250, 250, 0.9);
}

/*
*
*  START
*  HEADER/FOOTER/NAVBAR SETTINGS
*  MAX WIDTH SETTINGS
*
*/
@media (max-width: 576px){
    .navbar{
        display:grid;
        justify-content: right;
    }
    nav button{
        justify-self: right;
    }
    #navbar ul li{
        text-align: right;
        /*margin:0 auto;
        /*align-content: center;*/
    }
}
/*
*
*  END
*  HEADER/FOOTER/NAVBAR SETTINGS
*  MAX WIDTH SETTINGS
*
*/

/*
*
*  START
*  HEADER/FOOTER/NAVBAR SETTINGS
*  MIN WIDTH SETTINGS
*
*/
@media (min-width: 576px){
    #church_logo{
        width:65%;
    }
}
@media (min-width: 768px){
    #pride_flag_logo{
        width: 6%;
    }
    #church_logo{
        width: 50%;
        margin: 0 0;
    }
    #navbar a{font-size:medium;}
    footer p{
        font-size: large;
    }
}
@media (min-width: 875px){
    .upperHeader p{
        font-size:medium;
    }
    .upperHeader a{
        font-size: medium;
    }
}
@media (min-width: 992px){
    #navbar a{
        font-size: large;
    }
}
@media (min-width: 1200px){
    #navbar a{
        font-size:large;
    }
}

/*
*
*  END
*  HEADER/FOOTER/NAVBAR SETTINGS
*  MIN WIDTH SETTINGS
*
*/

/*
*
*  END
*  HEADER/FOOTER/NAVBAR SETTINGS
*
*/

/*
*
*  START
*  CONTENT SETTINGS
*
*/
body{
    background-color: #425c93;
    font-family: "Libre Franklin", "Franklin Gothic", sans-serif;
    /*min-height: 800px;*/
}
main{
    min-height: 500px;
}
#vidList a{
    border-style:solid;
    border-color: black;
    border-top-width: .5px;
    border-bottom-width: .5px;
}
#vidList a:first{border-top-width: 1px;}
#vidList a:last{border-bottom-width: 1px;}
#vidList .active{
    background-color: #425c93 !important;
}
#currentVid{
	margin:auto;
	position: relative;
	overflow: hidden;
	width: 90%;
	padding-top: 50.625%;
}
#vidIframe{
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#pageContent{
    /*margin: 0em auto;*/
    /*padding: 5em 1em 2em 1em;*/
    /*width: 80%;*/
    padding-top: 1em;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: x-large;
    /*color: black;*/
}
#pageContent #greeting{
    text-align: center;
}
#pageContent>.row{
    margin: 0 auto 2em;
}
#pageContent .worshipPage p{
    text-align: center;
}
#heifer_div{
    margin-top:.5em;
}
#heifer_div h2{
    text-align: center;
    font-size: 1.25em;
}
#heifer_div img{
    display:block;
    margin: .75em auto;
}

.aboutPage{
    text-align: center;
}

.worshipPage{
    text-align: center;
}
.worshipPage h2{
    font-size: 1.25em;
}
.worshipPage section>p{
    margin-bottom:0px;
}
.service_time{
    font-family: monospace;
}
#facebook_logo{
    width:3em;
}
#youtube_logo{
    width: 3em;
}

.givingPage iframe{
    margin: 0 auto;
    width: 90%;
    height:30em;
}
.givingPage a{
    color:white;
}



/*
*
*  START
*  CONTENT SETTINGS
*  MAX WIDTH SETTINGS
*
*/

@media (max-width: 1200px){
}
@media (max-width: 992px){
    #pageContent{
        font-size: large;
    }
}
@media (max-width: 875px){
}
@media (max-width: 768px){
}
@media (max-width: 576px){
    #LF_eng {
        padding-bottom: 2em;
    }
    #pageContent{
        font-size: medium;
    }
    #pageContent .row{
        margin: 1em auto;
    }
    }


/*
*
*  END
*  CONTENT SETTINGS
*  MAX WIDTH SETTINGS
*
*/

/*
*
*  START
*  CONTENT SETTINGS
*  MIN WIDTH SETTINGS
*
*/

@media (min-width: 576px){
}
@media (min-width: 768px){
}
@media (min-width: 875px){
}
@media (min-width: 992px){
    #currentVid{
        margin:auto;
        position: relative;
        overflow: hidden;
        width: 75%;
        padding-top: 42.1875%;
    }
}
@media (min-width: 1200px){
}


/*
*
*  END
*  CONTENT SETTINGS
*  MIN WIDTH SETTINGS
*
*/

/*
*
*  END
*  CONTENT SETTINGS
*
*/
