html {
    scroll-behavior: smooth;
}

body {
    font-family: "Times New Roman", serif;
    background: #ffffff url(../images/597003_bg_img.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    color: #040000;
}

.header-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url(../images/597003_header_bg.webp);
}

a {
    text-decoration: none;
}

img {
    transition: all 0.5s;
}


hr {
    opacity: 1;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-blue {
    color: #232e84;
}

.bg-success-56 {
    background-color: #567c2a !important;
}

.btn-danger {
    --bs-btn-bg: #e65041 !important;
}

.border-style-dashed {
    border-bottom-style: dashed !important;
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "PMingLiU";
}


.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #b9d74c;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #476719;
}

.social-icon .btn {
    max-width: 60px;
}

[href="#top"] {
    max-width: 80px;
}

p:last-of-type {
    margin-bottom: 0;
}


@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:991px) {

    .offcanvas.offcanvas-top {
        height: 80vh;
    }

    hr {
        opacity: 1;
    }

}

@media (max-width:575px) {
    h2.display-5 {
        font-size: calc(1.425rem + 1.6vw);
    }
}