          /*--   CUSTOM CSS BELOW   http://littlefoot.live/date/css/style.css   9-25-23 & 9-26-23 & 6-14-24   ♥ Jesus ♥   */    
html{
    background-image: url(/date/img/sunflowerfield.jpg);
    background-position: center;
    background-attachment:fixed;
    background-repeat: repeat;
    margin:0;
    }

h1{
    width: 100%;
    max-width: 900px;
    margin: 42px auto;
    text-align: center;
    background: url(/date/img/you-are-my-sunshine-svg-1280x683.jpg) center -127px no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    }

/************************************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);
    font-family: 'Monoton', cursive;
    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;
}
/***************************************************************************************/    

figure{
    margin: auto;
    text-align: center;
    width: fit-content;
    }    
    
figcaption{
    margin: 32px auto;
    color: #fff;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    }
    
video{
    width: 100%;
    max-width: 1280px;
    opacity: 0.8;
    }

a{
    padding: 5px 10px;
    border-radius: 7px;
    background: #ffffff9c;    
    }
.glass-hearts{
    width: 98%; 
    max-width: 800px;
    opacity: 0.9;
    }
    
fieldset{
    width: 86%;
    margin: auto;
    max-width: 777px;
    border: 1px solid #bf00f5;
    background-color: #0201029e;
    color: #fff;
    }        

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

.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: 777px;
    margin: 0 auto;
    padding: 33px 0;
    border-radius: 14px;
    background: #0d006a61;
    color: #00fdfd;
    }
    
.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: goldenrod;
    }
    
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;
    }