body, html {
	width: 100%;
	font-family: '微軟正黑體', sans-serif;
	font-size: 1.05rem;
}

/* ---------- theme top ---------- */
.bg-theme {
	background: #98C4E7;
}

.bg-theme-footer {	
	background: #4389B4;
}

footer {
	padding: 20px 0px;
}
footer h4:after {
	left: 15px;
	top: 50px;
	height: 1px;
	width: 50px;
	content: " ";
	background: #fff;
	position: absolute;
}
footer a {
	color: #FFF!important;
}
footer a:hover {
	color: #0C397A!important;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #98C4E7;
}

.dropdown-divider {
	margin: 0px;
}

.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.dropdown-item {
	padding: 10px 15px;
	font-size: 16px;
}

.dropdown-toggle::after {
	display: none;
}

.navbar-dark .navbar-nav .nav-link {
	color: #003679;
	font-weight: bolder;
	/*text-shadow: 1px 1px 1px #266ca6;*/
	font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #003679;
}

@media (max-width: 768px) {
	.index-logo {
		width: 70% ;
		margin: 20px 0px;
	}
}

/* ---------- theme end ---------- */

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
}

.bg-white {
	background: #FFFFFF;
}

.bg-purple {
	background: #5845A3;
}
.text-purple {
	color: #5E298D;
}
.text-gold {
	color: #D67F00;
    font-weight: bold;
}
.hr-primary {
	border-color: #23569A;
}

audio:focus {
	outline: none;
}

.title-img {
	margin-top: -10px;
	width: 50px;
}

/* 文章內文縮排 */
.article p {
	text-indent: 2em ;
	text-align: justify;
	line-height: 2;
}

.btn {
	border-radius: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #7B80AA;
    border-color: #7B80AA;
}

/* 麵包屑設定 */
.breadcrumb {
	background: #FFFFFF;
	padding: 10px 0px;
}

/* 跑馬燈 移除連結底線 */
marquee > a:hover {
	text-decoration: none;
}

/* 頁面最小高度 */
.min-height {
	min-height: 500px;
}

@media (max-width: 991px) {
	.portrait {
		width: 75%;
	}
}