@charset "UTF-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans TC', sans-serif;;
    color: #333;
}

body, html {
  height: 100%;
  line-height: 1.8;
}

p{
    font-size: 18px!important;
    letter-spacing: 0.25px;
}

h3{
    font-size: 45px!important;
    font-weight: 800!important;
    border-bottom: 10px solid #5dff70;
    letter-spacing: -3px;
    line-height: 1;
}

.w3-white{
    color: #333!important;
}

.w3-large{
    font-size: 25px!important;
    font-weight: 800;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/banner01.jpg");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.iconimg{
    width: 125px;
    display: block;
    margin: auto;
}

.head_logo{
    font-family: 'Passion One', cursive;
    font-size: 80px;
    font-weight: bolder;
}

.topnav-logo{
    font-family: 'Audiowide', cursive;
    font-size: 20px;
    font-weight: bolder;
}