
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;
}

#intro .jumbotron{
    height: 70vh;
    margin-bottom: 0px;
}

.container-fluid-modified {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

header li{
    margin: 0 10px;
}

h3{
    font-size: 36px;
    line-height: 1.5;
}

p{
    color: #707070;
}

p.lead{
    color: black;
}

#second{
    padding: 80px 0px;
}

#second h3{
    margin-bottom: 80px;
}

#second img{
    width: 150px;
    border-radius: 100%;
    margin-bottom: 13px;
}

#third{
    border-top: 1px solid rgba(0,0,0,0.09);
    padding: 80px 0px;
}

#third img{
    width: 150px;
    border-radius: 100%;
    margin-bottom: 13px;
}

#third h3{
    margin-bottom: 80px;
}

footer{
	border-top: 1px solid rgba(0,0,0,0.09);
    background: rgb(248, 248, 248);
}

#footer a p{
    color:#707070
}