@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body
{
  font-family: Noto Sans TC, sans-serif;
}
 
.owl-carousel img, .item-video{
    max-height: 600px;
    width:auto;
}

.navbar-light .navbar-nav .nav-link{
  color:DodgerBlue;
}
.navbar, .dropdown-menu
{
  background-color:#bdf;
}

.nav-link{
  font-size:1.3em ;
}

#detail .title
{
  font-size: 25px;
  color:rgb(1, 63, 58);
}

iframe
{
  width:100%;
  height: 50%;
}

.btn-p1
{
  background-color:#9B1B30;
}
.btn-p2
{
  background-color:#F5D6C6;
}
.btn-p3
{
  background-color:#FA9A85;
}
.btn-p4
{
  background-color:#CE5B78;
}
.btn-p5
{
  background-color:#935529
}
.btn-p6
{
  background-color:#E08119;
}

button
{
  font-family: 'cwTeXKai', serif;
}

.wrapper { transition: all .2s ease-in-out;}
.wrapper:hover { 
  transform: scale(0.9,0.9); 
  img{
    opacity:0.2;
  }
}

.wrapper { 
  max-width: 400px;
  position: relative;
}

.text {
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
  color: #000;
  position: absolute;
  font-size: 2rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}


.hey
{
  border-top: 3px dotted rgb(112, 109, 109);
}