/* rounded renovation sign */
.renovpic {
  border-radius: 20px;
  width: 80%
}


body w {
  color: white;
}

/* MAKES PICTURES BIGGER WHEN YOU HOVER CURSOR */
.hehejelly {
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  
  transition: all .2s ease-in-out
}

.hehejelly:hover {
  border-width: 5px;
  transform: scale(1.03);
}

/* stolen from the rarebit template */
.clearfix img {
	overflow-clip-margin: content-box;
	overflow: clip;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.charPic {
	max-width: 100%;
}

.leftPic {
	clear: left;
	float: right;
	margin-left: 20px;
}

.rightPic {
	clear: right;
	float: left;
	margin-right: 20px;
}