:root {
  --bs-font-sans-serif: "Calibri", Tahoma, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --site-primary-color: #de202b;
  --site-secondary-color: #6c5e67;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.95rem
}

.profile-detail {
  display: none;
}

.nav {
  --bs-nav-link-color: #000;
  --bs-nav-link-hover-color: var(--site-primary-color);
  --bs-nav-link-disabled-color: #ccc;
}

#companyName {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 0.9rem;
  /* font-weight: bold; */
  color: var(--bs-emphasis-color);
}


.nav-underline {
  --bs-nav-underline-gap: 3rem;
}

.text-justify {
  text-align: justify;
}

header {
  height: 80px;
  width: 100%;
  background-color: white;
  z-index: 9999;
  position: fixed;
}

.header-spacer {
  height: 80px;
  width: 100%;
}

#about-banner {
  width: 100%;
  background: url("../img/bg_about.jpg") no-repeat;
  background-size: cover;
  background-position: 30% 50%;
  height: calc(100vh - 120px);
}

#about-banner .full-box-top {
  width: 100%;
  color: white;
  background-color: #00000066;
  text-align: justify;
  top: 20px;
  position: absolute;
  padding: 10px;
}

#about-banner .full-box-bottom {
  bottom: 10px;
  color: white;
  text-align: justify;
  position: absolute;
  background-color: #00000066;
  padding: 10px;
}

#introduce {
  width: 100%;
  background: url("../img/bg_river.jpg") no-repeat;
  background-size: cover;
  background-position: 30% 50%;
  height: 100vh;
}

#introduce .overlay_textbox {
  border: #fff solid 1px;
  background-color: #ffffffbb;
}

.about-list-detail {
  margin-bottom: 0;
}


#services {
  width: 100%;
  background: url("../img/bg_contruction.jpg") no-repeat;
  background-size: cover;
  background-position: 30% 50%;
  height: 100vh;
}

#services-content {
  border: #fff solid 1px;
  list-style-position: inside;
  text-align: right;
  margin-top: 40px;
  padding: 10px;
  background-color: #ffffffbb;
}
/*

#project-garden-houses {
  width: 100%;
  background: url("../img/project_gardenhouses.jpg") no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  height: 100vh;
} */

.project-garden-houses-title {
  border: #fff solid 1px;
  background-color: #ffffff66;
}
