body {
    background-image: url('http://trademarktm-record-player-is.bad-me.me/6HUJo2b.png');
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: auto;
}

@font-face {
    font-family: "rubik";
    src: url("http://trademarktm-record-player-is.bad-me.me/5sjrYNB.ttf");
}
  
h1, h2, h3, h4, h5, h6, p, a, .box, .shortRight {
    font-family: monospace;
}

#gender {
    visibility: hidden;
    position: relative;
}
  
#gender :after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Ordinance";
}
  
.logo {
    visibility: hidden;
    position: relative;
}
  
.logo :after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "brad.com";
}
  
#header {
    background: none;
    border-bottom: none;
    text-shadow: #000 1px 0 5px;
    backdrop-filter: blur(5px);
}
  
a {
    color: #FFFFFF !important;
    text-shadow: #000 1px 0 5px;
}

#hSub {
    background: none;
    color: none;
    text-shadow: #000 1px 0 5px;
    backdrop-filter: blur(5px);
}

#hSub :hover {
    text-decoration: underline !important;
}

a :hover {
    text-decoration: underline !important;
}
  
.uName, .shortRight, .boxButton, .box, .url {
    color: #FFFFFF;
    text-shadow: #000 1px 0 5px;
}
  
.boxHead, #userWall, .tableLeft, .tableRight, .fwiendFace, .rightHead {
    background: none;
    border-bottom: none;
    text-shadow: #000 1px 0 5px;
    backdrop-filter: blur(5px);
    color: #FFFFFF;
    text-shadow: #000 1px 0 5px;
}
  
.boxHead, #userWall, .tableLeft, .tableRight, .fwiendFace, h4 {
    color: #FFFFFF;
    text-shadow: #000 1px 0 5px;
}
  
.fwiendCount {
    color: #FF00FF !important;
    text-shadow: #000 1px 0 5px;
}
  
.boxInfo, .box, .extended {
    border: 0px;
}

.player {
    background: none;
    border-bottom: none;
    text-shadow: #000 1px 0 5px;
    backdrop-filter: blur(5px);
}

html{width:100%;height:100%;}
body{
    display:flex;
    width:100%;height:calc(100% - 73px);
    justify-content:center;align-items:center;
}
#container {
    display: grid;
    grid-template-areas:
        "a b"
        "c c";
    gap: 24px;
    max-width:90%;
    width:100%;
}
.topLeft {
    grid-area: a;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    backdrop-filter: blur(32px);
    padding:12px;
    text-align:center;
}
.boxInfo.box > a > * { background-image: none!important; }
.topRight {
    grid-area: b;
    display: grid;
    grid-template-areas:
        "a b"
        "c d"
        "e f";
    gap: 12px;
    width:100%;
    align-items: center;
}
.box.comments textarea, .box.comments form input:last-of-type{
    color:white;
    background:transparent;
    border:0;
}
.box.blurbs {
    grid-area:c;
    backdrop-filter: blur(32px);
    padding:12px;
}
.box.fwiends {
    grid-area:e;
    backdrop-filter: blur(32px);
    padding:12px;
}
.extended.box {
    grid-area:a;
    backdrop-filter: blur(32px);
    padding:12px;
}
.box.comments{
    grid-area:b/d/f;
    backdrop-filter: blur(32px);
    padding:12px;
}
.tableLeft img{
    max-width:128px;
}
.fwiendFace{
    width:164px;
}
.songName a img {filter:invert(1);}
body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width:100%;height:100%;
    background-image: url(https://insano.wang/1.gif);
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    z-index: -420;
    /* animation: ScanlineAnimationLeft 2s linear infinite; */
    pointer-events: none;
    opacity: .10;
    image-rendering: pixelated;
}
html,body{margin:0;}
#footer > *{
    position:fixed;
    right:0;
    bottom:0;
}
::-webkit-scrollbar-thumb {background-color: #131313;}
::-webkit-scrollbar-thumb:hover {background-color: #303030;}
::-webkit-scrollbar-thumb:active {background-color: #aaaaaa;}
::-webkit-scrollbar {background-color: black;width: 12px;}
::-moz-selection {color: black;background: white;}
::selection {color: black;background: white;}
.player audio,
.player audio::-webkit-media-controls,
.player audio::-webkit-media-controls-panel,
.player audio::-webkit-media-controls-enclosure {
    background: transparent;
    filter: none;
}
.player a img,
.player audio::-webkit-media-controls-play-button,
.player audio::-webkit-media-controls-mute-button,
.player audio::-webkit-media-controls-volume-slider,
.player audio::-webkit-media-controls-timeline {
    /*-webkit-filter: invert(1);
    filter: invert(1);*/
    -webkit-filter: invert(0.5) brightness(4);
    filter: invert(0.5) brightness(4);
}
.player audio::-webkit-media-controls-current-time-display,
.player audio::-webkit-media-controls-time-remaining-display {
    color: #FFF;
    text-shadow: none;
    font-size: 10px;
    font-size: 0.625rem;
}
@media screen and (max-width:1980px) {
    .fwiendFace{
        width:96px;
    }
    .tableLeft img{
        max-width:96px;
    }
}
@media screen and (max-width:1500px) {
    .topRight {
        display:block;
        float: right;
        width: calc( 60% - 20px );
        padding: 10px;
    }
    .topLeft {
        float: left;
        width: calc( 40% - 20px );
        padding: 10px;
        display:block;
    }
    #container {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        display:block;
    }
    html,body{
        display:block;
    }
    #footer>*{position:initial;}
    .tableLeft img{
        max-width:100%;
    }
    .fwiendFace{
        max-width: 25%;
        width: calc( 24% - 6px );
    }
}