﻿html, body {
    height: 100%;
    font-size: 12pt;
}

body {
    align-items: center;
    background-color: #d6d6d6;
    font-family: 'FIMM32Font';
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

section {
    display: block;
    align-items: center;
    justify-content: center;
}


#COVER {
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgb(220,155,70);
}

#canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lang {
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
}

    .lang a {
        color: #000000;
    }

        .lang a:link {
            color: #000000;
        }

        .lang a:visited {
            color: #000000;
        }

        .lang a:hover {
            color: #000000;
        }

        .lang a:active {
            color: #000000;
        }

a.darkLink {
    color: #93705d;
}

    a.darkLink:link {
        color: #93705d;
    }

    a.darkLink:visited {
        color: #93705d;
    }

    a.darkLink:hover {
        color: #93705d;
    }

    a.darkLink:active {
        color: #93705d;
    }

#arrowDownBtn {
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0px;
}

#arrowDownBtn2 {
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    left: 0px;
}

#sectionInscription {
    display: block;
    height: calc(100vh - 140px);
    background-color: #ffffff;
    background-position-y: 0px;
    background-size: cover;
    border: 0px solid red;
    padding-top: auto;
    position: relative;
}

    #sectionInscription .height20vh {
        height: 10vh;
    }

#video {
    background-image: url(/2019/img/bg/about_BG.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

#crowd {
    background-image: url(/2019/img/bg/ImportantInfo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #259e52;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}


    #crowd h2 {
        color: #ffffff;
    }

#intro {
    background-image: url(/2019/img/bg/VIVA.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #00acee;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}

#fireworks {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    cursor: pointer;
}

#intro canvas {
    background: transparent;
}

#intro .vivaIcon {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

    #intro .vivaIcon img:hover {
        transition: 0.30s;
        -webkit-transition: 0.30s;
        -moz-transition: 0.30s;
        -ms-transition: 0.30s;
        -o-transition: 0.30s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

#intro h2 {
}

#news {
    display: block;
    background-color: rgb(220,155,70);
}

    #news h2 {
    }


#events {
    display: block;
    background-image: url(/fimm/32/img/frame/03program_bg.png);
    background-position-y: -350px;
    background-position-x: center;
}

#participation {
    background-color: #fb7222;
    background-image: url(/2019/img/bg/ParticipatingGroups.jpg);
    background-position-x: center;
}

    #participation h2 {
        color: #ffffff;
    }

    #participation a {
        color: #ffffff;
    }

        #participation a:link {
            color: #ffffff;
        }

        #participation a:visited {
            color: #ffffff;
        }

        #participation a:hover {
            color: #999999;
        }

        #participation a:active {
            color: #000000;
        }

li marquee {
    height: 1.5em;
}

#participation ol {
    list-style: decimal;
    color: #ffffff;
}


    #participation ol li {
        float: left;
        display: list-item;
        width: calc(99.6%/3);
        margin: 0;
        padding: 0px 60px 0px 0px;
        white-space: nowrap;
        height: 1.5em;
    }

        #participation ol li a {
            font-size: 0.7em;
        }


            #participation ol li a:link {
                color: #ffffff;
            }

            #participation ol li a:visited {
                color: #ffffff;
            }

            #participation ol li a:hover {
                color: #ffffff;
            }

            #participation ol li a:active {
                color: #ffffff;
            }




#activities {
    display: block;
    background-color: #dd5770;
    color: #ffffff;
    background-image: url(/2019/img/bg/festival.jpg);
    background-position-x: center;
}

    #activities h2 {
        color: #ffffff;
    }

    #activities .actConten h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        color: #ea028c;
    }

    #activities a {
        color: #93705d;
    }

        #activities a:link {
            color: #93705d;
        }

        #activities a:visited {
            color: #93705d;
        }

        #activities a:hover {
            color: #93705d;
        }

        #activities a:active {
            color: #93705d;
        }

    #activities .actConten p {
        width: 100%;
    }

#timetable {
    display: block;
    background-color: #ffffff;
    background-image: url(/fimm/32/img/frame/03time_table_bg.png);
    background-position-y: -500px;
    background-position-x: center;
    color: #8e614a;
}

#prehot {
    display: block;
    /*background-image: url(/2019/img/bg/moreinfo_BG.png);*/
    background-repeat: no-repeat;
    background-position: bottom;
    color: #000000;
    padding-bottom: 100px;
    background-color: rgb(220,155,70);
}

    #prehot a {
        color: #000000;
        text-decoration: none;
    }

#ticket {
    display: block;
    background-image: url(/fimm/32/img/frame/06ticket_bg.png);
    background-position-x: center;
    background-position-y: -400px;
}

    #ticket .contentHtml {
        column-count: 2;
        column-gap: 5em;
    }

#moreInfo {
    display: block;
    background-color: #e4e4e4;
    background-position-x: center;
    background-repeat: no-repeat;
    color: #000000;
}

    #moreInfo h2 {
        color: #000000;
    }

    #moreInfo a {
        color: #000000;
    }

        #moreInfo a:link {
            color: #000000;
        }

        #moreInfo a:visited {
            color: #000000;
        }

        #moreInfo a:hover {
            color: #000000;
        }

        #moreInfo a:active {
            color: #000000;
        }


#prelaunchMSG {
    /*background-image: url(/2019/img/bg/about_BG.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(220,155,70);
    padding-top: 60px;
    padding-bottom: 60px;
    color: #000000;
}


    #prelaunchMSG h2 {
        color: #000000;
    }

        #prelaunchMSG h2 a {
            color: #000000;
        }

    #prelaunchMSG h3 {
        margin-bottom: 1.2em;
        text-align: center;
    }

.prelaunchDiv {
    margin-left: 5em;
    margin-right: 5em;
}

.blackBoard {
    background-color: #000;
    padding: 2em;
    color: #ffffff;
}

.whiteBoard {
    background-color: #f1f1f1;
    padding: 2em;
    color: #000000;
}

#quere {
    display: block;
    background-image: url(/fimm/32/img/frame/08_mail_bg.png);
    background-position-y: -200px;
    background-position-x: center;
}

.height20vh {
    /* min-height: 20vh !important; */
    height: 22vh;
    align-items: center;
    justify-content: center;
}

.height10vh {
    height: 10vh;
    align-items: center;
    justify-content: center;
}


#partners {
    background-color: #ffffff;
    padding-top: 150px;
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
}

    #partners .row {
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
    }

.partner {
    margin-right: 25px;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.marginMenu {
    margin-top: 140px;
}

.mainContain {
    margin-top: 180px;
    padding: 5em;
    background-color: #f1f1f1;
}

.mainContain h2 {
    margin-top: 1em;
    margin-bottom:1em;
}

#footer {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    font-size: 10.5pt;
    padding-top: 150px;
    padding-bottom: 50px;
}

    #footer a {
        color: #ffffff;
    }

        #footer a:link {
            color: #ffffff;
        }

        #footer a:visited {
            color: #ffffff;
        }

        #footer a:hover {
            color: #ffffff;
        }

        #footer a:active {
            color: #ffffff;
        }

#footerIClogo {
    margin-bottom: 30px;
}

.event {
    background-size: cover;
    width: 33.3333vw;
    height: 33.3333vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventTitle h5 {
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 3px;
    line-height: 1em;
}

.eventTitle {
    background-color: #8B624A;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

a.eventTitle:link {
    background-color: #8B624A;
    color: #ffffff;
}

a.eventTitle:visited {
    background-color: #8B624A;
    color: #ffffff;
}

a.eventTitle:hover {
    background-color: #8B624A;
    color: #ffffff;
    text-decoration: none;
}

a.eventTitle:active {
    background-color: #8B624A;
    color: #ffffff;
}

.green {
    color: #03a550;
}

.prehotDIV {
    padding: 3em;
}


.title {
    background-image: url(../img/bg/line.png);
    background-repeat: repeat-x;
    background-position: 0.5em;
    width: 100%;
    text-align: center;
}

    .title span {
        background-color: rgb(220,155,70);
        display: inline-block;
        position: relative;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }



@media (max-width: 767px) {

    section {
        height: auto;
    }

    #participation ol li {
        width: calc(100%);
    }
}

@media (max-width: 575px) {

    .marginMenu {
    margin-top: 50px;
}

.mainContain {
    margin-top: 60px;
    padding: 0.6em;
    margin-left:0.8em;
    margin-right: 0.8em;
    width: auto;
    background-color: #f1f1f1;
}

.mainContain h2 {
    margin-top: 1em;
    margin-bottom:1em;
}

    a.oneBtn {
        color: #000000;
    }

    .title {
        margin-bottom:1em;
}

    .whiteBoard {
        padding: 1em;
    }

    .prehotDIV {
    padding: 1em;
}

    .prelaunchDiv {
        margin-left: 0.2em;
        margin-right: 0.2em;
    }

    #participation ol li {
        width: calc(100%);
    }

    .partner {
        height: 35px;
    }


    .height20vh {
        padding-top: 40px;
        min-height: 10vh;
        height: auto;
    }

    .dont-break-out {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }


    #footer {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #footer .col-12 {
            margin-bottom: 14px;
        }

    #ticket .contentHtml {
        column-count: 1;
        column-gap: 5em;
    }
}
