body {
  background: var(--bs-white);
}

.navbar {
  background: var(--bs-gray-500);
  height: 64px;
  border-color: var(--bs-secondary);
  border-bottom-style: none;
  border-bottom-color: rgba(255,255,255,0.5);
}

.navbar .btn-icon-mode {
  background-image: url('../../assets/img/Master%20Banner%20Logo%201630%20x%20480%20-%20Black%20-%20No%20Background.png');
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
}

html[data-bs-theme="dark"] .navbar .btn-icon-mode {
  background-image: url('../../assets/img/Master%20Banner%20Logo%201630%20x%20480%20-%20White%20-%20No%20Background.png')!important;
}

Master Banner Logo 1630 x 480 - Black - No Background.png {
}

.container {
}

@media (min-width: 300px) {
  .flexDiv {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    /*font-size: 12px;*/
  }
}

@media (min-width: 576px) {
  .flexDiv {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .flexDiv {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .flexDiv {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .flexDiv {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .flexDiv {
    width: 50%;
  }
}

.pageHeading {
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
}

.introSection {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 12px;
}

.paddedSection {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 24px;
}

.menuDiv {
  padding-bottom: 12px;
  border-style: solid;
  border-radius: 4px;
  background: rgba(56,57,57,0.25);
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 12px;
}

p {
  font-family: Lato, sans-serif;
  padding-top: 2px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  /*background: var(--bs-warning);*/
  border-bottom-color: var(--bs-black);
  border-radius: 4px;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.Main.Title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-align: center;
}

.ParagraphTitle {
  font-family: Lato, sans-serif;
  font-weight: bold;
  padding-top: 12px;
}

.ParaText {
  font-size: 14px;
  padding-top: 8px;
}

.dropdown-item:focus {
  outline: none !important;
  background-color: var(--bs-dropdown-link-hover-bg);
}

.btn:focus, .nav-link:focus, .dropdown-toggle:focus, .form-select:focus, .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit;
}

