/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    margin: 0;
    font-family: source-han-sans-traditional,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.top {
    background-color: #9CD5D7;
}
.jumbotron {
    background-color: #9CD5D7;
}
.text-info {
    color: #145B66!important;
}
.bg-featured {
	margin-top: 2rem;
	padding-top: 4rem;
	background-color: #C0E4E5;
	padding-bottom: 2rem;
}
.img75 {
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.reading {
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}
.box {
	padding-top: 0;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 2rem;
}
.box .inner {
	background-color: #fff;
}
/*
 * Go to top
 */
#GOTOTOP {
	position: fixed;
	right: 10px;
	bottom: 10px; /*決定網頁一開始的位置*/
	width: 65px;
	height: 65px;
	text-align: center;
	background-image: url("../img/top.png");
	background-position: center;
	background-repeat: no-repeat;
}
#GOTOTOP a {
	width: 65px;
	height: 65px;
	display: block;
}
.ys-toplogo {
	height: 20px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

@media screen and (max-width: 980px) {
#GOTOTOP {
	position: fixed;
	right: 10px;
	bottom: 10px; /*決定網頁一開始的位置*/
	width: 40px;
	height: 40px;
	text-align: center;
	background-image: url("../img/top.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	z-index: 2;
}
#GOTOTOP a {
	display: block;
	width: 40px;
	height: 40px;
	z-index: 2;
}
}
