 /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding-left:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*------------------------------------------my code*/
/*------------------------------------------my code*/
/*----
*{
    font-family: "chaparral pro";
}
--------------------------------------*/
/*--page bg--*/
body{
    color: #fff;
    font-family: "chaparral pro";
    background-color: #000;
    background-image: url(images/chinese_logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 446px;
    padding-top: 80px;
    height: 100%;
        } 

a:link {
    color: #fff;  
}

a:visited{
    text-decoration-color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

a:active{
    color: #555;
}

h1{ 
    font-family: "signpainter";
    margin-bottom: 5px;
    line-height: 35px;
    font-size: 2.8em;
    font-weight: 100;
    color: #ffcc08;
}


h2{ 
    color: #223;
    padding: 30px;
    line-height: 0px;
}


h3{ 
    color: #000;
    padding: 0px;
    line-height: 30px;    
}

h2, h3{
    text-align: center;
    font-size: 1.1em;
    }

h4{
    font-size: 1em;
    text-transform: uppercase;
    color: #ffcc08;
    font-weight: 500;
    line-height: 15px;
 }

h5{
    font-weight: 100;
    color: #999;
    margin-bottom: 40px;
}

h6{
    font-weight: 100;
    font-size: 12px;
    color: #666; 
    }

p{
    margin-bottom: 20px;
}

p:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 80px;
}

p a{
    color: #fff;
}


/*------------------------------------------end h tags*/
.banner{
    background-image: url(images/bacfudo_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    position: relative;
    top: 30px;
    height: 300px;
    padding: 15px;
    background-size: 500px;
}

.banner-sml{
    background-image: url(images/bacfudo_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    padding: 95px;
    background-size: 350px;
    height: 140px;
}

.banner img{
width: 100%;
    
}
/*------------------------------------------end banner*/

.wrapper{
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.wrapper-center{
    max-width: 500px;
    box-sizing: border-box;
    margin: auto;
}

.wrapper-center a{
    color: #fff;
}

/*------------------------------------------end*/

nav ul{
    background-color: #000;
    display: block;/*try blok*/
    width: 100%;
    padding: 20px 73px 0px 0px;
    line-height: 40px;/*90*/
    position: fixed;
    top: 0;
    z-index: 9;
}

nav li{
    display: inline-block;
    float: left;
    margin-right: 73px;
    list-style: none;
      }

nav ul li a{
    font-family: "impact";
    font-size:24px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
}

nav li a.current{
    color: #ffcc08;
}

.dropdown{
    border-color: #ffcc08;
}

.drop-content{
    background-color: #ffcc08;
    display: none;
    /**/
    /*margin-left: 200px;*/
}

.drop-content a {
    font-size:1em;
    display: block;
    padding: 0 5px;
    line-height: 25px;
    color: #000;    
}

.dropdown:hover .drop-content {
    display: block;
}

.drop-content a:hover{
    color: #fff;
}

.drop-content a.current{
    background-color: #000;
}

    .menu-toggle{
        display: none;
        }

    .close{
            display: none;
        }

.home{
    display: none;
}

.schedule{
    padding-bottom: 100px;
}


/*------------------------------------------end nav*/

.quote{
    height: 100%;
    padding: 200px 20px;
    font-family: "chaparral pro";
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    color: #ffcc08;  
}

.chinese{
    padding-top: 80px;
    height: 100%;
    
}

.bfd{
    margin-top: 80px;
}

.notop{
    margin-top: 0px;
}

.space-after{
    padding-bottom: 80px;
}

.thirty-pix{
    padding-bottom: 30px;
}

.nopad{
    padding-bottom: 0px;
}

.quote a{
    color: #fff;
    text-decoration: none;
}

.chinese a{
    color: #fff;
}

.more{
    font-family: "signpainter";
    font-size: 1.1em;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    display: block;
}

.hidden-tags{
    display: none;
}

/*------------------------------------------end quote*/

.flex-container{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 100px;
}

.flex-container div{
  background-color: #ffcc08;
  color: #000;
  margin: 16px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  border-radius: 5px;
}

.flex-times{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
}
 
.flex-times a{
    text-decoration: none;
}


.flex-times div{
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
  width: 500px;
  border-radius: 5px;
}

.times{
    flex-grow: 8;
}

.clock{
    display: none;
    background-image: url(images/clock.svg)
}

.info{
    background-image: url(images/info.svg);
}

.dl{
    background-image: url(images/dload.svg);
}

.location{
    background-image: url(images/loc.svg);
}

.cost{
    background-image: url(images/cost.svg);
}



/*------------------------------------------end flex*/

.free2{
    color: #ffcc08;
    padding-bottom: 10px;
   }
/*------------------------------------------RED TEXT!!!!!!!!*/
.note{
    color: crimson;
}

.update{
 font-size: 18px;
}

/*------------------------------------------RED TEXT!!!!!!!!*/
.dotpoints{
    line-height: 20px;
    margin-bottom: 100px;  
   }

.dotpoints br{
    display: none;
}
    
.dotpoints li:before {
    content: ' \2714';
    color: #ffcc08;   
}

.dotpoints li{
    list-style: none;
    margin-bottom: 10px;
}

/*------------------------------------------covid dotpoints*/
.checklist{
    line-height: 20px;
    margin-bottom: 10px;  
   }

.checklist br{
    display: none;
}
    
.checklist li:before {
    content: ' \2714';
    color: #ffcc08;   
}

.checklist li{
    list-style: none;
    margin-bottom: 10px;
}
/*------------------------------------------END covid dotpoints*/

.blurb{
    line-height: 20px;
  }

.maia{
    width: 220px;
    background-color: #FFF;
    border-radius: 20px;
    margin-bottom: 60px;
    background-size: 1%;    
}

.covidsafe{
    width: 50%;
    margin: auto;
    padding-bottom: 90px;
    background-size: 1%;
}

/*--------footer--------*/

footer{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
    font-family: "chaparral pro";
    height: auto;
    padding: 15px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #000;
    background-color: #ffcc08;
    margin: auto;
    }

footer a:link{
    color: #000;
    text-decoration: none;
}

footer a:visited{
    color: #444;
}

footer img{
    border: 0;
    width: 30px;    
}

footer p{
    display: inline;
    padding-left: 10px;
}

.wrapper-footer{
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    padding-left: 8%;
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.flex-container-footer div{
    color: #000;
    max-width: 600px;
    font-size: 1em;
    line-height: 5px;
    margin: auto;
    padding-left: 0px;
    
}

footer p{                
    visibility: hidden;
    vertical-align: super;
}

.kwa br{
    display: none;
}

.kwa-abb{
    display: none;
}

.copyright{
    text-transform: uppercase;
    font-size: .7em;
    padding: 10px;
    text-align: center;
    background-color: #ffcc08;
    color: #555; 
}

/*--------MEDIA QUERIES------*/
@media screen and (max-width: 1920px){
   .banner{
        padding: 5px;
    }

    .wrapper-footer{
        padding-left: 4%;
    }
}
/*--------end 1920-------------------------*/
@media screen and (max-width: 1680px){
    
    .quote{
        padding: 140px 0;
    }
    
    .wrapper-footer{
        padding-left: 10%;
    }
    
            .kwa{
    display: none;
}

    .kwa-abb{
    display: block;
}
    
}
/*--------end 1680-------------------------*/
@media screen and (max-width: 1440px){
    
    .banner{
        padding-bottom: 95px;
    }
    
    .banner-sml{
        padding-bottom: 0px;
    }
    
    .quote{
        padding: 110px 0;
    }
    
        .wrapper-footer{
        padding-left: 18%;
    }
    

    
}
/*--------end 1440-------------------------*/
@media screen and (max-width: 1366px){
    .banner{
        position: relative;
        top: 20px;
        padding-bottom: 40px;
    }
    
    .banner-sml{
        padding: 40px;
    }
    
} 
/*--------end 1366-------------------------*/
@media screen and (max-width: 1280px){

    .banner{
        background-size: 500px;
        position: relative;
        top:0;
    }
    
    .banner-sml{
        padding-top: 10px;
    }
    
    h2,h3{
    font-size: 1em;
    line-height: 10px;
    padding: 25px;         
    }
    
    h2{
     padding-bottom: 0px;
    }
    
    .quote{
        font-size: 1.2em;
        padding: 85px;
    }
    

    
}

/*--------end 1280------------------------*/

@media screen and (max-width: 1024px){
    .banner{
        height: 200px;
        padding: 10px;
        background-size: 300px;
    }
    
    h2,h3{
        font-size: .7em;
        line-height: 15px;
        padding: 10px 0; 
    }
      
    h2{
      padding-bottom: 0px; 
    }
    
    .quote{
        font-size: 1em;
        padding: 50px;
    }
    
    .flex-times div{
  margin-bottom: 15px;
  height: 60px;
  width: 300px;
}
    
    .flex-container div{
  height: 50px;
  width: 50px;
  background-size: 40px;
} 
    
        .wrapper-footer{
       /* -webkit-column-count: 9;
        -moz-column-count: 9;
        column-count: 9;*/
        padding-left: 19%;
    }
    

}

/*--------end 1024------*/
@media screen and (max-width: 960px){


    .wrapper-footer{
        padding-left: 18%;
    }  
}
/*--------end 960------*/
@media screen and (max-width: 800px){

    h2,h3{
        font-size: 1em;
    }
    
          header .wrapper{/*--need this for centre aligned mobile menu--*/
          
          margin: 0;
          padding: 0;
      }
    
    header nav{
        padding-left: 20px;
    }
    
        nav {
       top: 60px;
            /* left: -100%;
             transition: 0.5s;*/
        margin: 0;
        padding-bottom: 10px;
        position: fixed;
        z-index: 9;
        /*display: none;*/
        }
      
      nav.active{/*this is to hide mobile menu*/
          left: -200%;
      }
      
      nav ul{
         display: block; 
      }
      
   /*nav ul{
       text-align: center;
        width: 100%;
        top: 50px;
        margin: 0;
        padding-bottom: 10px;
        position: fixed;
        display: none;
        }*/
        
     /* nav ul.open{
         display: block;  
}*/
        
         nav li{
            float: none;
             width: 100%;
             margin: 0;
             }
      
      nav li a{
          display: block;
          padding: 0px;
      }

            .menu-toggle{
        display: none;
        width:100%;
        height: 50px;
        background: url(images/burger.svg) no-repeat;
        background-size: 30px;
        background-position: 20px; /*was 400px*/
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffcc08;
        cursor:pointer;
        z-index: 9;
        }
      
      .menu-toggle{
          display:block;
      }
        
    .close{
            display: block;
            color: red;
            background-image: url(images/close-blk.svg);
            background-repeat: no-repeat;
            background-size: 15px;
            position: relative;
            padding-bottom: 10px;
            cursor: pointer;
        }

        .drop-content{
            display: block;
        }
        
        .drop-content a {
    font-size: 24px;
    padding: 10px;
}
    
    .home{
    display: block;
}
       
    .banner{
        background-size: 400px;
        height: 320px;
    }
    

    .quote{
        font-size: 1.3em;
        padding: 170px 0px;
    }

.flex-times div{
  height: 100px;
  width: 420px;
    padding-top: 30px;
}    
    
.flex-container div{
  height: 80px;
  width: 80px;
  background-size: 50px;
}  
    
        .wrapper-footer{
        padding-left: 18%;
    } 
    
}

/*------------------------------------end 800------*/
          
  @media screen and (max-width: 768px){
      
      /*.menu-toggle{
          background-position: 384px;
      }*/

        .banner{
        padding: 0px;
}
    
        .banner-sml{
        padding-bottom: 150px;
        }
      
      .wrapper-center{
          width: 50%;
          padding-left: 15px;
      }
        
        .flex-container{
        justify-content: center;
        flex-direction:row;    
    }
   
        .times{
    display: none;
}
      
        .clock{
            display: block
        }
      
      footer{
          padding-bottom: 0px;
      }


        
    .wrapper-footer{
        height: 100%;
        padding-left: 17%;
    }  
      
      .copyright{
          border-top: 1px solid #555;
      }
        
}
/*------------------------------------end 768------*/
@media screen and (max-width: 720px){

        .wrapper-footer{
        padding-left: 15%;
    } 
    
        }

/*------------------------------------end 720------*/
@media screen and (max-width: 640px){

        .wrapper-footer{
        padding-left: 12%;
    } 
    
        }

/*------------------------------------end 640------*/
    
@media screen and (max-width: 600px){

    
    .menu-toggle{
         
            height: 30px;
            background-size: 20px;
          /*background-position: 300px;*/
        }
    
    header nav ul{
        top: 10px;
    }
    header nav li{
        
        padding: 0;
        margin: 0;
    }
    
    header nav li a{
        font-size: 1em;
    }
        
        header nav a{
            padding: 0;
            }

    .dropdown a{
        font-size: 1em;
        margin: 0;
        padding: 0;
    }
    
    .home{
    display: none;
}
    
    .wrapper-center{
          width: 96%;
          padding: 0 4%;
      }
    
    .flex-container div{
            margin: 10px;
        }
    
                .wrapper-footer{
            padding-left: 6%;
    }
    
}
/*------------------------------------end 600------*/
    @media screen and (max-width: 480px) {

        h1{
          font-size: 2em;  
        }  
        
        p:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 30px;
}
        
.banner{
    padding: 0px;
    background-size: 300px;
    height: 210px;
}
     
        .banner-sml{
    padding: 0px;
    background-size: 300px;
    height: 210px;
}
              /*.menu-toggle{
          background-position: 240px;
      }*/
        
            .home{
    display: none;
}
        
        .wrapper{
            padding: 0 5%;
        }

        .quote{
          font-size: 1.1em; 
            padding: 100px 0;
        } 
        
        .more{
            display: none;
        }
        
        .flex-container div{
            margin: 5px;
            width: 60px;
            height: 60px;
            background-size: 40px;
        }
        
        .dotpoints{
            margin-bottom: 40px;
        }
        
        .dotpoints li{
            padding-bottom: 15px;
        }
        
        .blurb{
            width: 100%;
        }
        
    /*.maia{
    margin-bottom: 20px;
}*/
        
        footer{
           padding-bottom: 0;
        }

      /*  .flex-container-footer{
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2; 
        }*/
        
        
        .flex-container-footer div{
            height: 35px;
            margin-bottom: 0px;
        }
        
        footer h4{
            visibility: hidden;
        }
        
        .wrapper-footer{
            padding-left: 4%;
        }
        
    } 

/*------------------------------------end 480------*/
@media screen and (max-width: 425px){
          
          /*.menu-toggle{
          background-position: 212px;
      }*/
    
    .flex-container div{
        height: 50px;  
        width: 50px; 
        } 
 
    
    footer img{
    width: 20px; 
        padding: 0px;
}
    
    }
/*------------------------------------end 425------*/
@media screen and (max-width: 375px){
    
    
    body{
        padding-top: 20px;
    }
    
    .banner{
    background-size: 270px;

}
    .banner-sml{
    background-size: 270px;  
    }
    
          /*.menu-toggle{
          background-position: 187px;
      }*/
       
    footer{
        max-width: 375px;
    }
    
       .wrapper-footer{
        padding-left: 10px;
    }
}
   
     

/*------------------------------------end 375------*/


@media screen and (max-width: 320px){
         
    /*.menu-toggle{
          background-position: 160px;
      }*/
    
                  .flex-container div{
        margin: 3px;
        } 
    
    .dotpoints li{
        padding-bottom: 10px;
    }
}
 