body {
	font-family: 'Century Gothic', Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
  margin: 0;
  padding-top: 55px;
}
*.focus, *:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.logo {
	width: 32px;
	height: 32px;
}
.logo-text {
  width: auto;
  height: 32px;
}

a {
  color: #005588;
  text-decoration: none;
}
img {
  max-width: 100%;
}
#navbarTop .nav-link {
  font-weight: 600;
}
.blue {
  color: #005588;
}
.bg-blue {
  background-color: #005588;
}
.red,
.blue.nav-link.active {
	color: #E25F5F;
}

.home-banner {
  min-height: 250px;
  background-image: url('../img/lauk_home_banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.detail-banner {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-banner {
    min-height: 400px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-banner {
    min-height: 600px;
  }

  .bi.fw-bold {
    -webkit-text-stroke: 1px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .home-banner {
    min-height: 750px;
  }
}

.home-about,
.bg-blue {
  background-color: #005588;
  color: white;
}
.list-group-item.active {
  background-color: #005588;
  border-color: #005588;
}