html {
  scroll-padding-top: 4.5rem;
}

body {
  color: #736f71;
  position: relative;
  overflow-x: hidden;
  font-family: "Arial";
}

p {
  line-height: 1.75;
  font-size: 18px;
}

h1 {
  font-weight: bold;
}

.nav {
  text-align: left;
  padding: 8px 0 0 32px;
}

.scrollBox {
  padding: 12px 12px 24px 220px;
}

.scrollBox span {
  display: inline-block;
}

.branchism_head {
  position: fixed;
  overflow: auto;
  width: 200px;
  height: 100%;
  text-align: center;
  padding: 12px 0;
}

.branchism_head p {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.branchism_head img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 16px 0 0;
}

.nav ul {
  list-style-type: none;
  border-left: 1px solid gray;
  padding: 8px;
  margin: 0;
}

.nav li a {
  color: #736f71;
  text-decoration: none;
  font-size: 12px;
}

.navbar-toggler:focus {
  outline: none;
}
.color-y {
  color: #d79922;
}

#about .primary_text_style {
  margin-top: 72px;
}

#about .primary_text_heading_style {
  background-color: red;
  color: white;
  padding: 8px 16px;
  width: fit-content;
}

#about .primary_img {
  padding-left: 24rem;
  max-width: 100%;
  height: auto;
}

#about .secondary_text_heading_style {
  background-color: #d79922;
  max-width: 100%;
  width: fit-content;
  color: white;
  padding: 8px 16px;
}

#about .secondary_text_style {
  margin-top: 16px;
}
#about .secondary_text_style h2 {
  color: #736f71;
  font-weight: 900;
}

#about .secondary_img {
  max-width: 80%;
  height: auto;
}

#product .title_style {
  background-color: #1d572e;
  max-width: 100%;
  margin: 8px 0;
}

#product .title_style h1 {
  color: #1d572e;
  background-color: white;
  margin: 16px;
  border-radius: 20px;
  padding: 8px;
}

#product .title_style h2 {
  color: white;
  margin: 0;
}

#product .primary_border,
.secondary_border {
  border: solid #1d572e 5px;
  margin: 1rem 0rem;
  padding: 16px 32px 64px;
  color: #1d572e;
}

#product .primary_border h1 {
  margin: 48px 0px 32px 0px;
}

#product .primary_border p,
.secondary_border p {
  margin: 16px 0rem 40px;
}

#product .primary_img {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
}

#product .secondary_border h1 {
  font-size: 40px;
  margin: 48px 0px 32px 0px;
}

#product .secondary_border img {
  max-width: 100%;
  height: auto;
}

#member .primary_style {
  color: white;
}

#member .primary_style > div {
  background-color: #4056a1;
  padding: 32px 40px 72px;
}

#member .primary_style h1 {
  padding: 16px 40px;
  border: 5px white solid;
  border-radius: 20px;
  margin-bottom: 48px;
}

#member .primary_style .name {
  margin: 0 auto;
}

#member .primary_style .name div:first-child {
  max-width: 300px;
}

#member .primary_style .name div:first-child h2 {
  font-size: 24px;
  font-weight: 200;
}

#member .primary_style .name div:last-child {
  word-break: keep-all;
  font-size: 1.3rem;
}

#member .primary_style .name div:last-child p::before {
  content: "/";
  color: white;
  margin-right: 0.5rem;
  font-weight: 900;
}

#member .primary_style .detail {
  margin: 32px auto 54px;
}

#member .primary_style .detail p {
  line-height: 2.5rem;
  font-size: 18px;
  font-weight: 100;
}

#company .style h1 {
  background-color: blanchedalmond;
  padding: 16px 40px;
}

#company .style p {
  border-bottom: gray solid 1px;
  padding: 0 0 0 16px;
}

#company .table {
  padding: 16px 32px;
}

#company .location {
  padding-left: 10rem;
  border-bottom: gray solid 1px;
}

#contact .style p {
  padding: 0 0 0 64px;
}

#contact {
  margin: 16px 0 0;
}

#contact .style h1 {
  margin: 16px 0px 32px 0px;
  padding: 16px 40px;
  color: white;
  background-color: #3a2d32;
}

#contact .footer {
  background-color: gray;
  text-align: center;
  margin-top: 40px;
}

#contact .footer a {
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 0 16px;
}

#contact .footer a:hover {
  color: rgb(173, 223, 173);
}
