/* STANDARD COLORS ---------------------------------------------------------- */
b{
  color: #000;
}

.u {
  background: #fff;
  color: transparent; 
}
.u:hover {
  color: #666;
}
.uexp {
  background: #e4e4e4;
}

textarea {
  background-color: #f1f1f1;
  border: 1px solid #dfdede;
}

#import {
  background: #fff;
}

#house {
  border: 10px solid rgba(255,255,255,0.0);
  background-color: rgba(255,255,255,0.5);
}

#content {
  background-color: #fff;
}

.import hr {
  border-top: 1px solid #d3d3d3;
}

.import .like li::before {
  color: #000;
}
.import .dislike li::before {
  color: #000;
}
.import .fav::before {
  color: #e95867;
}

.ship h3 {
  color: #000;
}
.ship h3:after {
  border-bottom: 1px solid #6e6e6e;
}

.img {
  color: #404040;
}
.img img {
  border: 10px solid #e9e9e9;
  transition: .25s;
}
.img h4 {
  color: #000;
}



/* CUSTOM COLORS ----------------------------------------------------------- */
body {
	background-color: #373c25;
	color: #404040;
}

a:link, a:visited{
  color: #a77f46;
}
a:hover, a:active{
  color: #647922;
}

#portrait {
  background-image: url("https://dumbiee.neocities.org/img/ocs/iowerth/bg.jpg");
  background-color: #d6b777;
}

#portrait h1 {
  color: #fff;
  text-shadow: 2px 2px #b9a049;
}

.portrait {
  background-image: url("https://dumbiee.neocities.org/img/art/ocs/2023/02-44A7E41B-EA9F-4965-96E4-F14B0A708C81.png");
  background-color: #f3deb3;
}

#content h1 {
  color: #000;
  text-shadow: 2px 2px #c8d796;
}

#dialogue .popuptext {
  background: #fff;
  box-shadow: 5px 5px #647922;
  color: #000;
}
#dialogue .popuptext:before {
  color: #647922;
}

.import h3 {
  color: #000;
  background: #acb48b;
}

.pershon:before {
  content: "\2756 ";
  color: #b15606;
  padding-right: .5em;
  font-weight: normal;
}

.color1 {
  background-color: #b15606;
}
.color2 {
  background-color: #f8d174;
}
.color3 {
  background-color: #6b713c;
}

.img img:hover{
  border: 10px solid #f8d174;
  transition: .25s;
}