body {
  color: var(--text-color);
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: rgb(228, 26, 141);
  background: linear-gradient(140deg, rgba(228, 26, 141, 1) 0%, rgba(0, 72, 186, 1) 100%) fixed;
}
a {
  color: var(--accent);
}
a:hover,
em {
  font-style: italic;
  color: var(--link-hover);
}
in {
  display: block;
}
main {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 30px;
  max-height: 90%;
}

nav {
  font-family: enchantedland;
  text-transform: lowercase;

  font-size: 32px;
  letter-spacing: 2px;
}
header {
  margin-bottom: -15px;
}
h1 {
  font-weight: normal;
  margin: 0px;
  font-size: 60px;
  color: var(--accent);
  font-family: enchantedland;
  text-align: center;
  text-shadow:
    1px 1px 0 black,
    -1px -1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    2px 0px 0 black,
    -2px 0px 0 black,
    0px -2px 0 black,
    0px 2px 0 black;
}
h2 {
  font-weight: normal;
  margin: 0px;
  font-size: 32px;
  letter-spacing: 2px;
  color: var(--accent);
  text-align: center;
  font-family: enchantedland;
  text-shadow:
    1px 1px 0 black,
    -1px -1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    1px 0px 0 black,
    -1px 0px 0 black,
    0px -1px 0 black,
    0px 1px 0 black;
}

h2 a {
  text-shadow:
    1px 1px 0 black,
    -1px -1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    1px 0px 0 black,
    -1px 0px 0 black,
    0px -1px 0 black,
    0px 1px 0 black;
}
h3 {
  font-family: enchantedland;
  font-weight: normal;
  margin: 0px;
  font-size: 23px;
  letter-spacing: 2px;
  color: var(--accent);
  text-align: center;
}

linea {
  background: linear-gradient(to right, transparent, var(--accent) 50%, transparent);
  height: 1px;
  width: 100%;
  display: block;
  opacity: 50%;
  margin: 1px;
  position: relative;
  z-index: 1;
}

.member {
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}

.outerlace {
  border-image: var(--black-lace);
  border-image-slice: 16;
  border-image-repeat: repeat;
  border-width: 16px;
  border-style: solid;
  background-color: var(--inner-color);
  border-image-outset: 16px;
  margin: 16px;
  margin-bottom: 42px;
}
.innerlace {
  background: var(--inner-lace-color);
  border-image: var(--lace) 6 fill repeat;
  border-width: 6px;
  border-style: solid;
  border-image-outset: 1px;
  border-radius: 4px;
  margin: -11px;
  margin-bottom: 17px;
}
.innerlace:last-of-type {
  margin: -11px;
}

.bdor {
  border-bottom: 1px solid var(--accent);
  width: 100%;
}

.mem {
  flex-grow: 1;
  background: #151515;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 6px;
}
.mem td {
  padding: 1px 4px;
  padding-top: 4px;
  line-height: 16px;
  margin: 0px;
  height: 30px;
}

.mem td img {
  border-radius: 3px 0 0 0;
}

.mem table {
  border: 1px inset var(--accent);
  border-radius: 5px;
}
.mem td {
  border-left: 1px solid var(--accent);
}
.mem td:first-of-type {
  border-left: 0px;
}
.mem td:nth-child(4) {
  border-bottom: 0px;
}

.membernames {
  padding-left: 10px;
}

.tb {
  border-top: 1px solid var(--accent);
}

#bisexualism .webring-prev,
.webring-next {
  line-height: 10px;
  text-shadow:
    1px 1px 0 black,
    -1px -1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    1px 0px 0 black,
    -1px 0px 0 black,
    0px -1px 0 black,
    0px 1px 0 black;
}
#bisexualism .webring-info {
  font-size: 30px;
  font-weight: normal;
  color: var(--accent);
  margin: 5px 0px;
  letter-spacing: 1px;
}

.updt {
  background: var(--accent2);
  padding: 5px;
}

input,
textarea {
  border-image: var(--lace) 6 fill repeat;
  background: var(--purplelace);
  border-width: 6px;
  border-style: solid;
  border-image-outset: 1px;
  border-radius: 4px;
  color: white;
  resize: none;
  font-size: 1em;
  color: var(--text-color);
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
}
textarea {
  max-width: 480px;
  font-size: 0.8em;
  width: calc(100% - 16px);
  height: 100px;
  letter-spacing: 1px;
}
input {
  height: 13px;
  max-width: 250px;
  width: calc(100% - 16px);
  text-align: center;
}
input:disabled,
button:disabled,
textarea:disabled {
  opacity: 0.5;
}
button {
  transition-timing-function: ease-in;
  margin: auto;
  height: 24px;
  width: 88px;
  transition: 0.2s;
  border: 0;
  background-color: transparent;
}

.image-wrapper {
  position: relative;
  height: 24px;
  width: 88px;
}
.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.image-hover:hover {
  opacity: 1;
}

.forma {
  border-radius: 4px;
  margin: 5px 0;
  border: 1px solid #030303;
  background-color: #00000070;
  padding: 5px;
}

.biflex {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.bi-item {
  flex-grow: 1;
  width: 45%;
  min-width: 250px;

  background: var(--inner-lace-color);
  border-image: var(--lace) 6 fill repeat;
  border-width: 6px;
  border-style: solid;
  border-image-outset: 1px;
  border-radius: 4px;
  margin: -11px;
}

.bi-itemnbg {
  flex-grow: 1;
  width: 45%;
  min-width: 250px;
}
