@font-face {
    font-family: 'Cabin';
    src: url('/include/fonts/Cabin-VariableFont_wdth,wght.ttf');
    font-weight: 1 1000;
}

body {
    background-color: #102;
    color: white;
    max-width: 960px;
    margin: auto;
    font-family: "Cabin", sans-serif;
    font-size: 18px;
}
main {
    background-color: #204;
    padding: 4px 16px 4px;
    border: 4px ridge #408;
}
main section h1 {
    text-align: center;
    color: white;
    -webkit-text-stroke: 6px rebeccapurple;
    paint-order: stroke fill;
}
main section h2 {
    text-align: center;
    color: white;
    -webkit-text-stroke: 6px purple;
    paint-order: stroke fill;
}

footer {
    text-align: center;
    color: mediumpurple;
}

a {
    color: cyan;
}
a:visited {
    color: magenta;
}

#navbar {
    margin-bottom: 16px;
    text-align: center;
}
#page-title {
    text-align: center;
    color: white;
    -webkit-text-stroke: 6px rebeccapurple;
    paint-order: stroke fill;
}

#page-title h1 {
    margin-top: 16px;
    margin-bottom: 4px;
}

#mini-hero {
    margin: auto;
    width: fit-content;
}

.infobox-information {
    background-color: midnightblue;
    border-radius: 8px;
}
.infobox-information .infobox-title {
    padding: 4px 4px 4px 12px;
    background-color: #217;
    font-weight: bold;
    font-size: 20px;
    border-left: 2px solid cornflowerblue;
    border-top: 2px solid cornflowerblue;
    border-right: 2px solid cornflowerblue;
    border-radius: 8px 8px 0 0;
}
.infobox-information .infobox-title::before {
    content: "🛈 Information";
}
.infobox-information .infobox-description {
    padding: 12px;
    background-color: #216;
    border-left: 2px solid cornflowerblue;
    border-bottom: 2px solid cornflowerblue;
    border-right: 2px solid cornflowerblue;
    border-radius: 0 0 8px 8px;
}
.infobox-warning {
    background-color: yellow;
    border-radius: 8px;
}
.infobox-warning .infobox-title {
    padding: 4px 4px 4px 12px;
    background-color: darkorange;
    font-weight: bold;
    font-size: 20px;
    border-left: 2px solid orange;
    border-top: 2px solid orange;
    border-right: 2px solid orange;
    border-radius: 8px 8px 0 0;
}
.infobox-warning .infobox-title::before {
    content: "🛈 Warning";
}
.infobox-warning .infobox-description {
    padding: 12px;
    background-color: saddlebrown;
    border-left: 2px solid orange;
    border-bottom: 2px solid orange;
    border-right: 2px solid orange;
    border-radius: 0 0 8px 8px;
}
.title-outline-1 {
    color: white;
    -webkit-text-stroke: 3px mediumpurple;
    paint-order: stroke fill;
}
#blog-entry-links li {
    font-size: 24px;
    padding: 8px;
}
#blog-entry-links li ul {
    list-style-type: none;
}
#blog-entry-links li ul li {
    font-size: 18px;
    padding: 0;
}
section .footnote {
    margin-bottom: -8px;
    margin-top: -20px;
}
li .footnote { /*fix spacing for list objects*/
    margin-bottom: 0;
    margin-top: 0;
}
.footnote {
    font-size: 16px;
    margin-top: -2px;
    margin-left: 16px;
    margin-bottom: 0;
    color: gray;
}
.blog-img {
    margin: auto;
    font-size: 16px;
    text-align: center;
}
.blog-img table {
    font-size: 20px;
}
.blog-img p {
    margin-top: 0;
}
.blog-img img {
    max-width: 700px;
    width: 100%;
    text-align: center;
    border: 4px ridge rebeccapurple;
    border-radius: 8px;
}
.button-88x31 {
    padding: 2px;
    height: 31px;
    width: 88px;
}
#buttons-88x31 {
    text-align: center;
    background-color: #204;
    padding: 8px;
    border: 4px ridge #408;
}
#mini-hero table * {
    background-color: #0000;
    border: 0;
    padding: 0;
}
#mini-hero table {
    background-color: #0000;
    border: 0;
    padding: 0;
}
table {
    margin: auto;
    background-color: #408;
    padding: 1px;
    border: 2px outset #408;
}
th {
    padding-left: 8px;
    padding-right: 8px;
}
tr {
    padding: 0;
    margin: 0;
}
td {
    margin: 4px;
    background-color: #204;
    padding: 8px;
}
.esq-vfd {
    background-color: #000;
    color: #00ffdd;
    padding: 2px;
    border: 2px solid gray;
}