/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, a {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;500;900&display=swap');

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, a, p {
    font-family: 'Noto Sans TC', sans-serif;
}

ul{
    list-style: none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

.logo {
	margin-top: 20px;
	text-align: center;
}

.logo a{
	font-size: 28px;
	font-weight: bold;
	color: #004d73;
}

nav{
	margin-bottom: 15px;
}

.nav-item .nav-link{
    text-decoration:none;	
	color: #000;
	font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
    color: #99cc00;
}

.content{
	margin-top: 40px;
}

.title{
	text-align: center;
	font-size: 16px;
	color: #004d73;
	font-weight: bold;
	margin-bottom: 30px;
}

.about-pic img{
	width: 100%;
}


.about-content img{
	margin-right: 0px;
}

.about-text{
	display: flex;
    justify-content: center;
    align-items: center;
	letter-spacing: 2px;
	line-height: 18px;
}

.service-content .title-s{
	margin-bottom:10px;
}

.service-content img{
	margin-bottom:10px;
}

.service-content .service-text{
	margin-bottom:10px;
} 

.service-content .title-s{
	color:#004d73;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.service-content .row img{
	width: 100%;
}

.service-content .service-text{
	color:#333;
	font-size: 16px;
	text-align: center;
}

.service-content .col-12{
	margin-top: 20px;
}

.about-content p a{
	color: #000;
}

.contact-text p{
	padding-top: 10px;
}

footer{
	margin-top: 40px;
	background-color: #004d73;
	padding: 5px;
}

footer p{
	color: #fff;
	text-align: center;
	font-size: 10px;
}