﻿html, body {
    height: 100%;
    font-size: 12pt;
}

body {
    align-items: center;
    background-color: #fdf2e0;
    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;
}

h2 {
    color: #8b6148;
}

#COVER {
    height: 100vh;    
    align-items: center;
    justify-content: center;
    background-color: #8f9092;
}

#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(/macaoparade/8/img/bg/Video.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

#crowd {
     background-image: url(/macaoparade/8/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(/macaoparade/8/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 {
    color: #ffffff;
}

#news {
    display: block;
    background-color: #ffffff;
}

#news h2{
    color: #ec008b;
}


#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(/macaoparade/8/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(/macaoparade/8/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;
}


#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: #0f7196;
    background-image: url(/macaoparade/8/img/bg/moreInfo.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
     color: #ffffff;
}

#moreInfo h2{
     color: #ffffff;
}

    #moreInfo a {
        color: #ffffff;
        
    }

        #moreInfo a:link {
            color: #ffffff;
        }

        #moreInfo a:visited {
            color: #ffffff;
        }

        #moreInfo a:hover {
            color: #ffffff;
        }

        #moreInfo a:active {
            color: #ffffff;
        }


        #prelaunchMSG {
     background-image: url(/macaoparade/8/img/bg/moreInfo.jpg);
    background-position: top center;    
    background-color: #259e52;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}


#prelaunchMSG h2 {
    color: #ffffff;
}

#prelaunchMSG h2 a{
    color: #ffffff;
}

#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: 1.6em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#footer {
    background-color: #3f3f3f;
    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;
}

@media (max-width: 767px) {
   
    section {
    height: auto;

    }
    #participation ol li 
    {
        width: calc(100%);
    }

   
}

@media (max-width: 575px) {

    #participation ol li 
    {
        width: calc(100%);
    }


    .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;
    }

   
}
