@font-face {
    font-family: 'Optima';
    src: url('/custom/Optima_Medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'Satoshi-Med';
    src: url('/custom/Satoshi-Medium.otf')  format('opentype');
}

@font-face {
    font-family: 'Satoshi-Reg';
    src: url('/custom/Satoshi-Regular.otf')  format('opentype');
}

.bwfwbutton .et_pb_button {
  width: 100%;
}

#top-menu li {
  padding-right: 30px;
}

.video-active .bwzindex {
  z-index: 0 !important;
}

.video-active #main-header {
  z-index: 0;
}

.brownbutton a {
  background: #4f433c;
  border-radius: 30px;
  color: #fff !important;
  padding: 15px 25px !important;
  margin-top: -15px;
}
#main-header.et-fixed-header .brownbutton a {
  color: #fff !important;
}

body, p {
  font-family: "Satoshi-Reg";
}

h1, h2, h3, h4 {
  font-family: "Optima" !important;
  font-weight: 600 !important;
}

h6 {
  text-transform: uppercase;
  font-family: "Satoshi-Med";
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px !important;
  color: #84896f !important;
}

h1 em {
  color: #84896f !important;
}

h1 {
  margin-bottom: 6px;
}

#top-menu li a {
  font-weight: 300 !important;
  letter-spacing: 0px !important;
}

body .et_pb_button {
  font-weight: 500 !important;
  font-family: "Satoshi-Med" !important;
}

.bwround {
  border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -khtml-border-radius: 30px;
}

.bwbuttonside {
  float: left;
  margin-right: 20px;
  z-index: 9999999999999;
}

.et_pb_button {
  padding-top: 8px !important;
  padding-left: 25px !important;
  padding-bottom: 10px !important;
  padding-right: 25px;
}

.et_pb_button:hover {
  padding-right: 40px !important;
}

#main-footer {
  border-top: 1px solid #a78c83;
}

/* Horizontal pill/tab list */
.pillist ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pillist li {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid #e3d1d1;
  border-radius: 999px;
  background: #f8f0e9;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* Hover effect */
.pillist li:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    cursor: pointer;
}