/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
dd, dt, li, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0; box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {-webkit-text-size-adjust: none; height:100%;}
img, fieldset { border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; }
div,section,nav,header,footer,ul,li,ol { box-sizing: border-box; }
/*************************************************************************************/
@import url('http://fonts.googleapis.com/earlyaccess/cwtexyen.css');
/*************************************************************************************/
::selection {
  background: #999999; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #999999; /* Gecko Browsers */
  color: white;
}
option::selection {
	background: #2a7b8c;
}
/*************************************************************************************/
html {
    scroll-behavior: smooth;
}

div,a,li,ol,ul { box-sizing: border-box; }

a { color: #a95c18; text-decoration: none; transition: color 0.3s ease; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; color: #a95c18; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

p { margin: 1em 0; }

h1, h2, h3, h4, h5, h6, h7, button { letter-spacing: 0.07em; line-height: 1.3em; font-family: 'Roboto', 'Noto Sans TC', Sans Serif;  }

h1 { font-size: 1.9em; color: #a95c18;}

h3 { font-size: 1.4em; font-weight: 400; color: #ffd699;}

* { font-family: 'Roboto', 'Noto Sans TC', Sans Serif; }

.serif { font-family: 'Noto Serif TC', serif; letter-spacing: 0.2em; }

body {
	height: 100%;
    width: 100%;
	margin:0;
	padding:0;
	letter-spacing: 0.05em;
	line-height: 2em;
	font-size: 1.05em;
	color: #3a343d;
	background-image: url(../images/subback2.jpg);
    background-repeat: repeat;
    background-size: contain;
}
.cover-box {
	position: relative;
	height: 100%;
	padding: 3% 0;

}

.subpage .cover-box { padding: 0;  }
.subpage-pic {  z-index: 20; }

footer {
	z-index: 2;
	position: relative;
	bottom: 0em;
	left: 0;
	width: 100%;
	padding-top: 1em; 
	text-align: center;
	background-size: 100% 100%;
	background-position: top center;
}

.project-logo {
	position: relative;
	padding: 10px;
	z-index: 10;
	width: 100%;
	margin: 10% auto;
}
.project-logo a {
	display: block;
	/* margin-top: 1.5em; */
}

#title-big {display: none;}
#title-small {display: block;}
.intro-txt {
	font-family: 'cwTeXYen', sans-serif;
	color: #3b407f;
	line-height: 1.6em;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	width: 60%;
    margin: 1em auto;
}

/* COMMON ---------------------------------------------------------------- */
p + p { margin-top: 0; }

.section-box {

}
.ellipsis {
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}
.ellipsis-multi {
	position: relative;
}
.ellipsis-multi > div {
	overflow: hidden;
	height: inherit;
	line-height: 30px;
}	
.ellipsis-multi:after {
	content: "...";  
	box-sizing: content-box;
	float: right;
	position: absolute;
	bottom: 0;
	padding-left: 1.2em;
	right: 0;
	text-align: right;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	line-height: 2em;
}

/* SPACING STYLES */
.nopadding {
	padding-left:0px;
	padding-right:0px;
}
.nounderline a { text-decoration: none; }


/* CUSTOM FORM STYLE */
.clean-style-select select {
	/* A reset of styles including removing the default dropdown arrow */
	appearance: none;
	border: solid 1px #e9e9e9;
	padding: .35em 1em;
	padding-right: 50px;
	margin: 0;
	cursor: inherit;
	letter-spacing: .1em;
	border-radius: 5px;
	background: white url('../images/bg_select_arrow.png') no-repeat right center;
	background-size: auto 100%;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: block;
}

/* CUSTOM LAYOUT STYLES */
.section-box {
	position: relative;
	padding: 1em 0 2em 0;
}

.section-box.bg-green {
	background: url('../images/bg_wave02.gif') 0 0 repeat;
	border-bottom: dotted #fff 2px;
}



.section-box.bg-purple {
	background: url('../images/bg_tri_purple.jpg') 0 0 repeat;
	border-top: dashed #fff 3px;
}

.section-box.bg-purple2 {
	background: url('../images/bg_tri_purple_grad.jpg') 0 0 repeat-x;
	border-top: dashed #fff 3px;
	background-color: #e0dbf6;
}

.light-shadow { box-shadow: 8px 8px 6px rgba(160,160,160,0.3); }
.dark-shadow { box-shadow: 5px 5px 15px rgb(0 0 0 / 20%); }

.boxShadow {
    box-shadow: 1px 1px 15px 10px #ffe5fb;
}


/* VIDEO ------- */
.container-video {
	margin: 0px;
	padding:0px;
}



/* comics ---------------------------------------------------------------------------  */
.sect-comics {
	margin: 1em auto 1em auto;
	display: flex;
    flex-wrap: wrap;
	max-width: 1000px;
}

.section-box.bg-brown {
	background-color: rgba(70, 60, 54, 0.85);
}

.comics-para {
    border-radius: 5px;
    max-width: 1000px;
    margin: 10px auto 20px auto;
    padding: 1.5em 2em 1em 2em;
    background-image: linear-gradient(to bottom right, rgb(240, 242, 209, 0.9), rgb(255, 252, 218, 0.7), rgb(255, 245, 215, 0.5));
    border: 0;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
    line-height: 1.8em;
}

#sect-comics .container { position: relative; margin-bottom: 1em; }
#sect-comics.section-box { padding-top: 2em;  }
#sect-comics.section-box:before { display: none; }

.list-gallery {
	max-width: 1000px;
	margin: 0em auto;
	padding-top: 1.5em;
}
.comic-container {
	width: fit-content; /* Width of the div matches the image */
	margin: 0 auto; /* Centers the div on the page */
}

h1.era { display: flex; }
h1 .era-yr {font-size: .6em; letter-spacing: .1em; color: #6b502b; display: block; margin-left: 10px;}
h1 .txt-link { margin-left: auto; font-size: .6em; }

.title-era { display:block; font-size: 1.8em; letter-spacing: .15em; font-weight: 600; color: #ff9e46; margin-bottom: 0em; text-align: center; }

.title-era-yr {display:block; font-size: 1em; letter-spacing: .1em; color: #ffe0c2; margin-bottom: 1em; text-align: center;}

.para-text {display: block; color: #f1ecd9; margin: 1em auto; max-width: 800px; font-size: 1.1em;}

.comic-btn {
	border:0;
	min-width: 135px;
	padding: 10px;
	margin: 0 10px 10px 0;
	transition: all 0.2s ease;
	background-color: rgba(77, 68, 59, 0.9) !important;
	cursor: pointer;
	border-radius: 3px;
	color: #fff !important;
	text-align: center;
	box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.3);
}

.comic-btn:hover {
	background-color: rgba(77, 68, 59, 1.0) !important;
}

.comic-btn.active {
	background-color: rgb(186 106 34 / 100%) !important;
	box-shadow: unset;
	cursor: unset;
}
.comic-btn a:visited {
	background-color: rgba(77, 68, 59, 0.6) !important;
	box-shadow: unset;
	cursor: unset;
}

.listen-item {
	position: relative;
	background-image: linear-gradient(to right, #bc6a1f, #d76700);
	color: #fff;
	text-align: center;
    border-radius: 5px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.3);
	padding: 5px;
	margin: 2em auto 2em auto;
	transition: all .2s ease;
	max-width: 550px;
}
.listen-item a {
	display: block;
	color: #fff;
}
.listen-item:hover {
	transform: scale(1.02);
}

.history-para {
    max-width: 800px;
    margin: 3em auto 3em auto;
    padding: 2em 0em 1em 0em;
	color: #f1ecd9;
    line-height: 1.8em;
	border-top: dotted 3px;
	font-size: 1.1em;
}

.image-container {
	position: relative;
	display: flex;
	align-items: center; /* Vertically centers the triangles */
	justify-content: center;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
}
.left {
	border-width: 20px 20px 20px 0;
	border-color: transparent #007bff transparent transparent;
	margin-right: 10px; /* Space between triangle and image */
}
.right {
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #007bff;
	margin-left: 10px; /* Space between image and triangle */
}
.image-container img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 992px) {
	.comic-btn {         
		min-width: 130px;
	}
	#desc { position: relative; scroll-margin-top: 80px;}
}

@media only screen and (max-width: 767px) {
	.comics-para {
		padding: 1em 0em;
	}
	.comic-btn {         
		min-width: 135px;
	}
}

@media only screen and (max-width: 575px) {
	.comic-btn {         
		min-width: 100px;
        padding: 10px 0px;
        margin: 0 0px 10px 0;
	}
	h1.era {  flex-wrap: wrap; }
	h1 .era-yr {margin-left: 0px;}
    h1 .txt-link { flex-basis: 100%; text-align: left; font-size: .5em;}
}



/* Customized Style ----------------------------------------------------------------  */
#rthklogo {
	width: 120px;
	position: absolute; 
	left: 20px;
	z-index:999;
	top: 20px;
}

.remarks { font-size: .9em; }
#copyright { padding: 1em; }
#channel img { height: 70px; font-size: .9em; margin: 0em 1em; }
#corporate img { height: 50px; font-size: .9em; margin:0em 1em; }
#sponsors img { height: 40px; width: auto; margin: .5em 1em; }

.valign-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

.project-logo img {
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	#rthklogo {
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {

	
}


/* Host Video List ------------------------------------------------------------------  */

.video-item-list {
	position: relative;
	margin-bottom: .5em;
	/* width: 90%; */
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.video-item {
	position: relative;
	display: block;
	margin: 10px 5px 10px 5px;
	transition: all .2s ease;
	cursor: pointer;
}
.video-item:hover {
	transform: scale(1.03);
}
.video-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play_btn_s.png) top left no-repeat;
  width: 80px;
  height: 80px;
  z-index: 10;
}

.video-item-pic {
	position: relative;
	background-size: cover;
	transition: all .2s ease;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 3px;
}
.video-item-pic a {
	display: block;
}
.video-item-pic img {
	width: 100%;
	height: auto;
}
.video-item-info {
	text-align: center;
	font-size: 1.05em;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: .75em;
	margin-top: .5em;
	color: white;
}
.video-overlay-title {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
	color: white;
	padding: 8px 10px;
	align-items: flex-end;
	line-height: 1.5em;
	letter-spacing: .15em;
	overflow: hidden;
	border-radius: 3px;
	font-size: .85em;
	z-index: 12;
}
.video-caption {
	width:100%;
	font-size: .9em;
	line-height:1.7em;
	padding: 0px 5px 0px 5px;
	text-align: left;
	height:80px;
	float:left;
	overflow: hidden;
    display: block;  
}


.text-golden { color: #a0946a; }
.text-primary { color: #101e56 !important; }
.text-secondary { color: #d62e4c !important; }

.icon-arrow-l:before { content: "＜"; display: inline-block; transform: scale(0.7, 1); padding-right: .25em; margin-left: -.5em;  }
.icon-arrow-r:after { content: "＞"; display: inline-block; transform: scale(0.7, 1); padding-left: .25em; margin-right: -.5em; }
.icon-fb:before { content: "　"; background: url('../images/icon_fb.png') center center no-repeat; background-size: contain; width: 25px; height: 25px; display: inline-block; }
.icon-whatsapp:before { content: "　"; background: url('../images/icon_whatsapp.png') center center no-repeat; background-size: contain; width: 25px; height: 25px; margin-right: 5px; display: inline-block; }

.slider { }
.eng { letter-spacing: 0.05em; }

.button {
	border:0;
	min-width: 150px;
	padding: 10px;
	margin: 0 10px 10px 0;
	transition: all 0.2s ease;
	background-color: rgba(0, 0, 0, 0.3) !important;
	cursor: pointer;
	border-radius: 3px;
	color: #fff !important;
	text-align: center;
	box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.3);
}

.button:hover {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.button.active {
	background-color: rgb(186 106 34 / 90%) !important;
}

.button-light {
	background-color: white;
	/* background-image: none; */
	color: #333;
}
.button-light:hover {
	background-color: #efefef;
	color: #333;
}
.no-min-width { min-width: initial; }
.outline {
	border: solid 1px white;
}
.btn-transparent {
	background-color: rgba(0,0,0,0);
}
.btn-transparent:hover {
	background-color: rgba(0,0,0,0.1);
}

.btn-secondary { color: #f2f2f2; background-color: #a0946a !important; border: none; }
.btn-secondary:hover { background-color: #70674a !important; }

.btn.keyBtn:hover {
	background-color: #2f974c;
}
.btn.bg-transparent {
	background-color: transparent;
	color:#8855a0;
	border: solid 1px #8855a0;
}

a.btn {
	text-decoration: none;
}

.btn.btn-golden {
	border-color: #70674a;
	color: #a0946a;
}

.btn.btn-more {
	border:none;
	border-radius: 999px;
	margin: 0.5em auto;
	height: 3em;
	background: transparent;
	color: #fff;
	padding: 0 1.5em;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	vertical-align: middle;
	border: solid 1px #FFF;
	width: auto;
}
.btn.btn-more:hover {
	background: rgba(0,0,0,0.3);
}

@media only screen and (min-width: 576px) {
	.btn+.btn { margin: 0; margin-left: .5em; }
}
@media only screen and (max-width: 575px) {
	.btn+.btn { margin: 0; margin-top: .75em; }
	.btn { display: block; }
	.button { width:29%; min-width: auto;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	/* Hide the 4th item on tablet mode only at homepage */
	.home .related-item:nth-child(3) { display: none; }
}
/* BACK TO TOP */
.back-to-top {
	opacity: 0.8;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	right: 15px;
	bottom: 15px;
	position: fixed;
	z-index: 100;
	background-color: #979797;
	transition: background-color 0.2s ease;
	border-radius: 5px;
}
.back-to-top:after {
	content: '';
	border: solid white;
	border-width: 0 2px 2px 0;
	width: 15px;
	height: 15px;
	display: block;
	padding: 5px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -4px;
	margin-left: -7px;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.back-to-top:hover {	
	background-color: #727272; 
}

.home-pic { margin-top: auto; width: 70%; z-index:999;}

@media only screen and (max-width: 991px) {
	.back-to-top { width: 70px; bottom: 0px; height: 40px; border-radius: 0 5px 0 0; }
}



/* OVERRIDE FANCYBOX */
.fancybox-iframe {
	max-width: 1600px;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 1280px;
	height : 720px;
	max-height: 100%;
	margin: 0;
	background-color: #000;
}
.fancybox-caption { font-size: 18px; }
.fancybox-bg { background-color: rgb(180,180,180); }
.fancybox-content { border-radius: 5px; box-shadow: 4px 4px 15px rgba(0,0,0,0.15); }
.fancybox-button  { border-radius: 0 0 0 5px; }

/* FORCE FANCYBOX TO ADAPT RESPONSIVE JWPLAYER 8 */
@media only screen and (min-width: 1361px) {
	#audio_container { height: 60px !important; }
}
@media only screen and (max-width: 1360px) {
	#audio_container { height: 45px !important; }
}



/* TABLE STYLE */
.table {
	margin-bottom: 0;
}
.table td {
	padding: 0;
	border-bottom: 1px solid rgba(50,50,50,0.1);
	border-top: none;
}


/* Override Bootstrap -------------------------------------------------------------------------------------------- */

/* Navigation */
.navbar { padding: 0; }
.navbar .navbar-brand { color: #746555; }
.nav-item { position: relative; margin: 5px 5px 0px 5px; cursor: unset; }
.nav-item:after { width: 100%; }

.nav-item:hover .nav-link {
	background-image: linear-gradient(to bottom, #65584a, #976132);
}
.nav-item.active .nav-link {
	background-image: linear-gradient(to bottom, #845933, #65584a);
}
.nav-item.inactive {
	position: relative;
	padding: 5px 20px 5px 20px !important;
	border-radius: 3px;
	color: #eddbfd !important; 
	text-align: center;
	z-index: 30;
	font-size: 1.0em;
	background-color:  rgba(116, 101, 85, 0.3);
	line-height: 1.2em;
}


.nav-link {
	position: relative;
	padding: 10px 27px !important;
	border-radius: 5px 5px 0px 0px;
	color: white !important; 
	background-image: linear-gradient(to bottom, #8a7742, #332c1d);
	text-align: center;
	z-index: 30;
	font-size: 1.1em;
	transition: all .2s ease;
	line-height: 1.1em;
}

.index-nav-link {border-radius: 5px 5px 5px 5px;}

@media only screen and (max-width: 991px) {
	.nav-item:hover .nav-link {
		transform: none;
	}
	.nav-link {
		transition: none;
	}
}


#nav-event {
	pointer-events: none;
	opacity: 0.5;
}
@media only screen and (max-width: 991px) {
	.nav-link { text-align: center; }
}
.active .nav-link { 
	position: relative; z-index: 10; /* required to put at top */
	color: #FFF !important;
}
.active .nav-link:link,
.active .nav-link:visited,
.active .nav-link:active,
.active .nav-link:hover {
	color: #FFF !important;
}
.navbar { position: relative; z-index: 10; }
@media only screen and (max-width: 992px) {
	
	.navbar { position: relative; background-color: #49423b; /* box-shadow: 1px 3px 6px rgba(0,0,0,0.05); */ }
	.nav-item:after { height: calc(100% - 6px) !important; margin: 4px 0; top: 0; width: 4px;  }
	.nav-item:hover:after { width: 10px; }
	.active.nav-item:after { height: 2em; color: #fff; width: 100%; color: #FFF; border-radius: 3px; }
	
	.navbar.affix { position: fixed; z-index: 20; top: 0; width: 100%; box-shadow: 2px 2px 12px rgba(0,0,0,0.05); }

}
.affix .nav-item:hover .nav-link { transform: translateY(-4px); }
.navbar .navbar-brand { position: relative; visibility: visible; color: #f2e9ce; font-size: 1.2em; padding-left: 1.5rem; }
.navbar-nav { letter-spacing: .1em; }

.navbar-toggler { border: none !important; }
.navbar-toggler[aria-expanded="true"] { background-color: rgba(179,193,194,0.3); }
.navbar-toggler.collapsed { /* background-color: transparent; z-index: 99; */ }

.collapsing .nav-link,
.collapse.show .nav-link { padding: .35rem 1rem; }

.navbar-expand-lg .navbar-nav .nav-link { padding-right: .75rem; padding-left: .75rem; }

.dropdown-menu { border: none; box-shadow: 2px 2px 12px rgba(0,0,0,0.1); }
.dropdown-menu .dropdown-item { color: #373737; text-decoration: none; }
.dropdown-menu .dropdown-item:hover { background-color: rgba(16,30,86,0.1); }
.dropdown-menu .dropdown-item.disabled { /* color: rgba(164152,109,.5); */ pointer-events: none; }

@media only screen and (max-width: 991px) {
	.dropdown-toggle { width: 100%;  transition: none; }
}
@media only screen and (min-width: 992px) {	
	.dropdown-toggle { position: relative; overflow: hidden; }
	#sport-dropdown,
	#emoji-dropdown { width: 180px !important; min-width: initial; }
	#message-dropdown { width: 300px !important; min-width: initial;  }
}
.icon-emoji { background-size: auto 100%; background-repeat: no-repeat; background-position: 10px center; padding-left: 50px; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

/* Pagination ------------------------------------------------------------------------------------------------------ */

.page-link {
	color: #334b83;
	background: none;
	border: none;
	border-radius: 3px;
	transition: all .2s ease;
}
.page-item.active .page-link {
	border-radius: 3px;
	color: #fff;
    background-color: #334b83;
    border-color: none;
}

@media (min-width: 1440px) {
	.container {
		max-width: 1320px;
	}
}

/* Add scrollbale Menu ----------------------------------------------------------------------------------------------------- */

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}


@media only screen and (min-width: 992px) {
	
	.navbar-brand { display: none; }
	
	.affix + .container-fluid {
		padding-top: 70px;
	}
	.affix-top .navbar-brand { display: none; }
}
@media only screen and (max-width: 991px){
	.affix + .container-fluid {
		padding-top: 60px;
	}
}

/* Responsive Styles ----------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1681px) and (max-width: 1920px){

}
@media only screen and (min-width: 1441px) and (max-width: 1680px){

}
@media only screen and (min-width: 1281px) and (max-width: 1440px){

}
@media only screen and (min-width: 1025px) and (max-width: 1280px){

}
@media only screen and (max-width: 1440px){
.home-pic { margin-top: auto; width: 80%;}
.movingBalloon { width: 50%;}
.rotateTri {right: 20px;}	
.intro-txt { width: 80%; margin: auto; padding: 0.5em; line-height: 1.6em !important; }
}
@media only screen and (max-width: 992px) {
	footer { background-size: auto 100%; padding-bottom: 2em; }
	.cover-box {background-position: 50% 0px; }
	.subpage .cover-box { background-position: 50% 0px; }
}
@media only screen and (max-width: 825px) {
	.back-to-top { bottom: 0px; height: 40px; right: 10px; }
}
@media only screen and (max-width: 767px) {
	.back-to-top { right: 2%; }
	
	/* Home */
	.home-pic { margin-top: 0em; width: 100%; }
	.intro-txt { width: 90%; margin: auto; padding: 0.5em; line-height: 1.6em !important; }
	.rotateTri { width: 70%; right: 0px; top:60px;}
	.inner { width: 50%; right: 20px; top:0px;}
	
	/* Header */
	.sect-head { margin-right: 0px; }
	.sect-head h2 { font-size: 1.5em; }
	.icon-heart:after { width: 40px; height: 40px; right: -40px; }
	.project-logo img{ padding: 0px 5%; } 
	.subpage-pic { margin: 0; }
	.subhead { /* left: 25%; */ transform: scale(0.8); top: -8em; }
	
	/* Event */
	.event-text { font-size: .95em; line-height: 1.7em; /* padding-bottom: 140px;*/ margin: 0px; background-size: 220px auto; }
	.photo-item { width: 80%; margin: .75em auto; border-radius: 10px; }
	.photo-item2 { width: 95%; margin: .75em auto;}
	
	#sect-archive .sect-desc { padding: 1em 0.5em 1em 7em; }
	.icon-bird:before { left: -10px; top: 10px; }
	.icon-sun:before { left: -20px; top: -20px; }
	.icon-couple:before { left: -40px; }
	.icon-brothersister:before { left: -40px;}
	
	#sect-speech .sect-desc { padding: 1em 1em 1em 8em; }
	.text-md-small { font-size: 1.2em; }
	.hide-in-mobile { display: none; }
	
	.project-logo { width: 60%; margin: -20px auto;}
	#title-big {display: block !important;}
	#title-small {display: none !important;}
	
	body { letter-spacing: 0.08em; }
	footer { position: relative; }

}
@media only screen and (max-width: 480px) {
	.text-sm-small { font-size: 1.1em; line-height: 1.8em; }

}

/* hidden section ------------------------------------------*/
.overlay-div {
    position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%;
}

.show-all-btn {
    cursor: pointer;
    border: solid 1px var(--primary-color);
    color: var(--primary-dark-color);
    display: inline-block;
    font-weight: normal;
    text-align: center;
    min-width: 150px;
    padding: 12px .75em;
    transition-duration: 0.2s;
    margin: 4px 2px;
    text-decoration: none;
    letter-spacing: .05em;
    border-radius: 5px;
	border: solid 1px #595146;
    overflow: hidden;
    vertical-align: middle;
	background-color: #fffbd7;
}

.show-all-btn:hover {
    background-color: #ffefe7;
}

.masked {
    mask-image: linear-gradient(to bottom, black 50%, transparent 85%);
}




