@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&display=swap');

body {
    margin: 10px auto;
    background-color: #123456;
    /* background: linear-gradient(90deg, #1e7270 0%, #b8fcc7 100%); */
    color: white;
    font-family: 'Overpass',monospace;
    width: 1000px;
}

img {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
    image-rendering:pixelated;
}

img.noeffects {
    border-radius: 0;
    box-shadow: none;
}

a {
    color: #abcdef;
}

a:hover {
    color: white;
}

a img {
    transition: filter .2s, transform .2s;
}

a:hover img {
    filter: brightness(1.5);
    transform: scale(1.1);
}

h1 {
    margin: 0;
}

p {
    margin: 0;
    margin-top: 10pt;
}

td {
    vertical-align: top;
}

div.flex {
    display: flex;
}

div.wrap {
    flex-wrap: wrap;
}

#sidebar {
    width:200px;
    max-width: 200px;
    margin-right:32px;
}

#sidebar * {
    width:100%;
}

div.card {
    background-color: #00000080;
    padding:10px;
    border: solid #abcdef80 2px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
}

img.card {
    display: block;
    background-color: #00000080;
    /* border: solid #abcdef80 2px; */
    border-radius: 10px;
    margin-top: 0 !important;
    margin-bottom: 10px;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    width: 100%;
}

img.headerimage {
    width: 100%;
    display: block;
    /* background-color: #00000080; */
    margin-top: 0 !important;
    margin-bottom: 10px;
    box-shadow: none;
}

.card:last-child {
    margin-bottom: 0;
}

h1.cardheader {
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:2px;
    margin-bottom: 12px;
}

div.qa {
    margin-top: 10px;
}

div.qa h1 {
    font-size: 10pt;
    margin:0;
    color:lightslategray;
}

div.qa p {
    margin:0;
}

#content {
    width:100%;
    max-width: calc(100% - 232px);
}

#content img {
    margin-top: 10pt;
}

div.linkwidget {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.linkwidget * {
    margin: 0;
}

div.linkwidget div {
    margin: 0;
    margin-right:20px;
    width:100px;
}

div.linkwidget div:last-of-type {
    margin-right:0;
}

div.linkwidget div.vr {
    width:2px;
    height: 56px;
    background-color: #ffffff80;
    border-radius: 100%;
}

div.linkwidget div a {
    display:block;
}

div.linkwidget img {
    width: 48px;
    margin-top: 0 !important;
    box-shadow: none;
    border-radius: 0;
}

div.buttonlist {
    display: flex;
    justify-content: center;
    gap:0px 5px;
    flex-wrap: wrap;
}

div.buttonlist * {
    max-width: 88px;
    /* width: 88px; */
    display: inline-block;
}

div.buttonlist img, div.blinkielist img, img.button {
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    /* width: 88px; */
}

div.blinkielist {
    display: flex;
    justify-content: center;
    gap:5px 5px;
    flex-wrap: wrap;
    padding-left:12px;
}

div.blinkielist * {
    max-width: 150px;
    display: inline-block;
    transition: transform .2s;
}

div.blinkielist *:hover {
    transform: scale(2);
}

details {
    background-color: #44444480;
    padding: 0;
    margin-top: 10pt;
    border: solid #abcdef80 2px;
    border-radius: 10px;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
}

details summary {
    font-weight: bold;
    cursor: s-resize;
    padding:10px;
    border-radius:10px;
    /* border-bottom: solid 2px #abcdef80; */
}

.fw {
    width: 100%;
}

img.nopixel {
    image-rendering:auto;
}

.noborder {
    border: none;
}

img.noborder {
    box-shadow: none;
}

.notopmargin {
    margin-top:0 !important;
}

.nopadding {
    padding: 0 !important;
}

a.button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border: solid 2px #abcdef80;
    transition: .2s;
}

a.button img {
    box-shadow: none;
    margin-top:0 !important;
    margin-right: 10px;
    border-radius: 0;
}

a.button:hover {
    border: solid 2px #abcdef;
    background-color: #abcdef80;
    transform: scale(1.1);
}

a.button:hover img {
    transform: none;
}

.children-block * {
    display: block;
}

.footnote {
    color:lightslategray;
    font-size: small;
}

td {
    vertical-align: middle;
}

hr {
    border: #abcdef 1px solid;
    border-radius: 30%;
}

div#header {
    margin-bottom: 10px;
}

div.headerimagecontainer {
    position: relative;
}

div.headerimage {
    background-color: #00000080;
    background-image: url("/old/assets/imgs/headerimage.png");
    background-size: cover;
    background-position: bottom;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height:150px;
    transition: filter .2s;
}

a:hover div.headerimage {
    filter: brightness(1.075);
}

div.headerattribution {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 0;
    background: linear-gradient(180deg, #00000000 0%, rgba(0,0,0,0.375) 100%);
    border-radius: 0 0 10px 10px;
    pointer-events: none;
}

div.headerattribution p {
    padding: 10px;
    flex: 1 1 100%;
    pointer-events: auto;
    width: fit-content;
}

div.headerbuttonlist {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    display: flex;
    gap: 5px;
}

div.headerbutton {
    width: auto;
    aspect-ratio: 1;
    /* margin-left: 5px; */
    flex-shrink: 0;
}

div.headerbutton a {
    display: block;
    height: 100%;
    aspect-ratio: 1;
}

div.headerbutton a img {
    display: block;
    height: 100%;
    aspect-ratio: 1;
    transition: filter .2s, transform .2s;
    filter: opacity(.5);
}

div.headerbutton a:hover img {
    filter: opacity(1);
    transform: scale(1.1);
}

li {
    margin-bottom: .5rem;
}

li:last-of-type {
    margin-bottom: 0;
}

abbr {
    text-decoration: underline dashed;
    text-underline-offset: .2rem;
}