body{
	overflow-x: hidden;
	font-family: 'Arvo', serif;
	margin:0px;
	color: white;
	background-color: #32324e;
}
.chinese{
	font-family: "cwTeXHei", sans-serif;
}

body h1{
	font-size: 48px;
	color: #e6f7ff;
}

.container{
	width:85%;
	margin: auto;
	overflow:hidden;
	font-family: 'Arvo', serif;
	text-decoration :none;
}
.container a{
	text-decoration :none;
	color: #e6f7ff;
}
.blog_container{
	max-width: 700px;
	width:100%;
	margin: auto;
	padding: 10px;
	margin:0px;
	color: #e6f7ff;
	font-family: "cwTeXHei", sans-serif;
}

#sidebar{
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-color:#50507c;
	position : absolute;
	display:block;
	width: 22.5%;
	height: 100%;
	float: right;
	right: 0;
	text-align: left;
	color: white;
	z-index :3;
	transition: transform 500ms ease-out;
}


#showcase{
	position: relative;
	width:77.5%;
	padding-top:20px;
	padding-bottom: 20px;
}

input{
	box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
	font-size: 16px;
	padding: 8px ;
	
}


.button{
	padding: 8px 16px;
	margin: 20px 0;
	background-color:#99ddff;
	color: black;
	border: none;
}

.button:hover{
	
}

.filter{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #32324e;
	opacity: 0;
	z-index: 1;
	transition: opacity 1s;
}

.floating_box .filter:hover {
	opacity: 0.5;
}

.icon{
	display: inline-block;
	overflow:hidden;
	height: 30px;
	width: 30px;
	padding : 8px;
}

.icon img{
	width:100%;
	
}

#face{
	width: 100px;

}
.gallery {
	position: relative;
	width: 100%;
	max-width: 900px;
    border: 1px solid #ccc;
	margin: 10px 0px;
}
.gallery:hover {
    border: 1px solid #e6f7ff;
}

.gallery img {
    width: 100%;
    height: auto;
}

table, th, td{
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table{
	margin: 10px 0 10px 0;
}

th, td{
	padding: 10px;
}
