@charset "utf-8";
/* CSS Document */
@font-face{
		font-family:"Thirteen";
		/* src: url(light.ttc); */
		src: url(../fonts/Thirteen-Pixel-Fonts.ttf);
	}

.transparent {
    background-color: rgba(255, 255, 255, 0.6);

}

.untransparent {
    background-color: rgba(255, 255, 255, 1);
}

button.index {
    background-image: url(./image/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFD;
    background-size: 100%;
    /* opacity:0.6; */
    clear: both;
    width: 3em;
    height: 3em;

    border-radius: 100%;
    border-color: rgba(255, 255, 255, 0);
    margin: 0px 10px;
    vertical-align: middle;
}

.navbar-nav ul {
    /* left: 99999px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; */
    /* display: inline-block; */
    position: relative;
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}

.navbar-nav li:hover>ul {
    /* 滑鼠滑入展開次選單*/
    /* opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: -1px;
    border-right: 5px; */
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 10;
}

.navbar-nav ul:hover .navbar-nav li ul {
    display: block;
}


html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
	width: auto;
}

/* 下拉卷軸隱藏 */
body::-webkit-scrollbar {
    display: none;
}

body {
	font-family: "微軟正黑體 Light";
	text-decoration-color:#000000;
    -ms-overflow-style: none;
    height: 100%;
	width: calc(100vw + 18px);
	/* overflow: auto; */
}
footer{
	
}
/* .container{
	font-size: 30px;
	text-align:center;
	height:70%;
	width: 100%;
} */
footer p.title{
	font-size: 2rem;
	letter-spacing: 1.6rem;
}
footer p.subtitle{
	font-size: 1rem;
}
.logo{
		background-color:white;
		width: auto;
		height:60px;
		position: center center;
		text-align: center;
		/* margin-top: 10px; */
		font-family: "Thirteen";
	}
/* .logo h1 a{
		text-decoration: none;
		color: #000000;
	}
.logo h1 a:hover{
		color:#880B0D;
	}
 */
.no-bullets {
	/* 列表圖示 */
	list-style-type: none;
}


@media (max-width:500px){
	/* footer p.title{
		font-size: 1.5rem;
		letter-spacing: 0.5rem;
		color: aquamarine;
		}	 */
	}
	.logo h1{
		font-size: 1.8rem;
	}

@media (min-width:400px){
	/* footer p.title{
		font-size: 1.5rem;
		letter-spacing: 0.5rem;
		color: #880B0D;
	}	 */
	.logo h1{
		font-size: 2rem;
	}
}

@media (min-width: 575px){
  /* footer p.title{
   font-size: 2rem;
	letter-spacing: 1rem; 
  	color:chartreuse;
  } */
  .logo h1{
	font-size: 2.5rem;
  }
}


@media (min-width: 1140px) {
  /* footer p.title{
     font-size: 2rem;

     color:#FFFFFF;
  } */
  .logo h1{
	font-size: 3rem;
}
}
