body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0
}

.header {
    text-align: center
}

.content {
    padding: 15px
}

.sticky {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(6px);
    z-index: 100
}

.sticky+.content {
    padding-top: 100px
}

select {
    border-radius: 5px;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lora, Georgia, "Times New Roman", Times, serif;
    line-height: 1.2
}

h2,
h3,
h4,
h5,
h6 {
    color: #555;
    margin-top: 25px;
    margin-bottom: 5px
}

table {
    border-collapse: collapse
}

tr {
    background-color: #b6e2d3
}

td {
    padding: 10px;
    border: 1px solid #fff
}

.hdr {
    background-color: #073c64;
    padding: 15px
}

.hdr img {
    height: 80px;
    width: auto
}

.spanred {
    color: red
}

.spanwhite {
    color: #fff
}

.bg-primary {
    background-color: #073c64
}

.bg-secondary {
    background-color: #767676
}

.bg-success {
    background-color: #b6e2d3
}

.bg-info {
    background-color: #9cc2d8
}

.bg-danger {
    background-color: #d4596f
}

.primary {
    color: #073c64
}

.secondary {
    color: #767676
}

.success {
    color: #b6e2d3
}

.info {
    color: #9cc2d8
}

.danger {
    color: #d4596f
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout>:last-child {
    margin-bottom: 0
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout .highlight {
    background-color: rgba(0,0,0,0.05)
}

.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5)
}

.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5)
}

.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), .5)
}

.bd-callout-secondary {
    --bd-callout-bg: rgba(var(--bs-secondary-rgb), .075);
    --bd-callout-border: rgba(var(--bs-secondary-rgb), .5)
}

.legend {
    cursor: help;
    font-size: 20px;
    font-family: "Courier New", Courier, monospace;
    border-bottom: 2px dotted #000;
    text-decoration: none
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 20%
}

@media screen and (max-width:800px) {
    .modal-content {
        width: 80%
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.marquee {
  color: red;
  font-size: 16px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  animation: slideRightToLeft linear infinite;
}
