.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	height: 3600px;
	background-color: white;
}
header {
	width: 100%;
	height: 50px;
	background-color: darkcyan;
}
.logo {
	padding: 2px;
	width: 25%;
	height: 100%;
	float: left;
	align-content: center;
}
.menu{
	color: white;
	margin-left: 35px;
	margin-top: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	float:left;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;	
}
.menu:hover{
	background-color: teal	
}
nav {
	float: right;
	width: 20%;
	color: white;
	text-align: center;
	margin-right: 25px;
	}
.language{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s;
}
.language:hover{
	color: darkturquoise;
}


footer{
	clear:both;
	height: 80px;
	padding: 40px;
	margin-top: 15px;
	color: silver;
	font-size: 12px;
	line-height: 1.4;
	background-color: hsla(0,0%,15%,1.00);
	align-content: center;
	align-items: center;
	vertical-align: middle;
	}
.footlogo{
	font-size: 16px;
	font-weight: bold;
	color: aliceblue;
	padding: 0px;
	padding-left: 30%;
	float:left;	
}


.comming{
	width: 40%;
	height: 40px;
	color: aliceblue;
	background-color: cornflowerblue;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: right;
	clear: right;
}

article{
	color: dimgray;
	line-height: 1.4;
	}

.title{
	font-size: 24px;
	font-weight: 900;
	color: teal;
	line-height: 0.5;	
}

section{
	width: 90%;
	height: 540px;
	margin-bottom: 20px;
	clear: both;
}

a{
	color: darkslategray;
	line-height: 1.4;
	font-size: 20px;
	text-decoration-style: dotted;
	text-decoration-color: dimgray;
}

.thumbnail{
	width:200px;
	height:150px;
	margin: 5px;
	margin-bottom: 10px;
	border-radius: 10px;

}



.year{
	float: left; 
	height:180px; width:180px; 
	background-color: MediumAquaMarine; 
	margin: 5px;
	padding: 10px;
	border-radius: 10px; 
	color: white;
	text-decoration: none;
	font-size: 75px;
	font-weight: bold;
	line-height: 160px;
	text-align: center;
	font-family: "Microsoft JhengHei";
	}
.year:hover{
	background-color: Teal;
	}



