body {
font-family: 'Noto Sans TC', sans-serif;
}text-transform: capitalize;


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

.subheading {
	font-family: 'Noto Sans TC', Sans-serif;
	font-size:1.2rem;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .subheading{
	text-transform: none;
}

h1,.h1 {
	font-size:5rem;
}

p.lead {
	font-size: 1.2rem;
}

.bg-primary {
	background-color: #6c757d!important;
	background-image: url(../assets/img/45-degree-fabric-light.png);
/*This is mostli intended for prototyping; please download the pattern and re-host for production environment. tank you!*/
}

.text-primary {
	color: #343a40!important;
}

a {
	color: #00bcc2;
}

table {
	border-collapse: collapse;
	width:100%;
}

th,td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #00bcc2;
	font-size: 1.1rem;
}
