@font-face {
    font-family: 'Caveat';
    src: url('Caveat-VariableFont_wght.ttf') format('truetype')
}

@font-face {
    font-family: 'TW-Kai';
    src: url('TW-Kai Regular.ttf') format('truetype')
}

.alt-menu {
    display: none;
    height: 100%;
    text-align: center;
    padding-top: 40px;
}

.alt-menu-row {
    padding-bottom: 20px;
}

.banner {
    display: block;
    width: 100%;
    min-height: 115px;
    background-color:rgb(245, 228, 77);
}

.bannertxt1,
.bannertxt2,
.bannertxt3 {
    text-decoration: none;
    font-size: 36pt;
    font-weight: bold;
    font-family: Caveat, Comic Sans MS, Arial, Helvetica, sans-serif;
    color:rgb(55, 58, 59);
    cursor: pointer;
}

.bannertxt2 {
    font-size: 20pt;
    font-weight: regular;
    padding-right: 40px;
    white-space: nowrap;
}

    .bannertxt2:hover,
    .bannertxt3:hover {
        color: gray;
        transition-duration: 500ms;
    }

body {
    margin: 0;
    background-color:rgb(255, 255, 207);
}

.chinese {
    position: relative;
    top: -8px;
    font-family: TW-Kai;
    font-size: 20pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:rgb(55, 58, 59);
    z-index: 99;
}

.container {
    position: relative;
    min-height: 100vh;
}

.content {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

#footer {
    position: absolute;
    bottom: 0;
    text-align: right;
    background: black;
    height: 60px;
    width: 100%;
    padding-top: 15px;
}

.footertxt {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding-right: 30px;
    white-space: nowrap;
}

    .footertxt:hover {
        color: rgb(245, 228, 77);
        transition-duration: 500ms;
    }

.footertxt-first {
    padding-left: 30px;
}

#hamburger {
    cursor: pointer;
}

.image-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.image-2 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.image-3 {
    padding-bottom: 10px;
    text-align: center;
}

.image-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.img1 {
    max-width: 820px;
}

.img2 {
    max-width: 1024px;
}

.img3 {
    max-width: 510px;
    padding-top: 4px;
}

.img4 {
    max-width: 475px;
    padding-top: 4px;
}

.img5 {
    max-width: 545px;
    padding-top: 4px;
}

.img6 {
    max-width: 680px;
}

.img7 {
    max-width: 600px;
}

.img8 {
    max-width: 480.75px;
}

.img9 {
    max-width: 539.25px;
}

.menu1-1 {
    display:table-cell;
    min-width: 235px;
    text-align: left;
    padding-top: 10px;
    padding-left: 40px;
}

.menu1-2 {
    display:table-cell;
    width: 100%;
    text-align: right;
    padding-top: 30px;
}

.menu1-3 {
    display: none;
    position: relative;
    margin-top: -32px;
    padding-right: 20px;
    text-align: right;
}

.p-head {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(55, 58, 59);
    text-decoration: underline;
}

.section {
    padding-bottom: 20px;
}

.splain,
.splain-2 {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(55, 58, 59);
}

.splain-2 {
    padding-top: 20px;
    text-align: center;
}

.section-title,
.section-title-2 {
    font-size: 36pt;
    font-weight: bold;
    font-family: Caveat, Comic Sans MS, Arial, Helvetica, sans-serif;
    color:rgb(55, 58, 59);
    padding-bottom: 6px;
}

.section-title-2 {
    font-size: 24pt;
    padding-bottom: 0;
}

.section-title-main {
    font-size: 56pt;
    font-weight: bold;
    font-family: Caveat, Comic Sans MS, Arial, Helvetica, sans-serif;
    color:rgb(55, 58, 59);
    text-align: center;
}

.section-title-main-2 {
    font-size: 20pt;
    font-family: Caveat, Comic Sans MS, Arial, Helvetica, sans-serif;
    color:rgb(55, 58, 59);
    padding-bottom: 10px;
    text-align: center;
}

@media (max-width:1024px) {

    .menu1-2 {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media (max-width:768px) {

    .menu1-2 {
        display: none;
    }
    
    .menu1-3 {
        display: block;
    }

    .section-title-main {
        font-size: 46pt;
    }

    .section-title-main-2 {
        font-size: 18pt;
    }    
}

@media (max-width:672px) {
    #footer {
        text-align: center;
    }
}

@media (max-width:480px) {

    .section-title-main {
        font-size: 36pt;
    }

    .section-title-main-2 {
        font-size: 16pt;
    }    
}
    
