/* much love to aydo play doh for including the WEEZER font in base64 for his css */

@import url(https://aydoplaydoh.neocities.org/fonts.css);

.extended {
    border: 0px;
}

.extended a, .extended b {
    color: black;
}

body {
    background: #009ACE;
    background-size: 100%;
    font-family: 'Weezer', 'Arial' !important;
    color: black;
    background-attachment: fixed;
}

h2#name {
  text-align: end;
  font-weight: normal;
  font-size: 50px;
  color: black;
}

#header {
    font-family: 'Weezer', 'Arial' !important;
    background: #00bfff;
    border-bottom: 0px;
    padding-bottom: 10px;
    font-weight: 100;
    max-width: 1024px;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding-inline: 0px;
}

#header a {
    color: black !important;
}

.logo b {
    color: black;
    font-size: 0px;
}

.logo b::after {
    content: "weezspace.f46n.org";
    font-size: 15px;
}

#hSub {
    padding-inline: 0px;
    font-family: 'Weezer', 'Arial' !important;
    background: #00bfff;
    font-size: 0px;
    max-width: 1024px;
    left: 0;
    right: 0;
    margin-inline: auto;
}

#hSub a {
    padding-right: 20px;
    font-size: 14px;
    color: black;
}

table.short {
    width: 100%;
}

table.short tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    place-content: center;
    place-items: center;
}

table.short #avatar {
    width: 300px;
    margin: 0px;
}

.tableLeft {
    background: none;
}

.tableLeft div b {
    color: black;
}

.tableRight {
    background: none;
}


.rightHead {
    background: transparent;
    color: #ffffff;
}

h4 {
    color: white;
}

a.logo {
    color: black;
}

.boxHead {
    background: #0b140d;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.boxInfo {
    background: #009ACE;
    border: 0px;
    padding: 4px;
}

.boxButton {
    color: white;
}

#commentInput {
    background: black;
    color: white;
    border: 0px;
    padding: 4px;
}

.player {
    padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #009ACE;
    border: 0px;
    padding: 4px;
    border: 0px;
}

.url {
    background: #009ACE;
    color: white;
    border: 0px;
    padding: 4px;
}

.url div:nth-child(1) {
    width: 100%;
    background: black;
}

.url div a {
    color: white !important;
}

audio {
    filter: invert(1);
}

.box.fwiends {
    border: 0px;
    padding: 40px;
}

.fwiendCounter {
    font-size: 0px;
}

.fwiendCounter::after {
    font-size: 25px;
    content: "weezer fans";
}

#container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #00bfff;
}

#about img[title="weezer"] {
  width: 90px;
  display: inline-flex;
  transform: rotateY(27deg) rotateX(-20deg);
  box-shadow: 4px 0px #3e3e3e;
}

.fwiendFace b {
  overflow: hidden;
  text-align: right;
  color: black;
  text-transform: lowercase;
  font-size: 12px;
  padding-bottom: 30px;
}

.fwiendFace img {
    height: 256px;
    object-fit: cover;
}