﻿@charset "UTF-8";
/* CSS Document */

.container,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.panel-body,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
p,
span {
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

.nav-item a:hover,
.nav-link:hover {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#mainNav .navbar-brand {
  color: #fff;
  min-width: 250px;
}

.more {
  text-align: center;
  /* margin: 2% auto; */
  /* padding: 2%; */
}

.team-member .h4,
.team-member h4 {
  margin: 5px auto;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
}

.team-member img {
  width: 12rem;
  height: 12rem;
  border: .5rem solid rgba(0, 0, 0, 0.1);
  margin: 1% auto;
}

.rounded-circle {
  border-radius: 50% !important;
}

.responsive {
  width: 100%;
  height: auto;
}

.list-box {
  padding: 2% 0;
}

.list-box h3 {
  font-size: 1.5em;
  margin: 0;
}

.list-box li {
  margin-bottom: 2%;
}

.thumbnail {
  border: 1px solid #CCC;
  padding: 5px;
  background: #f9f9f9;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.video-wrapper {
  margin: 30px auto;
  text-align: center;
  max-width: 600px;
}




.mbr-buttons {
  margin: 2% auto;
  position: relative;
  text-align: center;
  top: 0;
}

.page-section a {
  font-size: 16px;
  margin: 2px;
}


.title h3{
  color: #333;
  font-weight: 500;
  font-size: 1.5em;
}






@media (max-width: 768px) {
  .previewVideoIframe {
    margin: 5% auto;
    text-align: center;
    min-height: 200px;
    width: 100%;
  }

  .title h3 {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin: 3rem auto 1rem auto;
  }

  
}
@media (min-width: 768px) {
  .previewVideoIframe {
    width: 100%;
    min-height: 315px;
    margin: 0 auto;
    text-align: center;
  }

  .title h3 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    margin: 3rem auto 1rem auto;
  }
  
}







.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none;
}

@media (max-width: 767px){
.visible-xs {
    display: block !important;
}
.hidden-xs {
  display: none !important;
}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url(../assets/img/header-bg-xs.jpg) !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}


}



.left{
  text-align: left;
}

.team-member-info h4{
  text-align: left;
  max-width: 450px;
}


.portfolio-caption .text-muted {
    padding: 0;
}



.c a {
  font-size: 18px;
  margin: 2px;
}


.title p {
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
}


.title ol,.title ul {
  padding-left: 2rem;
}


.w3-card h3{
  margin: 5% auto 0% auto;
  text-align: center;
  font-size: 1.5em;
}

.w3-card h5{
  color: red;
  margin: 2% auto 0% auto;
  text-align: center;
  font-size: 1.2em;
}

.w3-card p{
  margin: 5px auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.red{
  color: red !important;
  opacity: 1;
}

.card-box{
  min-height: 130px;
}

.news-box{
  min-height: 100px;
  padding: 10px;
}
.news a{
  color: #e03f19;
}

.wrap{
  margin: 3% auto;
}

.w3-card a{
  margin-bottom: 15px;
}


.navbar-brand img {
  height: 2.5rem;
  transition: height 0.3s ease-in-out;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.bg-light {
  background-color: #fff !important;
}


.news h3{
  color: #333;
  font-size: 1.5em;
}