h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans TC', sans-serif;
}
p,a,input,label,textarea,span,ul,li,table{
    font-family: 'Open Sans', sans-serif;
}
#navbar{
    padding: 8px;
    padding-bottom: 8px;
    background-color:#a2c2c7; 
    width: 100%;
    height: 100%; 
    box-shadow: 0px 5px 5px 0px rgb(95, 94, 94);
}
body{
    margin: 0;
    padding: 0;
}
.row{
    margin: 0;
}
header img{
    width: 100px;
    margin-right: 6px;
}
header li{
    color: #004D58;
    padding-right: 20px;
    font-size: 16px;
}
header .navbar-nav{
    display: inline-flex;
    padding-left: 20px;
}
header h4{
    color: #004D58;
    font-size: 13px;
    font-weight: 10;
    padding: 5px;
}
#intro .container h1{
    color: #F05A28;
    text-align: center;
    font-size: 45px;
    font-weight: 12px;
    padding-top: 30px;
}
#intro .container h2{
    color: #F05A28;
    text-align: center;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.3;
    padding-bottom: 30px;
}
#intro .colbox{
    background-color: #a2c2c7;
    width: 100%;
    height: 100%;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
#intro .colbox2{
    background-color: #F05A28;
    width: 100%;
    height: 100%;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
#intro .colbox3{
    background-color: #004D58;
    width: 100%;
    height: 100%;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}
#intro .lead{
    color: white;
    font-size: 25px;
    font-weight: 80;
    margin: 0 15px;
}
#intro p{
    color: white;
    font-size: 18px;
    font-weight: 80;
    margin: 0;
    padding-top: 10px;
}
#intro li{
    list-style-type: decimal;
    color: white;
    font-size: 13px;
    font-weight: 80;
    margin: 10px;
}
#intro a{
    color: white;
    font-size: 16px;
    font-weight: 80;
    text-align: center;
}
footer .jumbotron{
    background-color: rgb(179, 179, 179);
    width: 100%;
    height: 100%;
    margin-bottom: 0 ;
    border-radius: 0;
    text-align: center;
    padding-top: 60px;
    margin: 0;
}
footer .row{
    margin-right: 0;
    padding-bottom: 15px;
}
footer h3{
    color: white;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
}
footer h4{
    color: white;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 50px;
}
footer .lead{
    color: white;
    font-size: 25px;
}
footer .text{
    color: white;
    font-size: 16px;
    line-height: 1.5;
}
footer h6{
    color: white;
    font-size: 25px;
}
th, td {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
footer img{
    width: 350px;
    height: 100%;
    background-image: cover;
}
footer .map{
    width: 100%;
    height: 370px; 
    border: 0;
}
@media screen and (max-width: 500px) {
    footer .lead{
        color: white;
        font-size: 18px;
    }
    footer .text{
        color: white;
        font-size: 12px;
        line-height: 1.2;
    }
}
