@charset "UTF-8";

:root {
  --bs-nav-link-color: #000;
  --bs-mobileNav-link-color: #000;
  --bs-hover-color: #c94529;
  --bs-nav-color: #fbf8da;
  --bs-scroll-nav-bg-color: #fffacdce;
  --bs-scroll-nav-link-color: rgba(0, 0, 0, 0.85);
  --bs-rwd-nav-bg-color: rgba(18, 18, 18, 0.7);
  --bs-hamburger-close: #000;
  --bs-hamburger-open: #fff;
  --bs-body-font-color: #000;
  --bs-primary: #c94529;
  --bs-secondary: #fffacd;
  --bs-info: orange;
  --bs-primary-hover: white;
  --bs-secondary-hover: #121212;
  --bs-info-hover: #fff;
  --bs-border-color: #c94529;
}

/* 全背景圖片 */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/bg.jpg) no-repeat center center;
  /* background-color: #F19483; */
  background-size: cover;
  padding-bottom: 20%;
}

body {
  line-height: 2;
}

#home .homeCover h4 {
  position: absolute;
  width: 40%;
  color: #FFF;
  padding: 0 10px;
  left: 10%;
  font-size: 24px;
  top: 24vh;
  opacity: 0.7;
  text-align: left;
  letter-spacing: 8px;
}

.topLine {
  border-top: 5px solid var(--bs-primary);
  width: 120px;
  margin-bottom: 15px;
  margin-top: 40px
}

.aboutbg {
  background-color: #fbf8da;
}

.fuckchina {
  font-size: 28px;
  font-weight: 500;
}

.logo {
  width: 70px;
  height: 70px;
}

.sns a {
  filter: brightness(0);
}

.sns li:not(:last-child) {
  border-bottom: 1.5px solid #000 !important;
}

.bg-secondary {
  background-color: var(--bs-primary) !important;
}

@media only screen and (max-width: 990px) {
  .homeCover h4 {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .fuckchina {
    font-size: 18px;
  }

}