﻿body {
    background-color: #212529;
    font-family: Microsoft JhengHei;
}

.navbar-dark .navbar-nav .nav-link {
    color: #cccccc;
    font-size: 1.2em;
    transition: all 400ms;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0;
    background-size: 200%;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: black;
        font-size: 1.2em;
        background-position: -100%;
    }

#mainImg {
    /*width: 100vw;
    max-width: 100%;
    height: calc(100vw / 16 * 9);
    background-image: url('/fcp/2021/img/frame/banner.jpg');
    background-size: cover;*/
}

.fullScreen {
    width: 100vw;
    max-width: 100%;
    height: calc(100vw / 16 * 9);
}

#Foreword {
    background-color: #ffffff;
}

#Foreword {
    background-image: url('/fcp/2021/img/frame/gif_h/pattern_01.gif');
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 600px;
    padding-bottom: 100px;
}

    #Foreword h1 {
        padding-top: 3em;
        text-align: center;
        margin-left: 25vw;
        width: 50vw;
    }

    #Foreword p {
        margin: 0;
        margin-left: 25vw;
        margin-top: 1em;
        width: 50vw;
        background-color: rgba(255, 255, 255, 0.5);
    }

    #Foreword img {
        float: left;
        width: 380px;
        height: 503px;
        shape-outside: url('/fcp/2021/img/frame/pattern_01.gif');
    }

#pattern_02 {
    position: relative;
    top: -450px;
    left: calc( 100% - 224px);
    display: block;
    height: 0px;
    width: 223px;
}

#news {
    background-color: #018975;
    color: #fff;
    padding-bottom: 100px;
}
.fontTitle {
    padding-top: 3em;
    padding-bottom: 1em;
}

.moreIntro {
    margin-top: 1em;
    color: #000;
    text-decoration: none;
    position: relative;
    transition: ease-out 0.3s;
}

a.moreIntro:active, a.moreIntro:hover {
    background-color: #000;
    color: #fff;
}

.newsTitle {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

    #news a.newsInfo {
        margin-top: 1em;
        color: #fff;
        text-decoration: none;
        position: relative;
        transition: ease-out 0.3s;
    }
        #news a.newsInfo:active, #news a.newsInfo:hover {
            background-color: #fff;
            color: #e29962;
        }

.newsDate {
    font-size: 0.7em;
}


.preNews {
    cursor: pointer;
}

.nextNews {
    cursor: pointer;
}

.newsImage {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
}

#Programme {
    background-color: #fff;
    background-image: url('/fcp/2021/img/frame/gif_h/pattern_03.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

.programmeTitle {
    min-height: 7em;
}

.programme_grid {
    background-color: rgba(255,255,255,0.85);
    padding: 0;
    cursor: pointer;
    transition: all 400ms;
}

    .programme_grid:hover {
        background-color: #e61374;
    }

.programme_grid a{
    color: black;
    text-decoration: none;
}

#calendar {
    background-color: #1965b1;
    background-image: url('/fcp/2021/img/frame/gif_h/pattern_04.gif');
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 100px;
}

#venue {
    background-color: #fff;
    background-image: url('/fcp/2021/img/frame/gif_h/pattern_05.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #000;
    padding-bottom: 100px;
}

#controls {
    display: none;
}

#footer {
    margin-top: 3em;
    margin-bottom: 3em;
}

#scrollUp {
    bottom: 20px;
    right: 45px;
    height: 71px;
    width: 71px;
    background: url(/fcp/2021/img/frame/top.png) no-repeat;
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
}

@media screen and (max-aspect-ratio: 1/1) {
    #mainImg {
        width: 100vw;
        padding-top: 62px;
        height: calc(100vw * 1.428);
        background-image: url('/fcp/2021/img/frame/mobile_banner.jpg?v=2');
        background-size: cover;
    }

    #Foreword {
        background-image: url('/fcp/2021/img/frame/gif_l/pattern_01.gif'), url('/fcp/2021/img/frame/gif_l/pattern_02.gif');
        background-position: top left, right 450px;
        background-repeat: no-repeat, no-repeat;
        background-size: 20%, 20%;
    }

    #Foreword img {
        shape-outside: unset;
    }

    #Foreword h1 {
        margin-left: unset;
        width: auto;
    }

    #Foreword p {
        margin-left: 5vw;
        width: 90vw;
        background-color: rgba(255, 255, 255, 0.5);
    }

    #Programme {
        background-image: url('/fcp/2021/img/frame/gif_l/pattern_03.gif');
    }

    #calendar {
        background-image: url('/fcp/2021/img/frame/gif_l/pattern_04.gif');
    }

    #venue {
        background-image: url('/fcp/2021/img/frame/gif_l/pattern_05.gif');
    }

    #pattern_02 {
        display:none;
    }


    #Programme {
        background-size: 40%;
    }

    #mainImg video {
        display: none;
    }
}