@charset "UTF-8";
body {
    font-family: "Noto Serif TC","Noto Sans TC", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    text-decoration: none;
    font-weight: bold;
    background-color: #063b71;
    color: white;
}

/* 大標題 */
.section {
    font-size: 250%;
    padding: 50px 20px;
    min-height: 100vh;
    text-align: center;
}
.section img {
    max-width: 100%;
    height: auto;
    object-position: left;
    padding: 10px;
}
@media screen and (max-width: 800px) {
    .section img {
        max-width: 80%;
    }
}

.background-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #0A1F44;
}
.background-img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 800px) {
    .background-img {
        content: url('../element/鼎川-banner-800_關於鼎川.jpg');
    }
}