@import url('https://fonts.googleapis.com/css?family=Poiret+One');

@font-face {
    font-family: 'Negative-24';
    src: url('Negative-24.ttf.woff') format('woff'),
         url('Negative-24.ttf.svg#Negative-24') format('svg'),
         url('Negative-24.ttf.eot'),
         url('Negative-24.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body:before {
    content: ' ';
    display: block;
    background-image: url(moments_in_time_960x960.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
    opacity: 0.3;
}

body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Negative-24', 'Courier New', Courier, monospace;
    margin: 0;
    text-align: center;
    clear: left;
}

.norator {
    font-variant: small-caps;
}

h1 {
    font-size: 48pt;
    color: black;
    padding: 0.1em 0;
}

h2, h3, p, footer {
    font-family: 'Poiret One', cursive;
    margin: 0;
    text-align: center;
    clear: right;
}

h2 {
    background-color: rgba(31, 31, 127, 0.1);
    font-size: 36pt;
    color: black;
    padding: 0;
    font-variant: small-caps;
    clear: left;
}

h3 {
    font-size: 28pt;
    clear: left;
}

p {
    font-size: 20pt;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 1em;
    color: black;
    word-break: break-word;
}

a {
    font-variant: small-caps;
    text-decoration: none;
    color: rgb(63, 63, 127);
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

p.releasedate {
    font-size: 15pt;
    padding: 0;
}

div#releases {
    background-color: rgba(255, 255, 255, 1);
    text-align: center;    
}

#releases div {
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 0.5em;
    vertical-align: middle;
}

img.album {
    width: 10em;
    margin: 0.5em;
    border: solid 1px black;
    box-shadow: 5px 5px 5px grey;
}

#listen img {
    max-height: 4em;
    max-width: 10em;
    margin: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

#history img {
    width: 10em;
    margin: 0.5em 0 0 0.5em;
    border: solid 1px black;
    box-shadow: 5px 5px 5px grey;
}

img.spotify {
    width: 2em;;
    float: right;
    margin: 0 0.5em 0 0.5em;
}

img.mp3 {
    width: 2em;
    float: right;
    margin: 0 0.5em 0.5em 0.5em;
}

footer {
    height: 4em;
    padding: 2em;
    font-size: 12pt;
}

footer img {
    height: 2em;
}

@media only screen and (max-width: 1000px) {
}