/*
Theme Name: split-nova
Theme URI: http://split-notes.com
Author: Sevish
Author URI: https://sevish.com
Description: Bespoke theme for split-notes microtonal netlabel
Version: 2020.03.18
Tags: xenharmonic
Text Domain: split-nova
*/


/* SITE-WIDE */

html {
    background-color: #111;
    font-size: 1.2em;
}
body {
    background-color: #111;
    color: #eee;
    font-family: 'VT323', monospace;
    font-weight: 500;
}
#home-spotlight,
.single-release .container,
.page .container {
    max-width: 40em;
}
header, footer {
    text-align: center;
    padding: 5px 0px;
}
/*header a {
    color: white;
}*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
header h1 {
    display: inline-block;
    font-size: 2em;
}
header ul, header li, header div.menu {
    display: inline-block;
}
header li {
    list-style: none;
}
footer {
    margin-top: 4em;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
hr {
    border-top: 3px solid rgba(128,128,128,0.5);
}
a {
    text-decoration: none;
    color: #55f;
    /*background: -webkit-linear-gradient(rgb(63, 63, 255), darkorchid);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
a:hover {
    text-decoration: none;
    color: orangered;
    /*background: -webkit-linear-gradient(yellow, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
#about {
    padding-top: 4em; padding-bottom: 4em;
}



/* HOME PAGE */

#feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*gap: 5px;*/
}
#feed .release {
    width: 100%;
    transition: 0.1s;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    position: relative;
}
@media only screen and (max-width: 399px) {
    #feed .release {
        border-bottom: unset;
        border-right: unset;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 400px) {
    #feed .release {
        width: 50%;
    }
}
@media only screen and (min-width: 600px) {
    #feed .release {
        width: calc(100% / 3);
    }
}
@media only screen and (min-width: 1000px) {
    #feed .release {
        width: 25%;
    }
}
@media only screen and (min-width: 1500px) {
    #feed .release {
        width: 20%;
    }
}
@media only screen and (min-width: 2000px) {
    #feed .release {
        width: calc(100% / 6);
    }
}
#feed .release:hover {
    /*border-width: 16px;
    border-style: solid;
    border-image: linear-gradient(to right, darkblue, darkorchid) 1;*/
}
#feed .release:hover img {
    /*box-shadow: black 0px 0px 24px;
    transition: 1s;*/
}
#feed .release img {
    width: 100%;
}
#feed .release:hover img {
    filter: blur(5px);
}
#feed .release .excerpt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    pointer-events: none;
    overflow-y: auto;
    z-index: 10;
    text-shadow: black 1px 2px 1px;
}
#feed .release:hover .excerpt {
    opacity: 1;
}
#home-spotlight {
    text-align: left;
    margin-top: 4em;
    margin-bottom: 2em;
}

/* SINGLE RELEASE PAGE */

.single-release h1 {
    font-size: 2em;
    text-align: center;
    padding-bottom: 1em;
}
.single-release #hero {
    min-height: 90vh;
    padding: 2em 0;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.single-release #embed {
    /*text-align: center;*/
}
.single-release #links {
    /*display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;*/
    margin: 4em 0 6em;
}
.single-release #links p {
    text-align: center;
}
.single-release #links .link {
    display: block;
    max-width: 20em;
    margin: auto;
    /*background-color: rgba(128,128,128,0.5);*/
    border: 3px solid rgba(128,128,128,0.5);
    box-shadow: rgba(128,128,128,0.5) 0px 3px;
    border-radius: 0.5em;
    text-align: center;
}
.single-release #links .link + .link {
    margin-top: 0.5em;
}
.single-release #links .link:hover {

}
.single-release #links a {
    display: block;
    padding: 0.5em;
}
.single-release #license,
.single-release #infobox {
    width: 100%;
    background-color: rgba(128,128,128,0.2);
    border: 1px solid rgba(128,128,128,0.4);
    padding: 2em;
    margin: 2em 0;
    font-size: 0.7em;
}
.single-release #license p {
    margin-bottom: unset;
}
#hero .col {
    text-align: center;
}



/* ARTISTS PAGE */

#artists {
    text-align: center;
}
#artists h2 {
    font-size: 1.2em;
}
#artists ul {
    list-style: none;
    padding-left: 0;
}
