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);
}
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;
}
body{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
}
.row{
    margin: 0;
}
section .container h1{
    color: #F05A28;
    text-align: center;
    font-size: 45px;
    font-weight: 12px;
    padding-top: 30px;
}
section .container h2{
    color: #F05A28;
    text-align: center;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.3;
    padding-bottom: 30px;
}
section .container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section .container {
    position: relative;
  }

section .mySlides {
    display: none;
}
  
section .cursor {
    cursor: pointer;
  }

section .prev,.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    align-items: center;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
  
section .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
section .prev:hover,.next:hover {
    background-color: transparent;
}
  
section .numbertext {
    color: white;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

section .caption-container {
    text-align: center;
    background-color: #222;
    color: white;
}
  
section .row:after {
    content: "";
    display: table;
    clear: both;
}

section .column {
    float: left;
    width: 14%;
}
  
section .demo {
    opacity: 0.6;
}
  
section .active,.demo:hover {
    opacity: 1;
}
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;
    }
}