@charset "UTF-8";

:root {
  --bs-nav-link-color: white;
  --bs-mobileNav-link-color: white;
  --bs-hover-color: #ad9772;
  --bs-nav-color: rgba(255, 255, 255, 0.911);
  --bs-scroll-nav-bg-color: rgb(254, 254, 254);
  --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: #2f2f2f;
  --bs-primary: #6e4201;
  --bs-secondary: #fff;
  --bs-info: orange;
  --bs-primary-hover: #ffffff;
  --bs-secondary-hover: #121212;
  --bs-info-hover: #fff;
  --bs-border-color: #2f2f2f;
}

.sns-ion {
  background-image: url(../images/icon.png) !important;
}


/* 全背景圖片 */
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: #ececec42; */
  background-size: cover;
  padding-bottom: 20%;
}


body {
  line-height: 2;
}


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