/*h2,
h3 {
    color: #11bf0a;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    position: relative;
    gap: 0;
    top:3px;
}*/

.subheader .container.flex .subheadings #title {
    color: #11bf0a;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: bold;
    font-size: calc(100vw/17);
    
    position: relative;
    top:-3px;
}

.subheader {
    background: none;
    display: grid;
    margin: -5;    
}

.eb-container .v {
    color: #11bf0a;
    font-size: .7em;
    letter-spacing: -.03em;
    vertical-align: 0.25em;
    line-height: 0;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    top: inherit;
}

.eb-container .v:after {
    content: "\a0";
}


#current_date {
    color: #11bf0a;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: calc(100vw/25);
    margin-top: -10px;
    
}

.subheadings {
    display: flexbox;
    margin: 0;
}

#top-banner{
    display: block;
    width: 100%;
   /* background-size: contain;*/
    border-radius: 0px; 
    margin: 0;
    box-shadow: 1px 5px 5px black;
    
}

#mainFrame{
 /*   width: 100vw;
    height: calc(100vw/1.333333333);
    display: flexbox;
 */
    /* Ajusta la altura según tus necesidades */
    background-size: cover;
    background-position: center;
    /* Ajusta el color del texto según tu diseño */
    text-align: center;
    align-items: Top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    /*background: #73AD21;*/
    margin: auto;
    box-shadow: 1px 5px 5px black;
}
.verse-container {
    
    padding: 10px;
    display: grid;
    gap: 5px;
    margin: 0;
    justify-content: center;
    align-items: center;
}

#verse-title {
    color: aliceblue;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: small;
    position: relative;
    top: -5px;

}

#verse-content {
    display: contents;
    font-size: calc(15vh/5);
   /* height: 14px;*/
    color: aliceblue;
    font-family: "Oswald", sans-serif;
    /*font-weight: 200;*/
    font-style: italic;
    /*font-size: calc(100px/8);*/
    letter-spacing: -0.01em;
    vertical-align: 0.25em;
    line-height: 1.10em;
    overflow-wrap: normal;
    position: relative;
    top:-3px;
}

#verse-theme {
    color: #11bf0a;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: small;
    position: relative;
    top: calc(height - 5px);    
    align-content: center;
    
    justify-content: center;
}

#slideshowContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slideshow {
    display: flex;
    transition: transform 1s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}



body {

    display: grid;
    justify-content: center;
    align-items: center;

}