body {
    background-repeat: repeat;
    background-image: url("background.png");
    font-family: Arial, Helvetica, sans-serif;
    max-width: 800px;
    margin: auto
}

p.buttons {
    margin-top: 2.55em;
}

p.buttons a {
    text-decoration: none;
    color: black;
    transition: color 0.1s, background-color 0.1s;
    font-size: 1.5em;
    padding: 0.5em;
    background-color: #f3f3f3;
    border-radius: 30px;
}

p.buttons a:hover {
    color: #E11C23;
    background-color: black;
}

p.buttons span {
    margin: 0 2em;
}

div.links {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.1em;
    margin-top: 2.95em;
    width: 588px;
}

div.links img {
    display: inline-block;
    margin: 0;
    padding: 10px 10px;
    filter: grayscale(85%);
    transition: 0.2s filter;
    width: 94px;
    height: 41px;
    border-radius: 15px;
}

div.links img:hover {
    filter: none;
}

p.title {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
    font-size: 6em;
    letter-spacing: 2.5px;
    margin: 0;
    padding: 0;
    line-height: 0.65em;
    transform: scale(1, 0.8);
    -webkit-transform: scale(1, 0.8);
    -moz-transform: scale(1, 0.8);
    -ms-transform: scale(1, 0.8);
    -o-transform: scale(1, 0.8);
    font-weight: bold;
}

span.red {
    color: #E11C23;
}

span.gray {
    color: #919191;
}

img.logo {
    position: relative;
    left: 38px;
    height: 305px;
    left: 0px;
    margin-top: 1em;
    transition: height 0.5s, left 0.5s;
}

img.logo:hover {
    height: 320px;
    left: -10px;
}

p.desc {
    position: relative;
    left: 311px;
    top: -146px;
    font-size: 1.2em;
    line-height: 111%;
}

iframe.yt {
    margin-top: -2em;
}

iframe.sc {
    margin-top: 4em;
    margin-bottom: 2em;
}

div.images {
    margin-top: 2em;
}

div.images img {
    width: 100%;
}

div.images p {
    margin-top: 0;
    font-size: 1.2em;
    color: #525252;
}

div.imagegallery {
    margin-top: 2em;
}

div.imagegallery img {
    max-width: 40px;
    float: left;
}

div.imagegallery p {
    margin-top: 0;
    font-size: 1.2em;
    color: #525252;
    display: inline;
}

iframe.spotifyplayer {
    margin-top: 0;
}

div.videos {
    margin-top: 4em;
}

div.videos iframe {
    width: 100%;
    height: 436px;
    display: inline-block;
}

div.videos p {
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    color: #525252;
}

div.discography img {
    height: 150px;
}

div.discography li {
    font-size: 1.2em;
}

div.discography ol {
    list-style-type: none;
    margin-left: 0;
}

div.discography ol>li {
    counter-increment: customlistcounter;
}

div.discography ol>li:before {
    content: counter(customlistcounter) " ";
    float: left;
    font-weight: bold;
    width: 1.5em;
}

div.discography ol:first-child {
    counter-reset: customlistcounter;
}

div.discography a, div.discography a:visited {
    color: black;
}