@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.tm-symbol, sup {
    vertical-align: super;
    font-size: 0.7em;
    line-height: 0;
    position: relative;
    top: 0.15em;
}

ul.bullets {
    list-style: none;
}

ul.bullets > li {
    margin-bottom: .5em;
}

ul.bullets > li::before {
    display: inline-block;
    margin-left: -1em;
    margin-right: .5em;
    font-family: bootstrap-icons;
    font-weight: bold;
    vertical-align: -.125em;
    color: #f47320;
    content: "\F285";
    vertical-align: -.125em;
}

body {
    font-size: 1.25em;
}

p {
    margin-top: .5em;
}

.intro {
    font-size: 1.25em;
    padding-top: 3em;
    margin-bottom: 1em;
}

.section {
    margin-top: 1em;
    margin-bottom: 2em;
}

hr {
    margin-top: 2em;
    margin-bottom: 3em;
    visibility: hidden;
} 
