 body {   
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.5em;
}
.beetv-bkg {
    background-image: url('../../../media/bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo {
  width: 230px;
  height: 46px;
  background-image: url('../../../media/Logo-BeeTV-230x46.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed',sans-serif;
  clear: both;
  text-align: left;
}
h2 {
  line-height: 1.3em;
  font-size: 3.75rem;
  font-weight: 700;
  color:#000;
}
h3 {
  line-height: 1.3em;
  font-size: 2.75rem;
  font-weight: 700;
  color:#000;
}
h4 {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
p {
  text-align: left;
}
.m70 {
  margin-bottom: 70px;
}
.divider {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #000;
  width: 20%;
}
.grey-center {
  display: block;
  border-color:#dee2e6;
  margin:2em auto;
}
.grey-left {
  display: block;
  border-color:#dee2e6;
  margin:2em 0;
}
#contact {
  box-shadow: 0px 0px 30px 5px rgba(1, 87, 140, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: left;
    margin: 100px 0px 70px 70px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 70px;
    padding: 50px 50px 35px 50px;
    border-radius: 18px 18px 18px 18px;
    background-color: #f8f7f3;
    height: 561px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f9c349;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255,177,0,.25);
}
a:link {
  text-decoration: none;
}
.custom-btn {
  background-color: #f9c349;
  border: 2px solid #f9c349;
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, border-color 0.3s;
}
.custom-btn:hover {
  background-color: #ffb100;
  border-color: #ffb100;
}
.nav-pills {
  color: #ffb100;
  --bs-nav-pills-link-active-bg: #ffb100;
}
.nav-link {
  color: #ffb100;
}
.nav-link:focus, .nav-link:hover {
  color: #f9c349;
}

i.fa-solid {
fill: #01578C;
color: #01578C;
border-color: #01578C;
}
.accordion-button:not(.collapsed), button.accordion-button.collapsed {
line-height: 0;
}
.accordion-body {
  text-align: left;
}

.border-dashed { --bs-border-style: dashed; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}