﻿@font-face {
    font-family: 'Noto Sans TC';
    src: url('https://www.icm.gov.mo/handovermuseum/css/Noto_Sans_TC/NotoSansTC-VariableFont_wght.ttf');
}
body {
    font-family: 'Noto Sans TC';
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

    .row > * {
        padding-left: 0;
        padding-right: 0;
    }

body {
    /*margin-top: 130px;*/
    /*background-color: #00785d;*/
}

.headerLangRow {
    padding-top: 40px;
}

.menuBar {
    background-color: white;
}

.fontSizeBtn {
    border: 1px solid;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 10px;
    border-radius: 3px;
}

.fontSizeBtn {
    cursor: pointer;
}

#oriFont {
    font-size: 12px;
}

#biggerFont {
    font-size: 13px;
}

#biggestFont {
    font-size: 14px;
}

#langBar a {
    color: black;
    text-decoration: none;
    margin-right: 10px;
}

    #langBar a:hover {
        color: black;
        text-decoration: none;
        margin-right: 10px;
    }

.moblieMenu {
    display: none !important;
}

#menuBar .navbar-nav {
    margin: 0 auto;
}

.navbar {
    font-weight: bolder;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    color:red
}

.dropdown-item {
    padding-right: 2rem;
    padding-left: 2rem;
}


    .dropdown-item:focus, .dropdown-item:hover {
        background-color: transparent;
    }

.dropdown-menu {
    border: 0;
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 0;
}

#footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: white;
    margin-left: 5%;
    margin-right: 5%;
    border-top: 2px solid #c40219;
}

.footerTitle {
    font-size: 28px;
    font-weight: bolder;
}

#footer a {
   color:black;
    text-decoration: none;
}

    #footer a:hover {
        color: black;
        text-decoration: none;
    }

.footerProtectCol {
    text-align: end;
}

.websiteName {
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 100px;
}

.copyRightRow {
    margin-top: 10px;
    font-size: 10px;
}

.moblieFooterPic {
    display: none;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 76px;
    width: 76px;
    background: url(/img/TOP.png) no-repeat;
    background-size: contain;
}

h3.font-ori {
    font-size: 3rem !important;
}

p.font-ori {
    font-size: 1.5rem !important;
}

span.font-ori {
    font-size: 1.5rem !important;
}

h3.font-bigger {
    font-size: 3.2rem !important;
}

p.font-bigger {
    font-size: 1.7rem !important;
}

span.font-bigger {
    font-size: 1.7rem !important;
}

h3.font-biggest {
    font-size: 3.4rem !important;
}

p.font-biggest {
    font-size: 1.9rem !important;
}

span.font-biggest {
    font-size: 1.9rem !important;
}

h4.font-ori {
    font-size: 2rem !important;
}

h4.font-bigger {
    font-size: 2.2rem !important;
}

h4.font-biggest {
    font-size: 2.4rem !important;
}

#videoSection {
    padding-top: 100px;
    padding-bottom: 100px;
}

.videoRow {
    background-image: linear-gradient(to right,white 20%, #fffe54 20% 92%, white 92%);
    padding-bottom: 50px;
}

.videoInfoCol {
    padding-right: 10%;
}

.exhibitionInfoCol {
    padding-left: 10%;
    padding-right: 10%;
}

.exhibitionTitle {
    font-size: 2.8rem;
}

.exhibitionContent {
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 0.1rem;
    /*line-height: 2.3rem;
    font-weight: bold;*/
}

.moreInfoLink {
    background-color: #414141 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0;
}

a.moreInfoLink {
    color: #fffe54;
    text-decoration: none !important;
}

a:hover.moreInfoLink {
    color: #fffe54;
    text-decoration: none !important;
}

#exhibitionSection {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/img/bg.jpg');
    background-size: cover;
}

#exhibitionImg {
    border: 1px solid white;
}


figure {
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fffe54;
    font-weight: bolder;
    font-size: 3rem;
}

#linkSection {
    padding-top: 0.4vw;
}

.linkBlock {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.4vw;
}

.blockright {
    padding-left: 0.2vw;
}

.blockleft {
    padding-right: 0.2vw;
}

body {
    position: relative;
}

.youtubeBanner {
    padding-top: 120px;
}

.backgroundWrap {
    background-color: #00785d;
    padding-bottom: 150px;
}

.frontPageBlock {
    background-color: #ececec;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 11.7%;
    padding-right: 11.7%;
    padding-bottom: 2%;
}

.frontPageBlockTitle {
    color: white;
    font-weight: bolder;
    background-color: #00785d;
    padding-left: 9.4%;
    padding-right: 9.4%;
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    margin-bottom: 50px;
}

.frontPageBlockDetailRow {
    font-size: 20px;
    line-height: 40px;
}



.frontPageBlockimageCol img {
    padding-top: 10px;
}

.whiteBackgroung {
    background-color: #e5f1ef;
    padding-top: 100px;
    padding-bottom: 100px;
}

.reviewAllLink {
    width: inherit;
}

.reviewAllbtnOuter {
    display: inline-flex;
    border: 2px solid #c40219;
}

.reviewAllbtn {
    background-color: #c40219;
    color: white;
    /*padding-top: 10px;
            padding-bottom: 10px;*/
    padding-left: 40px;
    padding-right: 40px;
    margin: 5px;
}

.introBlock {
    /*margin-top: 50px;*/
}

.introReviewRow{
    padding-top:2%;
}

.frontPageBlock.introBlock {
    background: linear-gradient(to bottom, #00785d 4%, #ececec 4%, #ececec 85%);
}

.exhibitionBlock {
    margin-top: 120px;
}

.frontPageBlock.exhibitionBlock {
    background: linear-gradient(to bottom, #00785d 4%, #ececec 4%, #ececec 85%);
}

.frontPageBlockimage {
    padding-left: 65px;
}

.exhibitionLinkRow {
    padding-top: 2%;
}

.virtualBlock {
    margin-top: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #8fc4b8;
}

.frontPageBlock.visitInfoBlock {
    background-color: #4da08e;
    color: white;
    background: linear-gradient(to bottom, #e5f1ef 4%, #4da08e 4%, #4da08e 85% );
}

.visitInfoBlock .frontPageBlockTitle {
    color: #00785d;
    background-color: #e5f1ef;
}

.reviewAllLinkRow {
    padding-top: 2%;
}

    .reviewAllLinkRow .reviewAllLink {
        width: auto;
    }

.visitInfoBlock .frontPageBlockDetailRow .col-6 {
    padding: 2%;
}


@media only screen and (max-width: 992px) {
    body {
        /*margin-top: 90px;*/
    }

    .moblieMenu {
        display: block !important;
    }

    #menuBar .navbar-nav {
        margin: auto;
    }

    .navbar-nav .moblieMenu {
        margin: 0 auto;
    }

    .topHeaderBar {
        display: none !important;
    }

    #videoSection {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .videoRow {
        background-image: none !important;
        background-color: #fffe54;
        padding: 10vw;
        text-align: center;
    }

    .videoInfoCol {
        padding-right: 0 !important;
    }

    .exhibitionTitle {
        padding-top: 4vw;
    }

    .exhibitionInfoCol {
        padding-bottom: 4vw;
        text-align: center;
    }

    /*.footerTitle {
        font-size: 1.8rem;
    }*/

    /*.footerInfoCol {
        font-size: 1.5rem;
    }*/
    /*.footerBr{
                display:none;
            }*/

    #footer {
        text-align: center;
    }

    .footerProtectCol {
        text-align: center;
    }

    .desktopFooterPic {
        display: none;
    }

    .moblieFooterPic {
        display: block;
        margin: 0 auto;
    }

    .footerProtectCol {
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .logoRow {
        margin-bottom: 60px;
    }


    .blockleft {
        padding-right: 0 !important;
    }

    .blockright {
        padding-left: 0 !important;
    }

    .websiteName {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 770px) {

    .exhibitionTitle {
        font-size: 2rem !important;
    }

    .exhibitionContent {
        font-size: 0.9rem !important;
    }

    figcaption {
        font-size: 2.2rem !important;
    }

    h3.font-ori {
        font-size: 2.5rem !important;
    }

    p.font-ori {
        font-size: 1.2rem !important;
    }

    span.font-ori {
        font-size: 1.2rem !important;
    }

    h3.font-bigger {
        font-size: 2.7rem !important;
    }

    p.font-bigger {
        font-size: 1.4rem !important;
    }

    span.font-bigger {
        font-size: 1.4rem !important;
    }

    h3.font-biggest {
        font-size: 3rem !important;
    }

    p.font-biggest {
        font-size: 1.7rem !important;
    }

    span.font-biggest {
        font-size: 1.7rem !important;
    }


    h4.font-ori {
        font-size: 1.8rem !important;
    }

    h4.font-bigger {
        font-size: 2rem !important;
    }

    h4.font-biggest {
        font-size: 2.2rem !important;
    }

    .youtubeBanner {
        padding-top: 80px;
        
    }

    .backgroundWrap {
        padding-top: 40px;
    }

    .frontPageBlockTitle {
        font-size: 26px;
        margin-bottom:22px;
    }

    .frontPageBlockDetailRow {
        font-size: 18px;
        line-height: 36px;
    }

    .frontPageBlockimage {
        display: none;
    }

    .frontPageBlock.introBlock {
        background: linear-gradient(to bottom, #00785d 2%, #ececec 2%, #ececec 85%);
        padding-bottom:5%;
    }

    .frontPageBlock.exhibitionBlock {
        background: linear-gradient(to bottom, #00785d 2%, #ececec 2%, #ececec 85%);
        padding-bottom: 5%;
    }

    .exhibitionBlock {
        /*padding-top: 60px;*/
    }

    .frontPageBlock {
        word-break: break-word;
        padding-left: 6%;
        padding-right: 6%;
        text-align:justify;
    }
    .detailBanner{
        padding-top:80px;
    }

    .detailTitle{
        margin-bottom:22px!important;
    }

    .detailInfo {
        font-size: 18px !important;
    }

}
