/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0px;
    box-sizing: border-box;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr.fullwidth-divider {
    color: #996633;
    background-color: #996633;
    height: 3px;
    border: medium none;
    line-height: 14px;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    margin-right: 0;
}
a:link {
    margin-right: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border: 2px solid #000;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --primary: #0d6efd;
    --secondary: #cc0000;
    --color3: #966836;
    --color4: #198754;
    --white: white;
    --light: #f8f9fa;
    --dark: #212529;
    --bg: #fdf0cf;
}

body {
    font-family: 'Trebuchet MS';
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trebuchet MS';
    color: var(--secondary);
}

body {
    background-color: var(--bg);
}

body,
html {
    min-height: 100vh;
}

h1 {
    font-family: 'Trebuchet MS';
    text-align: center;
    color: var(--secondary);
    font-weight: 700;
}

ul li a {
    color: var(--color3);
}

.font--1 {
    font-size: 9px;
}

.font-1 {
    font-size: 11px;
}

.font-2 {
    font-size: 13px;
}

.font-3 {
    font-size: 16px;
}

.font-4 {
    font-size: 19px;
}

.font-5 {
    font-size: 24px;
}

.font-6 {
    font-size: 32px;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    color: #000000;
}

.font-blue {
    color: #0000ff;
}

.font-brown {
    color: #663300;
}

.font-burnt-orange {
    color: #993300;
}

.font-fire-red {
    color: #cc0000;
}

.font-fire-red2 {
    color: #c1282c;
}

.font-full-red {
    color: #ff0000;
}

.font-dark-brown {
    color: #543723;
}

.font-dark-gray {
    color: #333333;
}

.font-italic {
    font-style: italic;
}

.font-dark-green {
    color: #006600;
}

.font-dark-red {
    color: #800000;
}

.font-gray-green {
    color: #2b2c2b;
}

.font-green {
    color: #008000;
}

.font-karpolan {
    color: #0068cf;
}

.font-light-pink {
    color: #ff6666;
}

.font-magenta {
    color: #800080;
}

.font-mid-gray {
    color: #666666;
}

.font-navy {
    color: #0000c0;
}

.font-orange {
    color: #cc3300;
}

.font-pink {
    color: #cc0099;
}

.font-purple {
    color: #000080;
}

.font-sunset-orange {
    color: #ff5050;
}

.font-sky-blue {
    color: #3399ff;
}

.font-light-tan {
    color: #cc9966;
}

.font-tan {
    color: #996633;
}

.font-very-dark-gray {
    color: #1a1a1a;
}

.font-yellow-green {
    color: #808000;
}

.font-teal {
    color: #008080;
}

.font-full-magenta {
    color: #ff00ff;
}

.font-white {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}