@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.pb-6{
    padding-bottom: 4.5rem !important;
}

.pb-7{
    padding-bottom: 6rem !important;
}

.pb-8{
    padding-bottom: 8rem !important;
}

.bg-orange{
    background: #F7F5EE ;
}
.bg-blue{
    background: #F2F1FF ;
}
.bg-gray{
    background: #eeeeee ;
}

.text-title{
    font-family: 'Playfair Display', serif;
}

.text-theme{
    color: #D88E00;
}


.footer ul{
    list-style: none;
    display: flex;
}

.footer ul a{
    color: gray;
    padding: 0 10px;
    border-left: 2px solid rgba(0, 39, 33, 0.1);
    white-space: nowrap;
    text-decoration:none;
}

.footer ul a:hover{
    color: black;
}

.footer ul li:first-child a{
    border: none;
    padding-left:0;
}


/* 改container最大寬度 */ 
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 960px;
    }
}


/* back to top 按鈕位置 */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
