@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap');
h1, h2, h3, h4, h5, h6, a, p, div, span, li {
	font-family: 'Noto Serif TC', serif !important;
	letter-spacing: -1px !important;
}
body {
	overflow-y: scroll;
}
.sidebar-nav li.sidebar-nav-item a {
	padding: 8px 15px;
}
.masthead {
	background: transparent url("../images/main.JPG") center center no-repeat;
	background-size: cover;
	color: #b4d7d8;
	margin-bottom: 4rem;
}
.masthead h3 {
	line-height: 1.6;
}
.masthead .btn,
.masthead .btn:focus,
.masthead .btn:active {
	background-color: #00a4ad!important;
	border-color: #00a4ad!important;
}
.travel-image {
	position: relative;
	margin-bottom: 15px;
}
.travel-image .thumbnail {
	width: 100%;
	padding: 40% 0;
	background-size: cover;
	background-position: center;
}
.travel-image .thumbnail-180 {
	width: 100%;
	padding: 16% 0;
	background-size: cover;
	background-position: center;
}
.travel-image .pano-caption {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	left: 20px;
	padding: 5px 5px 5px 30px;
	background: rgba(0, 0, 0, 0.5) url("../../img/panorama3.png") 5px center no-repeat;
	background-size: auto 70%;
	color: #fff;
	line-height: 1;
}
iframe.driving-map {
	display: block;
	margin: 0;
	width: 100%;
	height: 480px;
	border: 0;
}
.content-section {
	padding-top: 0 !important;
}
a.video,
a.video:hover,
a.video:active,
a.video:focus {
	display: inline-block;
	padding: 20px 20px 12px;
	background-color: #eee;
	text-decoration: none;
	color: #00ad2b;
}
a.video i {
	display: inline-block;
	border-radius: 5px;
	width: 40px;
	height: 30px;
	line-height: 2;
	background-color: #00ad2b;
	font-size: 15px;
	text-indent: 3px;
	color: #fff;
}
#driving-route {
	padding-bottom: 0;
}
#driving-route .share-button {
	padding-top: 3rem;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	iframe.driving-map {
		height: 360px;
	}
}
@media only screen and (max-width: 991px) {
	iframe.driving-map {
		height: 280px;
	}
}
@media only screen and (max-width: 767px) {
	.masthead h1 {
		font-size: 3rem;
	}
	.content-section-heading h2 {
		font-size: 2rem;
	}
	.travel-image .pano-caption {
		font-size: 10px;
	}
}


