@charset "UTF-8";

#toggle {
	display:none;
	font-family: 'Oswald', 'Noto Sans TC',  sans-serif;
	font-weight:500;
}
#nav li {
	float:left;
	list-style: none;
	width:auto;
	height:auto;
	padding:20px 15px 19px 15px;
	/*background-color:#252c68;*/
}
#nav {
	/*background-color:#252c68;*/
	font-family: 'Oswald', 'Noto Sans TC',  sans-serif;
	font-weight:300;
}
#nav ul {
	width:470px;
	margin:auto;
	padding:0;
}
#nav a {
	color:white;
	text-decoration: none; /*文字的裝飾：無（去連結底線）*/
}
#nav li:hover {
	background-color: #3db1b0;
}

@media (max-width:800px){
	#toggle {
		display:block;
		padding:19px 15px 0 15px;
		/*background-color:#252c68;*/
		color:aliceblue;
       font-family: 'Oswald', 'Noto Sans TC',  sans-serif;
     	font-weight:500;		
		text-align: right;
	}
	#nav {
		font-size: 20px;
		display: none;
		padding-top:50px;
	}
	#nav li{
		float:none;
		text-align: center;
		width:100%;
	    height:auto;
	    padding:30px 0 30px 0;
	}
	#nav ul{
		width:100%;
	}
}
