﻿
/*===== 通用樣式 =====*/

* {
    /*font-family: "Noto Sans TC", "微軟正黑體";*/
    font-family: Noto Sans TC !important;
}

body {
    /*height: 100vh;*/
    /*background-image: url('../../_img/bg5.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    margin: 0; /* 移除預設 margin */
    font-size: 1.25rem;
}

.container-fluid {
    max-width: 1400px;
    /*background-color:red;*/
    font-size: 1.25rem;
}

.content_title {
    margin-top:65px; /*MENU高度*/
    padding:20px 0px;
    text-align:center;
}

.content_body {
    min-height:50vh; /*手機版底部好看些*/
    padding:0px 0px 20px 0px;
}

.content_fatfooter {
    background-color: #009a76;
    color: white;
    text-align: center;
    padding: 20px 0px;
}

.content_copyright {
    background-color: #5a4535;
    color: white;
    padding: 20px;
    text-align: center;
}

/*===== 特定項目細項 =====*/

.content_fatfooter .container-fluid .row .col {
    font-size: 1.25rem;
    color: #fae73d
}

.content_fatfooter hr {
    margin: 5px 0px;
}

.content_fatfooter a, .content_copyright a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.content_copyright * {
    font-size: 1rem;
}

.content_copyright img {
    height: 50px;
}
