@charset "utf-8";

/*視窗背景色設定*/
*{
  margin:0;
  padding:0;
}
body {
  background: #000 url(img/cover8.gif) repeat-x;
}
/*頁面標題設定*/
header{
  /*文字框*/
  width: 820px;
  margin: 100px auto;
  padding: 40px;
  background-color: rgba(0,0,0,0.7);
  border: 5px solid #75c8ce;
}
h1 {
  /*字*/
  color: #fff;
  text-align: center;
  font-family: 'Goldman', cursive;
  line-height: 1;
  font-size: 650%;
  font-weight: lighter;
}

/*導覽樣式設定*/

nav{
  float:center;
  align-content: space-between;
  display: block;
  margin:0; 
  padding:0;
}
.menu{
  align-content: space-between;
  margin:0 auto;
  text-align: center;
  padding-left: 0;
}
.menu li{
  list-style-type: none;
  display: inline-block;
  width: 200px;
  margin:10px 10px;
}
.menu a{
  background: url(img/button.gif); 
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20pt;
  text-decoration: none;
  font-family: 'Secular One', sans-serif;
  border: 5px solid #0000FF;
  border-radius: 200px;
}
.menu a:hover{
  background: url(img/buttonh.gif);  
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  border-radius: 10px; 
  border: 5px solid #0cc3c3; 
  color: rgb(255, 200, 117);
}

.language{
  margin:0 auto;
  text-align: center;
}
.language li{
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  width: 200px;
}
.language a {
  padding: 10px;
  color: #fff;
  font-size: 20pt;
  text-decoration: none;
  font-family: 'DotGothic16', sans-serif;
}
.language a:hover{
  padding: 10px;
  color: rgb(255, 200, 117);
  font-size: 20pt;
  text-decoration: none;
  font-family: 'DotGothic16', sans-serif;
}