@font-face {
    font-family: 'Snell Roundhand';
    src: url(../../assets/font/snellroundhand.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px dotted black; */
}

body {
    /* padding: 0 300px; */
    display: flex;
    justify-content: center;
    background-color: #1f2a42;
    /* background-image: url(../../assets/img/background.jpg);
    background-size: cover;
    background-repeat: repeat-y; */
    /* background-color: white; */
}


#bg_rb {
    background-image: url(../../assets/img/bg_rb.png);
    background-size: auto;
    background-repeat: no-repeat;

    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
/*  */
    z-index: -1;
}

.t-col-l1 {
    color: #4f778f;
}

.t-col-l2 {
    color: #516d7e;
    text-align: center;
}

#content-wrap {
    width: 60%;
    padding: 60px;
    background-color: white;

    /* font-family: "Great Vibes", cursive; */
    font-family: "Snell Roundhand", cursive;
    border: 1px solid #d9ecf3;

    /* background-image: url(../../assets/img/5229155965037838809.jpg);
    background-size: cover;
    background-repeat: repeat-y; */

    /* border-radius: 16px; */
}


#bordered-content-wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #c4d0d9;
    border-radius: 8px;
    padding: 60px;
}

h1, h2, h3 {
    font-weight: lighter;
}

p {
    font-size: 32px;
}

/* ===== acronym ===== */
#acronym-wrap {
    margin: 100px 0;
    text-align: center;
}

#acronym {
    width: 250px;
}

/* ===== title ===== */

#title-wrap {
    /* margin-top: 150px; */
    text-align: center;
}

#title-names {
    font-size: 90px;
}

#title-date {
    font-size: 50px;
}

/* ===== greeting ===== */

#greeting-wrap {
    /* margin-top: 150px; */
    text-align: center;
}

#greeting-title {
    font-size: 70px;
    margin-bottom: 20px;
}

#greeting-description {
    font-size: 35px;
}

/* ===== planning ===== */
#planning-wrap {
    /* margin-top: 150px; */
}

#planning-date {
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
}

#registration-wrap, #dinner-wrap {
    flex: 1;
}

.planning-wrap {
    text-align: center;
}

.planning-title {
    font-size: 40px;
    line-height: 40px;
    /* font-weight: bold; */
}

.planning-image {
    width: 160px;
}

.planning-address {
    font-size: 25px;
}

.planning-time {
    font-size: 50px;
    /* font-weight: bold; */
}

#planning-events {
    display: flex;
    flex-direction: row;
}

/* ===== dresscode-wrap ===== */
#dresscode-wrap {
    font-size: 30px;
    /* text-align: justify; */
}

#dresscode-colors-wrap {
    text-align: center;
}

#dresscode-colors {
    width: 80%;
}

/* ===== confirmation ===== */
#confirmation-wrap {
    font-size: 30px;
    /* text-align: justify; */
}

.splitter-wrap {
    margin: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    gap: 20px;
    color: #516d7e;
}

.splitter {
    width: 65%;
    border-bottom: 1px solid red;
}

/* .splitter::before {
    content: "";
    display: block;
    height: 1px;
    background-color: black;
} */

.v-splitter-wrap {
    /* margin: 150px; */
    text-align: center;
    display: flex;
    justify-content: center;
}

.v-splitter {
    height: 100%;
}

.v-splitter::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    /* height: 1px; */
    background-color: black;
}

@media (max-width: 900px) {

    body {
        background-color: white;
    }

#bg_lt {
    background-image: url(../../assets/img/bg_lt.png);
    background-size: auto;
    background-repeat: no-repeat;
    
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    z-index: -1;
}

    #acronym {
        width: 150px;
    }

    #content-wrap {
        width: 100%;
        padding: 0px;
        background-color: transparent;
    }

    #bordered-content-wrap {
        width: 100%;
        height: 100%;
        border: 1px solid #c4d0d9;
        border-radius: 0px;
        padding: 10px;
    }

    #title-names {
        font-size: 60px;
    }

    #title-date {
        font-size: 30px;
    }
    
    #v_sp {
        display: none;
    }

    .t-a {
        text-align: justify;
    }

    .splitter-wrap {
        margin: 40px;
    }

    /* ===== greeting ===== */

    #greeting-wrap {
        /* margin-top: 150px; */
        text-align: center;
    }

    #greeting-title {
        font-size: 60px;
        margin-bottom: 20px;
    }

    #greeting-description {
        font-size: 25px;
    }

    /* ===== planning ===== */
    #planning-wrap {
        /* margin-top: 150px; */
    }

    #planning-date {
        font-size: 60px;
        text-align: center;
        margin-bottom: 40px;
    }

    #registration-wrap, #dinner-wrap {
        flex: 1;
    }

    .planning-wrap {
        text-align: center;
    }

    .planning-title {
        font-size: 40px;
        line-height: 40px;
        /* font-weight: bold; */
    }

    .planning-image {
        width: 160px;
    }

    .planning-address {
        font-size: 25px;
    }

    .planning-time {
        font-size: 50px;
        /* font-weight: bold; */
    }

    #planning-events {
        display: flex;
        flex-direction: column;
        gap: 40px;
    } 
}
