/*backgrounds*/
.bgblack {
  background-color: black;
}

.bg00 {
  background-color: #261b2e;
  background-image: url(../index/bg/00.gif);
}

.bg01 {
  background-image: url(../index/bg/03.jpg);
}

.backgroundbentl {
  height: 1000px;
  background-image: url(../index/me.png);
  background-position: calc(50% + 79px) calc(50% + 58px);
  background-repeat: no-repeat;
}

/*page content*/
.pgcontain {
  width: 435px;
  margin: auto;
}

body {
  margin: 0;
  padding: 0;
}

.contain {
  border: double 3px darkgrey;
  padding: 8px;
  background-color: rgb(0, 0, 0, 0.4);
}

.containsolidbg {
  border: double 3px darkgrey;
  padding: 8px;
  background-color: black;
}

.meimgcontain {
  position: absolute;
  left: 0;
  top: 12;
}

.emailform {
  max-width: 100%;
  border: 1px solid plum;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  color: plum;
}

.emailform div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.emailform div label {
  padding: 10px 10px 0;
  min-width: fit-content;
  height: fit-content;
}

.emailform div input, .emailform div select {
  margin-top: 10px;
  font-size: 16px;
  color: plum;
  border: 1px solid plum;
  background-color: unset;
  width: 100%;
}

.emailform div select option {
  background-color: black;
  border: 1px dotted plum;
  border-radius: 0%;
}

.emailform button {
  border-radius: 100vh;
  background-color: unset;
  font-size: 16px;
  font-weight: bold;
  color:plum;
  border: 1px solid plum;
  margin: 10px;
  padding: 5px 10px;
}

.emailform button:hover {
  cursor: pointer;
  background-color: plum;
  color:black;
}

.emailform button:active {
  cursor: pointer;
  background-color: white;
  color:black;
}
.meta{
  color:rgb(64, 57, 107);
  font-weight: bolder;
  font-stretch: ultra-condensed;
  filter: drop-shadow(10px 10px 5px black) drop-shadow(0px 0px 5px black) drop-shadow(0px 0px 5px black) drop-shadow(0px 0px 5px black) ;
  letter-spacing: 5px;
}
.syflink:hover {
  filter: brightness(10);
}
/*text formats*/
p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgrey;
  text-indent: 40px;
  text-align: justify;
}

table {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgrey;
}

h1 {
  color: #ed1c46;
  font-family: monospace;
  font-size: 19px;
  position: absolute;
  padding: 0;
  margin: 0;
}

a {
  color: lightskyblue;
}

a:hover {
  text-decoration: none;
  color: white;
}

.redhighlight {
  font-family: sans-serif;
  background-color:darkred;
  color: black;
  font-weight: bold;
}

.moretitle1 {
  text-indent: 0px;
  color: black;
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: justify;
  background-color: darkgrey;
}

.moretitle2 {
  color: black;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: right;
  background-color: darkgrey;
}

.moreheader1 {
  text-indent: 0px;
  color: black;
  font-weight: bold;
  font-size: 40px;
  background-color: #c71ced;
}

.moreheader2 {
  text-indent: 0px;
  color: #c71ced;
  font-weight: bold;
  font-size: 24px;
}

.moresubheader1 {
  text-indent: 0px;
  color: #c71ced;
  font-weight: bold;
  font-size: 16px;
}

.moreimgfloatleft {
  border: double 1px #c71ced;
  padding: 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgray;
}

li {
  margin-bottom: 20px;
  margin-left: -20px;
}

.toonscolor {
  color:#ed1c46;
}

.toonscolorlink {
  color:#ed1c46;
  border-color: #ed1c46;
}

.toonscolorlink:hover {
  color:white;
  border-color: white;
}

.tunescolor {
  color:#008fec;
}

.tunescolorlink {
  color:#008fec;
  border-color: #008fec;
}

.tunescolorlink:hover {
  color:white;
  border-color: white;
}

.wordscolor {
  color:#ecee2d;
}

.wordscolorlink {
  color:#ecee2d;
  border-color: #ecee2d;
}

.wordscolorlink:hover {
  color:white;
  border-color: white;
}

.visualscolor {
  color:#00ee51;
}

.visualscolorlink {
  color:#00ee51;
  border-color: #00ee51;
}

.visualscolorlink:hover {
  color:white;
  border-color: white;
}

.morecolor {
  color:#c90feb;
}

.morecolorlink {
  color:#c90feb;
  border-color: #c90feb;
}

.morecolorlink:hover {
  color:white;
  border-color: white;
}

.toonsimageleft {
  border: 1px solid #ed1c46;
  float: left;
  margin-right: 10;
}

.toonsimageleft:hover {
  border-color: white;
}

.thumbnailcenter {
  border: 1px solid;
  border-color: inherit;
  display: block;
  margin: 6 auto;
  height: 66px;
}

.wordsimageleft {
  border: 1px solid #ecee2d;
  float: left;
  margin-right: 10;
}

.wordsimageleft:hover {
  border-color: white;
}

#smlink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  color: unset;
  text-decoration: underline;
}

#smlink:hover {
  color: white;
  filter: brightness(10);
  text-decoration: none;
}

#smlink span {
  margin: 0 0 5px 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
  font-size: 32px;
  font-family: sans-serif;
  font-stretch: ultra-condensed;
  font-weight: bold;
}

#smlink img {
  padding-right: 10px;
  filter: inherit;
}

#smlink .email {
  color: #bbb37b;
  filter: none;
  text-decoration: inherit;
}

#smlink .yt {
  color: #d62d53;
  filter: none;
  text-decoration: inherit;
}

#smlink .ig {
  color: #d02dd6;
  filter: none;
  text-decoration: inherit;
}

#smlink .twitter {
  color: #99d9ea;
  filter: none;
  text-decoration: inherit;
}

#smlink .bc {
  color: #7092be;
  filter: none;
  text-decoration: inherit;
}

#smlink .patreon {
  color: #d6812d;
  filter: none;
  text-decoration: inherit;
}

#smlink .pp {
  color: #ffc439;
  filter: none;
  text-decoration: inherit;
}

/*infobox*/

.infoboxleft {
  border: 1px solid white;
  border-collapse: collapse;
  margin: 0 10 10 0;
  float: left;
  width: 100px;
}

.infoboxright {
  color: white;
  border-collapse: collapse;
  margin: 0 0 0 10;
  float: right;
  width: 200px;
}

.infoboxh {
  border: 1px solid black;
  color: black;
  border-collapse: collapse;
  padding: 4;
  font-size: 14;
  text-align: right;
  background-color: rgb(253, 148, 171);
  width: 80px;
}

.infoboxd {
  border: 1px solid darkgrey;
  background-color: black;
  border-collapse: collapse;
  padding: 4;
  font-size: 14;
}

.cw {
  background-color: darkslateblue;
  color: darkslateblue;
}

.cw:hover {
  background-color: rgb(103, 90, 185);
  color: rgb(103, 90, 185);
}

.cw:active {
  background-color: darkslateblue;
  color: white;
}

/*img formatting*/
.email{
  filter: drop-shadow(2px 2px 0px #d62d53);
  display: block;
  margin: auto;
}

.email:hover{
  filter: drop-shadow(2px 2px 0px #d62d53) drop-shadow(0px 0px 5px #82d1ff) brightness(1.3);
}