body {
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Poppins', sans-serif;
    padding-top: 56px;
    letter-spacing: .1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif TC', 'Microsoft JhengHei', '微軟正黑體', 'Montserrat', sans-serif;
}

.navbar {
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Poppins', sans-serif;
}

.logo-custom {
    max-height: 40px;
}

.jumbotron {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.set-flexi {
    background-color: transparent;
    padding-top: 100px;
    margin: 0;
}

.parallax-slide {
    background: url("../images/dot2.png") no-repeat center 50px;
    padding: 0;
    min-height: 500px;
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
    .set-flexi {
        background-color: transparent;
        padding-top: 50px;
        margin: 0;
    }

    .parallax-slide {
        background: url("../images/dot2.png") no-repeat center 50px;
        padding: 0;
        min-height: 100px;
        background-attachment: fixed;
    }
}

.data-area {
    margin-bottom: 6rem;
    line-height: 1.8;
}

.anchor {
    content: "";
    display: block;
    height: 70px;
    margin: -70px 0 0;
}

#back-top {
    bottom: 50px;
    position: fixed;
    right: 30px;
    z-index: 9999;
    display: none;
}

#back-top .btn {
    padding: 6px 8px;
}

footer {
    border-top: 1px solid #eee;
    padding: 40px 0;
    margin-top: 40px;
    background-color: #f7f7f9;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.fe-header {
    color: #F3969A;
}