/* Index */
.custom-modal-overlay {
    background-color: rgba(132, 168, 180, 0.3);
}

.custom-modal {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.button-submit {
    background-color: rgba(132, 168, 180, 1);
}

.centered-message {
    background-color: rgba(132, 168, 180, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.message-button {
    color: #fff;
    background-color: rgba(113, 153, 167, 1);
    ;
}

/*clock */
.flip-clock-container span {
    color: rgb(218, 218, 218);
}

.flip-clock {
    --fcc-digit-color: #242424;
    --fcc-label-color: #F8FAFC;
    --fcc-background: rgba(221, 231, 235, 0.8);
    --fcc-divider-color: gray;
    --fcc-separator-color: lightgray;
}



/* Header section*/
#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
    color: #F8FAFC;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
    background: #fff !important;
    color: #F14E95;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
    background: #fff !important;
}

.fh5co-cover .overlay {
    background: rgba(0, 0, 0, 0.3);
}




/* Couple Section */
#fh5co-couple {
    background: #F5F5F5;
}

.fh5co-heading h2 {
    color: #393d3f;

}

.fh5co-heading p {
    color: #393d3f;
}

.couple-half h3 {
    color: #393d3f;
}

.fh5co-heading span {
    color: rgba(0, 0, 0, 0.4);
}




/*event section*/
#fh5co-event .overlay {
    /* background: rgba(61, 61, 61, 0.2); */
    background: #b8c9cf;
}

#fh5co-event .fh5co-heading h2 {
    color: #393d3f;
}

#fh5co-event .fh5co-heading p {
    color: #393d3f;
}

#fh5co-event .event-wrap {
    border: 2px solid #393d3f;
    background: rgba(255, 255, 255, 0.5);
}

#fh5co-event .event-wrap h3 {
    color: #393d3f;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-event .event-wrap i {
    color: #393d3f;
}

#fh5co-event .event-wrap p,
#fh5co-event .event-wrap span {
    color: #393d3f;
}

#fh5co-event .event-wrap h4 {
    /* font-size: 20px; */
    color: #393d3f;
}


/* kids invitation */
#fh5co-couple-story {
    background: #f7f7f7;
}

/* Gallery */
.fh5co-section-gray {
    background: #e6e2d5;
}

/* end of my changes */
/*# sourceMappingURL=style.css.map */