          /*--   CUSTOM CSS BELOW   http://littlefoot.living/css/style.css   5-19-23 & 6-1-23 & 6-14-24 & 7-5-24 & 11-26-24 & 3-19-25 & 5-28-25 & 9-3-25  ♥ I Love You Jesus!!! ♥ Praise You Jesus!!! ♥   */    
html{
    background-image: url(20230511_204339.jpg);
    background-position: center;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    }

body, input, select, textarea, button, .ui-btn{
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif /*{global-font-family}*/;
    color: chartreuse;
    }
    
h1{
    width: 100%;
    max-width: 900px;
    margin: 42px auto;
    text-align: center;
    background: url(../css/blue-g1c5b4ed79_1280.jpg) center -127px no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    }    
    
/************************************ANIMATED H1 TEST **********************************/
#poster h1{ 
    background-size: inherit;
    animation: slide 7000ms infinite cubic-bezier(1, -1.50, 0, 2.69);
    -webkit-animation: slide 7000ms infinite cubic-bezier(0.26, 1.76, 0.88, -0.93);
    
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0), -1px -1px 0px rgba(255, 0, 0, 0);
    padding-bottom: 0px;
    }
    
@keyframes slide{
    from {
        background-position: 0%;
    }
    
    to{
        background-position: 100%;
    }
}

@-webkit-keyframes slide{
    from{
        background-position: 0%;
    }
    to{
        background-position: 100%;
    }
}
    
.step-one #poster h1{
    padding-top: 0px;
    }
    
#poster h1 span{ 
    -webkit-transition: all 4.5s ease;
    -moz-transition: all 4.5s;
    -o-transition: all 4.5s;
    } 
    
#poster h1 span.char1{ margin-left: 2450px;
} 
#poster h1 span.char2{ margin-left: 6200px;
}
#poster h1 span.char3{ margin-left: 9050px;
}
#poster h1 span.char4{ margin-left: 12500px;
}
#poster h1 span.char5{ margin-left: 3050px;
}
/***************************************************************************************/    

.buttons{
    text-align: center;
    margin: 25px auto;
    }

.Love-Jesus{
    margin-top: 50px;
    text-align: center;
    }

a{
    padding: 5px 10px;
    border-radius: 7px;
    background: #ffffff9c;    
    color: teal;
    text-decoration: overline underline;
    }

fieldset{
    width: 86%;
    margin: auto;
    max-width: 777px;
    border: 1px solid #bf00f5;
    background-color: #0201029e;
    color: #fff;
    }
    
/*iframe{
    width: 90%;
    }
    */
.earthcam{
    text-align: center;
    }

.date{
    text-align: center;
    color: #00fdfd;
    font-family: 'Bad Script', cursive;
    }

.valentines-button{
    display: inline-block;
    background: #01bbaa;
    color: white;
    width: 177px;
    padding: 7px 3px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;"
    }

.bye-verse{
    font-size: 32px;
    font-family: 'Bad Script', cursive;
    color: #d579e8;
    }
    
.obw-header-img{
    width: 100%;
    max-width: 600px;
    opacity: .7;
    border-radius: 50%;
    }
    
.thanks-img{
    width: 96%;
    max-width: 552px;
    opacity: .7;
    border-radius: 7%;
    }
    
.love-still{
    max-width: 500px;
    margin: 30px auto;
    padding: 30px 0;
    background: #0000007d;
    border-radius: 50%;
    }
    
.story-love-still{
    max-width: 777px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
    background: #00000061;
    color: #fff;
    }    
    
.cash{
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 7px;
    background: #0000007d;
    color: #fff;
    font-family: initial;
    border-radius: 50%;
    }    
    
.center-main-text{
    max-width: 960px;
    margin: auto;
    background-color: #0201029e;
    box-shadow: inset 0 0 22px 0px rgb(0, 0, 0);
    text-align: left;
    }

pre{
    font-family: Consolas,Liberation Mono,Courier,monospace;
    font-size: 13px;
    }
    
.pre-speak{
    text-align: center;
    margin: 50px auto;
    }    

@media screen and (orientation: portrait){
    pre{
        overflow-x: scroll;
        }
}

.hrg-words1{
    width: 90%;
    max-width: 1080px;
    margin: 50px auto 32px;
    padding: 30px 0px;
    font-size: 30px;
    font-family: 'Amatic SC', cursive;
    color: #00ffe3;
    }
    
.hrg-words2{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 32px;
    padding: 60px 0px;
    font-size: 18px;
    font-family: 'Bad Script', cursive;
    font-weight: 100;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000000;
    }

b{
    font-family: "Times New Roman", Times, serif;
    }
        
.verse{
    font-size: 21px;
    font-family: 'Bad Script', cursive;
    color: chartreuse;
    }
    
audio{
    width: 96%;
    max-width: 300px;
    }
    
video{
    width: 92%;
    max-width: 600px;
    }
    
.imgs{
    width: 98%;
    max-width: 800px;
    }    

/* Animations */
span{
    display: inline-block;
    animation-name: pulse_animation;
    animation-duration: 1.3s;    
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: pulse_animation;
    -webkit-animation-duration: 1.3s;    
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin: 0;
    color: red; 
    }

@keyframes pulse_animation{
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.25); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.1); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
    }
@-webkit-keyframes pulse_animation{
    0% { -webkit-transform: scale(1); }
    30% { -webkit-transform: scale(1); }
    40% { -webkit-transform: scale(1.25); }
    50% { -webkit-transform: scale(1); }
    60% { -webkit-transform: scale(1); }
    70% { -webkit-transform: scale(1.1); }
    80% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1); }
    }
    
.smile-size{
    display: inline-block;
    animation-name: pulse_animation;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: pulse_animation;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    margin: 0;
    color: #fff000;
    font-size: 20px;
    }        

.h-1{
    font-size: 32px;
    font-family: 'Bad Script', cursive;
    font-weight: 100;
    color: #00ffe3;
    }    

h4{
    color: rgb(0, 255, 61);
    text-shadow: 0 1px 0 #000000;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    }  
    
p{
    margin: 32px auto;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #1D1D1D;     
    }

.header-image{
    width: 100%;
    max-width: 600px;    
    }

.pagepic{
    text-align: center;
    }

ul{
    list-style: none;
    }
    
.Hearts-div{
    margin: 80px auto -32px;
    }