@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
* { box-sizing: border-box; }

/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; box-sizing: border-box; }

/** Basic styling */
body { font: 300 14pt/1.4 "Space Mono", -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #000; background-color: #fff; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 8pt; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: left; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 10pt; }

/** Lists */
ul, ol { margin-left: 16pt; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 500; }

/** Links */
a { color: #000; text-decoration: underline; }

a:visited { color: #000, 15%; }

a:hover { color: #000, 15%; text-decoration: none; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: none; }

/** Blockquotes */
blockquote { color: #000; border-left: 4px solid #383838; padding-left: 8pt; font-size: 15.75pt; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 13.125pt; border: 1px solid #383838; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { /* max-width: -webkit-calc(660px - (16pt * 2)); max-width:         calc(660px - (16pt * 2)); */ width: 65vw; max-width: 800px; margin-right: auto; margin-left: auto; margin-top: 48px; padding-right: 16pt; padding-left: 16pt; }

@media screen and (max-width: 80vw) { .wrapper { padding-right: 8pt; padding-left: 8pt; } }

/** Clearfix */
.footer-col-wrapper:after, .wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #fff; padding-left: -1%; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 16pt; width: 100%; text-align: left; color: #2e2e2e; border-collapse: collapse; border: 1px solid #383838; }

table tr:nth-child(even) { background-color: #474747; }

table th, table td { padding: 5.3333333333pt 8pt; }

table th { background-color: #404040; border: 1px solid #2e2e2e; border-bottom-color: #1a1a1a; }

table td { border: 1px solid #383838; }

.page-content { width: 100vw; }

/** Site header */
*:focus { outline: none; }

.site-header { background-color: black; color: #fff; padding: 12px 36px; height: 64px; width: 100vw; position: fixed; z-index: 100; }

a.site-title { font-size: 18.2pt; font-weight: 500; float: left; color: #fff; text-decoration: underline; }

a.site-title:hover { text-decoration: none; }

a.site-title:visited { color: #fff; text-decoration: underline; }

.site-nav { float: right; margin-top: 3.9pt; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #fff; line-height: 1.4; }

.site-nav .page-link:not(:last-child) { margin-right: 20px; }

@media screen and (max-width: 80vw) { .site-nav { position: absolute; top: 9px; right: 8pt; background-color: #fff; border: 1px solid #383838; border-radius: 5px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg { fill: black; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { padding: 8px 24px; background-color: #000; color: #fff; height: 80px; width: 100vw; bottom: 0; position: sticky; font-size: 7pt; z-index: 1; }

.footer-heading { font-size: 15.75pt; margin-bottom: 4pt; color: #fff; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.contact-list > li a, .social-media-list > li a { color: #fff; }

.footer-col-wrapper { font-size: 10.5pt; color: #fff; margin-left: -8pt; }

.footer-col { float: left; margin-bottom: 0; padding-left: 8pt; }

.footer-col-1 { width: -webkit-calc(35% - (16pt / 2)); width: calc(35% - (16pt / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (16pt / 2)); width: calc(20% - (16pt / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (16pt / 2)); width: calc(45% - (16pt / 2)); }

.logo { text-decoration: none; }

@media screen and (max-width: 80vw) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (16pt / 2)); width: calc(50% - (16pt / 2)); } .footer-col-3 { width: -webkit-calc(100% - (16pt / 2)); width: calc(100% - (16pt / 2)); } }

@media screen and (max-width: 80vw) { .footer-col { float: none; width: -webkit-calc(100% - (16pt / 2)); width: calc(100% - (16pt / 2)); } }

/** Page content */
.page-content { padding: 16pt 0; flex: 1; background-color: #000; }

.page-heading { font-size: 24.5pt; font-weight: 500; }

.post-list-heading { font-size: 24.5pt; font-weight: 500; }

.wrapper { margin-top: 72px; }

.post-list { margin-left: 0; list-style: none; width: 100%; }

.post-list > li { margin-bottom: 4pt; background-color: #383838; padding: 8px; }

.post-list > li:hover { background-color: #fff; }

.post-list > li:hover > .post-meta { color: #fff; }

.post-meta { font-size: 10pt; color: #fff; }

.post-link { display: block; font-size: 16.8pt; }

/** Posts */
.post-header { margin-bottom: 16pt; }

.post-content { margin-bottom: 16pt; }

.post-content h2 { font-size: 28pt; }

@media screen and (max-width: 80vw) { .post-content h2 { font-size: 24.5pt; } }

.post-content h3 { font-size: 22.75pt; }

@media screen and (max-width: 80vw) { .post-content h3 { font-size: 19.25pt; } }

.post-content h4 { font-size: 17.5pt; }

@media screen and (max-width: 80vw) { .post-content h4 { font-size: 15.75pt; } }

.post-content a { color: black; }

/** Collections */
a.post_card_container .post_card { padding: 0; height: 30vh; min-height: 200px; margin-bottom: 8px; position: relative; }

.genre_title { color: #FFF; }

.post_card_genre { padding: 0; height: 5vh; min-height: 20px; margin-bottom: 2px; position: relative; }

.post_card_label { padding: 0; height: 20vh; min-height: 50px; margin-bottom: 2px; position: relative; }

.post_title { width: 100%; padding: 2px 8px; }

.post_title.album { background-color: #fff; }

.post_meta { width: 100%; font-size: 10pt; padding: 0px 8px; bottom: 0; vertical-align: text-bottom; background-color: rgba(255, 255, 255, 0.95); position: absolute; text-decoration: none; }

.highlight { padding: 1px 4px; background-color: #fff; }

ul.pager { text-align: center; list-style: none; position: absolute; }

ul.pager li { display: inline; background-color: #fff; border: 1px solid black; padding: 20px; padding-top: 16px; position: fixed; width: 64px; height: 64px; }

ul.pager a { color: #000; text-decoration: none; font-size: 18pt; font-weight: 700; }

ul.pager li.previous { left: 0; top: calc(100vh / 2); }

ul.pager li.next { right: 0; top: calc(100vh / 2); }

/* search bar rules */
#search-input { font-size: 17pt; font-family: "Space Mono", -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border: none; float: left; width: 80%; background: #fff; padding: 10pt; color: black; }

form.search_bar::after { content: ""; clear: both; display: table; }

/*HOMEPAGE*/
#home_label { position: absolute; z-index: 1000; padding: 12px 12px 2px; background-color: #fff; font-size: 8pt; visibility: hidden; }

#home_label h2, #home_label h3 { line-height: 8pt; }

#home_label_title { font-weight: 900; }

canvas { width: 100vw; margin-top: 64px; height: calc(100vh - 80px - 64px); }

/*COLLECTIONS' VIZ*/
#viz_container { width: 100vw; height: calc(100vh - 80px - 64px); position: absolute; top: 64px; left: 0; }

#viz_container svg { display: block; width: 100%; height: calc(100vh - 80px - 64px - 48px); background-color: #000; }

#viz_container.closed { position: fixed; top: unset; bottom: 80px; height: auto; }

#viz_container.closed svg { display: none; }

#viz_label { background-color: #00ff7f; padding: 8px 16px 8px 16px; width: 100vw; font-size: 12pt; display: flex; justify-content: space-between; cursor: pointer; }

#viz_label span { height: 100%; padding: 4px 0px; }

.nodes a { text-decoration: none; }

.net_link { stroke: #fff; opacity: 0.1; }

.net_node { cursor: pointer; fill: #00ff7f; }

.net_text { fill: #fff; text-shadow: 4pt 4pt 4pt black; font-size: 8pt; }

/*LABELS*/
#labels_title { color: #fff; position: relative; z-index: 1; }

.bar { height: 32px; background-color: #00ff7f; margin-top: 4px; max-width: 15vw; display: inline-block; position: relative; z-index: 1; }

.bar_dense { height: 32px; background-color: #fff; margin-top: 4px; max-width: 15vw; display: inline-block; position: relative; z-index: 1; }

.divisor { height: 32px; background-color: #000; margin-top: 4px; display: inline-block; position: relative; z-index: 1; }

.bar_total { background-color: #ff66ff; max-width: 33vw; z-index: 0; display: inline-block; position: absolute; }

.div_chechboxes { position: relative; z-index: 1; }

#btn { margin-top: 16px; background-color: #fff; font-family: "Space Mono", -apple-system, BlinkMacSystemFont, "Roboto", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border: none; height: 36px; width: auto; padding: 8px 8px; cursor: pointer; }

#cboxes label { color: #fff; }

#cboxes input { border: none; box-shadow: none; }

#results_container { margin-top: 16px; }

.p_distinct { float: left; color: #00ff7f; margin-top: 1%; margin-left: -4%; display: inline; }

.p_dense { color: #fff; display: inline; margin-left: 2%; position: absolute; margin-top: 1%; }

/* "smooth" scrolling effect */
html { scroll-behavior: smooth; }

/*ALBUM LAYOUT*/
.album { background-color: #fff; padding: 8px 16px; }

.album img { width: 100%; height: auto; }

.album h1, .album h2, .album .album_date { line-height: 22pt; }

.meadata_infrastructure { font-size: 12pt; }

.embed { position: fixed; left: 0; top: calc(64px + 30px); }

.album_genres_container { margin-top: 12px; }

.album_genres_container a { text-decoration: none; }

.album_genres_container .album_genre { padding: 12px; display: inline-block; background-color: #000; color: #fff; text-decoration: underline; border-radius: 4px; margin-bottom: 8px; }

.colour { width: 36px; height: 36px; display: inline-block; }

.label { padding: 12px; display: inline-block; background-color: #000; color: #fff; border-radius: 4px; }

/* Rules for search.html */
#results-container > li > a { color: rgba(255, 255, 255, 0.95); margin-top: 10%; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

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

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

/*# sourceMappingURL=main.css.map */