/* GLOBAL STYLES
-------------------------------------------------- */

/* Show it is fixed to the top */
html {
  scroll-padding-top: 5rem;
}

body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.mx-n1 {
    margin: 0rem -0.5rem 0rem -0.5rem;
}

.bg-pedalpeople {
  --bs-bg-opacity: 1;
  background-color: rgba(130, 123, 209, 1) !important;
}

.bg-pedalpeople-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1) !important;
}

.bg-pedalpeople-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(68, 62, 125, 1) !important;
}

.text-pedalpeople-light {
  --bs-text-opacity: 1;
  color: rgba(130, 123, 209, 1) !important;
}

.text-pedalpeople-dark {
  --bs-text-opacity: 1;
  color: rgba(68, 62, 125, 1) !important;
}

.text-pedalpeople-success-dark {
  --bs-text-opacity: 1;
  color: rgba(12, 65, 40, 1) !important;
}

.text-pedalpeople-warning-dark {
  --bs-text-opacity: 1;
  color: rgba(82, 62, 2, 1) !important;
}

.text-bg-pedalpeople-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 192, 1) !important;
}

/* unvisited link */
p a:link, li a:link, dl a:link, h5 a:link, div a:link {
  color: rgba(76, 68, 108, 1);
}

/* visited link */
p a:visited, li a:visited, dl a:visited, h5 a:visited, div a:visited {
  color: rgba(76, 68, 70, 1);
}


/* Sticky footer CSS */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-uer-select: none;
    -moz-user-select: none;
    user-select: none;
}

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

.b-example-divider {
    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;
}
