@charset "utf-8";
/* Background color for navbar and dropdown menus */
.navbar-custom,
.navbar-custom .dropdown-menu {
  background-color: #59321b;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
  color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link {
  background-color: #a6671b;
  color: #fff;
}
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  background-color: #a66844;
  color: #fff;
}

/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
  border-color: rgba(236, 240, 241, 1);
  color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lxgw-wenkai-mono-tc-regular {
  font-family: "LXGW WenKai Mono TC", monospace;
  font-weight: 400;
  font-style: normal;
}

body {
  padding-bottom: 55px;
  padding-top: 56px;
  background-image: url(../images/scribble_light_@2X.png);
  background-repeat: repeat;
  /*	 margin: 4rem 0;*/
}
p {
  font-size: 1.3rem;
}
#footer {
  height: 53px;
  background-color: #59321b;
  font-size: 1.1rem;
}
#footer img {
  height: 50px;
  padding-top: 5px;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 5px;
}
.carousel-caption {
  color: #ffffff;
  text-shadow: 2px 2px 2px #424242;
}
#carouselExampleIndicators1 {
}
#bul {
  background-color: #cd9a3b;
}
#sp {
  background-color: #732c1d;
}
#en {
  background-color: #8c1818;
}
#cn {
  background-color: #a6671b;
}
.btn {
  margin-bottom: 10px;
  color: black;
}
/*
#slider {
	padding-left: 0px;
	padding-right: 0px;
}
*/

.btnt a {
  color: white;
  text-decoration: none; /* no underline */
}

a {
  color: white;
  text-decoration: none;
}
h2 {
  text-align: center;
}
h5 {
  text-align: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*  width: 50%;*/
}

#hero {
  /* [disabled]background-image: url(../images/homepage.png); */
  /*
	background-repeat: no-repeat;
	 [disabled]background-clip: content-box;
	background-size: cover;
	background-position: 0% 100%;
*/
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.logofont {
  font-family: "Libre Baskerville", serif;
  font-size: 1 rem;
}

#top {
  position: absolute;

  background-color: #a66844;
  top: 75px;
  width: 250px;
  /*	left: 0;*/
  right: 20px;
  /*	width: 100%;*/
  /*	text-align: center;*/
  font-size: 1.2rem;
  font-family: "Libre Baskerville", serif;
  /*	text-shadow: 1px 3px 2px #4F4F4F;*/
  text-align: center;
  /*	z-index: 53;*/
  /*	visibility: visible;*/
}

#hero h2 {
  position: absolute;
  color: aliceblue;
  top: 10px;
  /*	left: 0;*/
  right: 20px;
  /*	width: 100%;*/
  /*	text-align: center;*/
  font-size: 1.1rem;
  font-family: "Libre Baskerville", serif;
  text-shadow: 1px 3px 2px #4f4f4f;
  text-align: right;
}
.col-12 a .img-fluid {
  margin-top: 5px;
  /*	padding-top: 10px;*/
  height: 75px;
  /*	width: 50px;*/
}

/*
#hero h2 .btn{
		padding-left: 50px;
	margin-left: 10px;
	margin-right: 28px;
	text-align: center；;
	width: 128px;
}
*/

.border3 {
  border-radius: 25px;
}
#divder {
  background-color: #a66844;
  height: 10px;
}

h3 {
  /*	position: absolute;*/
  /*	color: aliceblue;*/
  top: 10px;
  /*	left: 0;*/
  right: 20px;
  width: 100%;
  /*	text-align: center;*/
  /*	font-size: 1.1rem;*/
  font-family: "Libre Baskerville", serif;
  /*	text-shadow: 1px 3px 2px #4F4F4F;*/
  /*	text-align: right;*/
}
.panel {
  border-radius: 0.3rem;
  padding: 1rem;
  /*  margin-bottom: 1rem;*/
}

.white2 {
  background-color: rgba(253, 253, 253, 0.73);
}
.card-header {
  background-color: #734022;
}
.card-header h5 {
  text-align: center;
}
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}
@media screen and (min-width: 768px) {
  /*
	p {
	font-size: 1rem;
}
*/
  .logoimage {
    margin-top: 5px;
  }
  #hero h2 {
    position: absolute;
    color: aliceblue;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "Libre Baskerville", serif;
    text-shadow: 1px 3px 2px #4f4f4f;
  }
  .col-12 {
    margin-bottom: 10px;
  }
} /**meidaclosed*/

@media screen and (min-width: 576px) {
  .border2 {
    border: 4px solid #59321b;
    border-radius: 25px;
  }
}

@media screen and (min-width: 1200px) {
  #sp {
    height: 670px;
  }
  #en {
    height: 670px;
  }
  #cn {
    height: 670px;
  }
}
