@import url(https://fonts.bunny.net/css?family=actor,barlow,barlow-condensed,sansation);

:root {
    --colAccent: #FFE200;
    --colBackground: #102817;
    --colHilite: #FFC;
    --colLolite: #BCB;
    --colText: #CCC;
}

html {
    background-color: var(--colBackground);
    box-sizing: border-box;
    color: var(--colText);
    font-family: Barlow, sans-serif;
    font-size: 11pt;
    margin: 0;
}
body, * {
    text-overflow: ellipsis;
}
h1 {
    font-family: Actor, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 0.5rem 0;
    padding: 0;
}

header {
    height: 3rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
footer {
    bottom: 0;
    height: 5rem;
    left: 0;
    position: absolute;
    right: 0;
}

a {
    color: var(--colLolite);
    font-family: Barlow Condensed, sans-serif;
    text-decoration: none;
}
a:hover {
    color: var(--colHilite);
}
p {
    color: var(--colText);
    font-family: Barlow, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0.2rem 0 0.8rem 0;
    padding: 0;
}


/********** S H O R T C O D E S **********/
.absolute      { position: absolute; }
.bottom030     { bottom: 3.0rem; }
.bottom055     { bottom: 5.5rem; }
.dibt          { display: inline-block; vertical-align: top; }
.fgAccent      { color: var(--colAccent); }
.fgText        { color: var(--colText); }
.fixed         { position: fixed; }
.flexBox       { align-content: flex-start; align-items: flex-start; display: flex; flex-flow: row wrap; gap: 0.5rem; justify-content: space-between;}
.flexItem      { }
.font009       { font-size: 0.9rem; line-height: 0.9rem; }
.font012       { font-size: 1.2rem; line-height: 1.2rem; }
.font014       { font-size: 1.4rem; line-height: 1.4rem; }
.font020       { font-size: 2.0rem; line-height: 2.0rem; }
.fontCorporate { font-family: Sansation, sans-serif; }
.fontHeader    { font-family: Actor, sans-serif; }
.fontLink      { font-family: Barlow Condensed, sans-serif; }
.fontText      { font-family: Barlow, sans-serif; }
.height025     { height: 2.5rem; }
.height055     { height: 5.5rem; }
.left005       { left: 0.5rem; }
.left035       { left: 3.5rem; }
.left010       { left: 1.0rem; }
.left020       { left: 2.0rem; }
.px002         { padding-left: 0.2rem; padding-right: 0.2rem; }
.px010         { padding-left: 1.0rem; padding-right: 1.0rem; }
.right005      { right: 0.5rem; }
.right010      { right: 1.0rem; }
.right020      { right: 2.0rem; }
.textRight     { text-align: right; }
.top005        { top: 0.5rem; }
.top008        { top: 0.8rem; }
.top012        { top: 1.2rem; }
.top040        { top: 4.0rem; }
.top050        { top: 5.0rem; }
.width025      { width: 2.5rem; }