* {
    position: relative;
    box-sizing: border-box;
    font-family: '微軟正黑體';
    font-family: 'Noto Serif TC', serif;
	font-family: 'Noto Sans TC', sans-serif;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;		
}
a:hover {
    text-decoration: none;
}
html {
    height: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    background-image: url("../img/index/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
	
/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}
h1 {
    font-size: 50px;
    word-break: break-all;
}
.row {
    margin: 10px -16px;
}
/* Add padding BETWEEN each column */
.row, .row > .column {
    padding: 8px;
}
/* Create three equal columns that floats next to each other */
.column {
	max-height: 350px;
    /*
    float: left;
    width: 33.33%;
*/
    display: none; /* Hide all elements by default */
}
/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Content */
.story .content{
    border: solid 5px #fedb7b;	
}
.story .content2{
    border: solid 2px #fedb7b;	
}
.content {
    background-color: white;
    padding: 10px;
    margin: 20px;
    border: solid 5px #add7e5;
}
.content2 {
    margin: 0px;
    padding: 10px;
    border: solid 2px #93cdde;
}
.content2 > h4 {
    text-align: center;
/*    font-size: 1.6em;*/
    font-size: 1.28em;
    font-family: 'Niramit', '微軟正黑體';
}
.content2 > p {
    text-align: center;
    font-family: '微軟正黑體';
    font-size: 1.2em;
    letter-spacing: .05em;
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
	
}
.btn:hover {
    background-color: #ddd;
}
.btn.active {
    background-color: #daa000;
    color: white;
}
/* Start  styling the page */
.container-audio {
    width: 100%;
    height: auto;
    /*     padding: 18px; */
    border-radius: 5px;
    background-color: #f1f3f4;
    color: #444;
    /* margin: 20px auto; */
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
audio {
    width: 100%;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
    margin: 0;
}
.show-modal:hover {
    text-decoration: none;
}
.show-modal:focus {
    text-decoration: none;
}
a {
    color: #000000;
    text-decoration: none;
}
/**/
.donor{
	font-size:1.1em;
	font-family: 'Noto Sans TC', sans-serif;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
	letter-spacing: .05em;
	}
.donor-box {
    margin: 10px 0px;
}
.donor-label1 {
    width: 200px;
    display: inline-block;
    margin: 5px 0px;
}
.donor-name-title {
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ddd;
    text-align: center;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.donor-name-content {
    display: inline-block;
    margin-right: 10px;
}
.donor-label2 {
    width: 300px;
    display: inline-block;
    margin: 5px 0px;
}
.donor-chronology-title {
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ddd;
    text-align: center;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.donor-chronology-content {
    display: inline-block;
}
.donor-story-title {
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #ddd;
    text-align: center;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.donor-story-content {
    line-height: 1.7em;
    margin: 5px 0px;
}
.donor-close{padding: 6px 16px;
    cursor: pointer;
    color: #0094c7;
    border: solid 1px #0094c7;
	transition-duration: 1s;
}
.donor-close:hover{background:#0094c7;color:#fff}
.angel{animation: clouddrift 4s infinite;}
		@keyframes clouddrift {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
    margin-bottom: 5px;
    font-family: '微軟正黑體';
    font-size: 1.15em;
    padding: 8px 10px;
}

