@font-face {
    font-family: "msgothic";
    src: url("../msgothic.ttf");
}

* {
    font-family: "msgothic";
}

img.icon {
    max-width: 128px;
    transform: rotateY(180deg);
}
aside div.copyleft {
    position: fixed;
    bottom: 0.5rem;
}
aside div.copyleft marquee {
    padding-top: 0.5rem;
    margin-right: 0.75rem;
}
aside div.sidebar table {
    position: relative;
    /*right: 36px;*/
    right: 42px;
}
body {
    margin: auto;
    max-width: 1000px;
    background-color: #103c48;
    color: #a4b5b6;
    font-family: "MS Gothic";
}
div.container {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    margin: auto;
}
figcaption {
    text-align: center;
    padding: 0.25rem 0;
}
figure {
    background-color: #103c48;
    margin: 0;
}
figure img {
    margin: 0;
}
div#contents {
    padding: 1rem;
}
main {
    margin: auto;
    min-width: 0;
    max-width: 800px;
    flex: 1;
    min-height: 100vh;
    background-color: #184956;
    border-left: 2px solid #103c48;
    border-right: 2px solid #103c48;
}
aside {
    position: relative;
    max-width: 300px;
    flex: 2;
}
aside div.sidebar {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
hl {
    color: #dbb32d;
}
aside div.sidebar table b a {
    color: #d07e4b;
    font-size: 2rem;
    text-decoration: none !important;
    transition: ease-in-out 0.25s;
}
aside div.sidebar table b a:hover {
    color: #dbb32d;
    transition: ease-in-out 0.25s;
}
aside div.sidebar div.zones a {
    display: inline-block;
    background-color: #d07e4b;
    color: #cad8d9;
    padding: 0.5rem;
    margin: 0.25rem 0.25rem 0.25rem 0;
    transition: ease-in-out 0.25s;
}
aside div.sidebar div.zones a:hover {
    background-color: #dbb32d;
    transition: ease-in-out 0.25s;
}
header {
    font-weight: bold;
    color: #d07e4b;
    font-family: monospace;
    text-align: center;
    position: sticky;
    top: 0;
    background-color: #103c48;
    z-index: 100;
}
header div#ascii {
    white-space: pre;
}
#about {
    padding-top: 2rem;
}
aside div.sidebar a {
    filter: drop-shadow(3px 3px 0px rgba(93, 113, 120, 0.3))
}
aside div.sidebar b {
    filter: drop-shadow(2px 2px 0px rgba(93, 113, 120, 0.3))
}
aside div.sidebar img {
    filter: drop-shadow(-3px 3px 0px rgba(93, 113, 120, 0.3))
}
#bubblewrapper {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40vh;
    z-index: -1;
}
#bubblewrapper .wrapper {
    height: 200%;
    background-image: url("../img/bubble.png");
    background-repeat: repeat;
    border: none;
    z-index: 1;
    animation: scroll 10s linear infinite;
}
#bubblewrapper .wrapper-alt {
    background: linear-gradient(to bottom, #103c48 0%, transparent 100%);
    position: fixed;
    bottom: 0;
    height: inherit;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-300px);
    }
}
.wrapper, .wrapper-alt {
    height: 100%;
    width: 100%;
}

h2, h3, h4, date {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
h2::after, h3::after, h4::after {
    content: "";
    flex: 1;
    margin-left: 1rem;
    height: 3px;
    background: rgb(17,17,23);
    background: linear-gradient(90deg, #dbb32d 0%, #d07e4b 100%);
    height: 2px;
}
h2::before, h3::before, h4::before {
    content: "";
    flex: 1;
    margin-right: 1rem;
    height: 3px;
    background: rgb(17,17,23);
    background: linear-gradient(90deg, #d07e4b 0%, #dbb32d 100%);
    height: 2px;
}
h2.nobars::before, h3.nobars::before, h4.nobars::before, h2.nobars::after, h3.nobars::after, h4.nobars::after {
    height: 0px !important;
}

.colcontainer {
    display: flex;
}
.colcontainer div {
    width: 50%;
}
.colcontainer div.rightcol {
    padding-left: 0.5rem;
}
.colcontainer div.leftcol {
    padding-right: 0.5rem;
}

a {
    color: #d07e4b;
}

.blinkies {
    max-height: 31px;
}

table.webrings td {
    width: 33%;
    text-align: center;
    vertical-align: top;
    padding: 0.25rem;
}


hr { 
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 14px;
	width: 100%;
    border: 0;
    position: relative;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #FFF;
    height: 2px;
    top: 5px;
}
hr:before {
    left: 0;
    right: 50%;
    margin-right: 14px;
    background: linear-gradient(90deg, #d07e4b 0%, #dbb32d 100%);
}
hr:after {
    right: 0;
    left: 50%;
    margin-left: 14px;
    background: linear-gradient(90deg, #dbb32d 0%, #d07e4b 100%);
}
code {
    background-color: #103c48;
}
