html {
    scroll-behavior: smooth;
}

body {
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    background: #0e6ca3 url(../images/425183_bg_img.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    color: #040000;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-blue-00 {
    color: #008cd5;
}

.bg-warning {
    background-color: rgb(255, 228, 80) !important;
}

.bg-warning-f9 {
    background-color: #F9F8F1;
}

.bg-warning-ff {
    background-color: #fff5c0;
}

.bg-info {
    background-color: #0e6ca3 !important;
}

.border-warning {
    border-color: #ffe450 !important;
}

.border-info-subtle {
    border-color: #58b0e3 !important;
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "PMingLiU";
}

.z-01 {
    z-index: -1;
}

.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffe450;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0e6ca3;
}

.social-icon .btn,
[href="#top"] {
    max-width: 60px;
}

.border-info-subtle.rounded-pill {
    border-bottom-right-radius: 0 !important;
}

h2+span {
    left: -30px !important;
    top: -81px !important;
    transform: rotate(-15deg);
}

.position-absolute.bottom-0.end-0.bg-info.p-2 {
    border-top-left-radius: 50%;
}

.line {
    border-bottom: 2px dotted #E49573;
    height: 1px;
}

.heading-img {
    width: 130px;
}

.bark {
    right: -50px;
    transform: rotate(-10deg);
}

@media (max-width:1023px) {
    .rounded-pill {
        border-radius: 3rem !important;
    }
}

@media (max-width:991px) {
    header>div>.position-relative {
        position: static;
    }

    .offcanvas.offcanvas-top {
        height: 80vh;
    }

    hr {
        opacity: 1;
    }

    dt>span {
        width: 20px;
    }
}

@media (max-width:575px) {
    h2.display-5 {
        font-size: calc(1.425rem + 1.6vw);
    }
}