@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

body {
    margin-top: 15px;
    margin-bottom: 1px;
    background: url(../img/background.jpg) repeat #fff;
    background-attachment: fixed;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
}

/* Hide page until header and footer are loaded by include.js */
body.cn-loading .container {
    visibility: hidden;
}

/* First row: two news/spotlight images (fixed height 220px, same as jumbotron) */
.cn-news-row {
    margin-bottom: 24px;
}
.cn-news-row .cn-news-thumb {
    margin-bottom: 0;
    height: 100%;
}
.cn-news-row .cn-news-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cn-news-row .col-md-6 {
        height: auto;
    }
    .cn-news-row .cn-news-thumb img {
        height: auto;
        object-fit: initial;
    }
    .cn-news-row .col-md-6 + .col-md-6 {
        margin-top: 24px;
    }
}

img.thumbnail {
    margin-top: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

img.pallettethumbnail {
    margin-bottom: 5px;
    display: inline;
}

ul li {
    list-style-type: none;
}

#breadcrumb {
    margin: 0 0 0 30px;
}

p#notice {
    color: #000;
    background-color: #eee;
    margin: 0;
    padding: 0.2em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

.snsb {
    padding: 0 auto;
    margin: 0;
    display: block;
    text-align: center;
    overflow: hidden;
}

.snsb li {
    float: left;
    margin: 0.25em;
}

.snsb iframe {
    margin: 0 !important;
}

.noindent p {
    text-indent: 0 !important;
}

.section p {
    text-indent: 1em;
    text-align: left;
    line-height: 2em;
    margin: 1.5em 0;
}

.section2 p {
    text-indent: 1em;
    text-align: left;
    line-height: 1.5em;
    margin: 1em 0;
}

.row-center {
    text-align: center;
    letter-spacing: -0.4em;
}

.row-center > [class*='col-'] {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    float: none !important;
}

.row-height {
    display: flex;
    flex-wrap: wrap;
}

.row-height .panel {
    height: 97%;
    margin-bottom: 1em;
}

/* Same fixed height as .cn-news-row */
.jumbotron {
    height: 330px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 24px;
    background-image: url(../img/jumbotron.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jumbotron h1 {
    font-size: 28px;
    margin-top: 0;
}
.jumbotron p {
    margin-bottom: 8px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .jumbotron h1 {
        font-size: 36px;
    }
    .jumbotron p {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .jumbotron {
        height: 260px;
    }
}
@media (max-width: 768px) {
    .jumbotron {
        height: 220px;
    }
}

/* Navigation active highlight color */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    background-color: rgb(175, 201, 48) !important;
    color: #fff;
}

@media (max-width: 992px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-static-bottom .navbar-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
