h1,h2,h3,h4,h5 {
    font-family: 'Contrail One', cursive !important;
}

p, div, span, td, body {
    font-family: 'Noto Sans TC', sans-serif !important;
}

h1 {
    font-size: 15vh;
/*    background: rgba(255,255,255,0.7);
    display: inline-block;
    margin-top: 30px;
    padding: 0px 30px;
    border-radius: 8px; */
}

h3 {
    font-size: 5vh;
}

#bg {
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */    
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-height:100vh;
}

.nmbr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0097e6+0,1e5799+100 */
    background: rgb(0,151,230); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,151,230,0.9) 0%, rgba(30,87,153,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,151,230,0.9) 0%,rgba(30,87,153,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,151,230,0.9) 0%,rgba(30,87,153,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097e6', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    text-align: center;
    color: #eeeeee;
    padding: 30px;
    margin-top: 20px;
    z-index: 1000;
    cursor: pointer;
}

.nmbr.opened {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f8fa6+0,718093+100 */
    background: rgb(25,42,86);
    background: -moz-linear-gradient(top, rgba(25,42,86,0.9) 0%, rgba(47,54,64,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(25,42,86,0.9) 0%,rgba(47,54,64,0.9) 100%);
    background: linear-gradient(to bottom, rgba(25,42,86,0.9) 0%,rgba(47,54,64,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192a56', endColorstr='#2f3640',GradientType=0 );
}

.nmbr.done {
    background: rgb(127,143,166); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(133, 155, 187,0.8) 0%, rgba(113,128,147,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(127,143,166,0.8) 0%,rgba(113,128,147,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(127,143,166,0.8) 0%,rgba(113,128,147,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8fa6', endColorstr='#718093',GradientType=0 ); /* IE6-9 */

}

.cnt {
    background:rgba(220,221,225, 0.9);
    margin-top: -20px;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    z-index: 1;
}

.done + .cnt button {
    display: none !important;
}

button {
    margin-top: 25px !important;    
}