h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans TC', sans-serif;
}
p,a,input,label,textarea,span,ul,li{
    font-family: 'Open Sans', sans-serif;
}
h3{
    font-size:30px;
    line-height: 1.5;
}
p{
    color:#707070;
}
img{
    max-width:100%
}
p.lead{
    color:red;
}
#intro .jumbotron {
    height:50vh; /*指的是整個Mon的高度*/
    margin-bottom:0px;
    margin-right:0px;

}

#intro h1{
    font-size: 52px;
    font-weight: 500;/*指的是字體粗度*/
    line-height: 1.5;
}
#intro .btn{
    background-color: f05f5c;/*按鈕顏色*/
    color: white;/*字體顏色*/
    padding: 10px 26px;/*按鈕大小*/
    border-radius: 20px;/*按鈕弧度*/
    
}
#intro .container{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header nav img{
    width:175px;
}
header li{
    margin:0 40px;
}
#second{
    padding:80 0px;
}
#second h3{
    margin-bottom:80px;
}
#second img{
    width: 300px;
    border-radius: 100%;
    margin-bottom: 13px;
}
#latest{
    padding:80px 0px;
    background: rgb(248,248,248);
}
#latest h3{
    margin-bottom:80px; /*對下距離*/
}
#latest .outer{
    background: white;
    box-shadow: 0 0 8px 0 rgb(0 0 0);/*外框陰影*/
    padding: 20px;
}
#latest .innertext{
    position: absolute;
    bottom: 10px;
    left: 24px;
}
#latest .innertext span{              
    background: rgba(255,255,255,0.7);
    padding: 6px 15px;
    border-radius: 20px;
}/*設定span內容*/
#latest .innertext h4{
    font-size: 20px;
    margin-top: 18px;
}
#latest .upper{
    position: relative;
}
#latest .lower{
    padding: 6px 20px 20px 20px;
}
#latest .lower h3{
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}
#latest a{
    color:black;
}
#latest a:hover{
    text-decoration: none;
}

/*正常大小*/
.embedvideo {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
  }
  .embedvideo.vshow {padding-bottom: 177.5%;}
  .embedvideo iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute; 
    top: 0; 
    left: 0; 
  }
  .embedvideo.fr-fb { padding-bottom: 55%;}
  .embedvideo.fr-fb.vshow { padding-bottom: 176%;}
  
/*外掛的
section{
    display:block
}
body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}
*/

/*div.outer-div{
    height: 170px;
    width: 300px;
    background-color: lightgray;
}
div.middle-div{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/