body {
    font-family: 'Gideon Roman', sans;
    color: #fff;
    background: #000;
}
@media only screen and (min-width: 425px) {
    .wrap,
    .wrap .page-cover,
    .navigation-bar {
        max-width: 430px;
        margin: 0 auto;
    }
}
.page-cover {
    background: url('/assets/images/webp/cover.webp') no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.font-the-nautigal {
    font-family: "The Nautigal", cursive;
}
.page-cover .foot {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-cover .foot .to-whom {
    margin: 24px 0;
}
.cta-open-invitation {
    margin-bottom: 50px;
    padding: 8px 12px;
    background: #91887B;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
}
.cta-btn {
    padding: 8px 12px;
    background: #91887B;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    color: #fff;
}
.main-content {
    min-height: 100vh;
}
.main-content .bg-flower {
    background: url('/assets/images/webp/bg.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.glass-effect {
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.box-countdown {
    background: #91887B;
    padding: 12px 8px;
    border-radius: 4px;
    width: 18%;
}
.box-countdown .number {
    font-size: 1.5rem;
}
.box-countdown .number+div {
    margin-top: -6px;
    font-size: 0.8rem;
}
.bg-brown-texture {
    /* background: url('/assets/images/webp/bg-brown.webp'); */
    /* background-size: cover;
    background-attachment: fixed; */
    background: #595D5B;
    background: linear-gradient(121deg, rgba(89, 93, 91, 1) 0%, rgba(33, 34, 37, 1) 75%);
}
.main-content .foto {
    width: 280px;
    margin: 0 auto;
    border-radius: 8px;
    display: block;
}
.divider {
    height: 3px;
    width: 40%;
    background: #91887B;
    margin: 0 auto;
}
.bg-light-grey {
    background: url('/assets/images/webp/bg-light-grey.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.font-charm {
    font-family: 'Charm', cursive;
}
.bottom-border {
    position: relative;
}
.bottom-border::after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 2px;
    background: #91887B;
}
.bg-sage-texture {
    /* background: url('/assets/images/webp/bg-sage-texture.webp'); */
    background: #8F7766;
    background: linear-gradient(180deg, rgba(143, 119, 102, 1) 0%, rgba(33, 34, 37, 1) 75%);
}
.wishes-wrap {
    background: rgba(0,0,0,0.2);
    padding: 12px;
    border-radius: 6px;
    /* border: 1px solid #ccc; */
    color: #fff;
    font-family: sans-serif;
    max-height: 380px;
    overflow: scroll;
    font-size: 0.9rem;
    /* https://smoothshadows.com/#djEsMSwzLDAuMTQsMTcsMTQsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
    box-shadow: 0px 2px 2px rgba(3, 7, 18, 0.05),
    0px 6px 8px rgba(3, 7, 18, 0.09),
    0px 14px 17px rgba(3, 7, 18, 0.14);
    backdrop-filter: blur(2px);

}
.wishes-wrap .item {
    margin: 12px;
    padding: 12px 0;
    border-bottom: 2px solid #333;
}
.wishes-wrap .item:first-child {
    margin-top: 0;
}
.wishes-wrap .item:last-child {
    margin-bottom: 0;
    border: none;
}
.wishes-wrap .item .name {
    font-weight: bold;
}
.wishes-wrap .item .date {
    font-size: .8rem;
    color: #777;
}
.wishes-wrap .item .message {
    margin-top: 4px;
    line-height: 1.3rem;
}
.navigation-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 14px 14px 14px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.navbar {
    border-radius: 8px;
    background: #0E0F0F;
    display: flex;
    justify-content: space-around;
    padding: 6px;
    border-top: 1px solid #080707;
}
.navigation-bar .navbar a {
    text-align: center;
    font-size: 12px;
    color: #F5EBEB;
    text-decoration: none;
    padding: 6px;
    border-radius: 4px;
}
.navigation-bar .navbar a.active {
    color: #F5EBEB;
    font-weight: bold;
    background: #91887B;
}
.gallery {
    background: #363636;
    background: linear-gradient(301deg, rgba(54, 54, 54, 1) 0%, rgba(33, 34, 37, 1) 75%);
    overflow: hidden;
}
.img-moment {
    width: 35%;
    height: auto;
}
.gallery .slide {
    animation: slide 20s infinite linear;
    filter: grayscale(60);
}
.gallery .slide:hover {
    animation-play-state: paused;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-152%);
    }
}
.closing {
    background: #212225;
    background: linear-gradient(301deg, rgba(33, 34, 37, 1) 0%, rgba(33, 34, 37, 1) 75%);
}
.toggle-music {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    padding: 4px 4px;
    background: rgba(0,0,0,0.6);
    border-radius: 0 50% 50% 0;
    display: none;
    cursor: pointer;
}
.toggle-music svg {
    animation: rotate 5s infinite linear;
    padding: 4px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.font-allura {
    font-family: 'Allura', cursive;
}