@charset "utf-8";
/* CSS Document */

.greet-left {
	float:left;
	width:40%;
	margin-left:10%;
	margin-bottom:5%;

	
}

.greet-right {
	float:right;
	width:40%;
	margin-right:5%;
	margin-bottom:5%;
}
@media (max-width: 780px) {
	.greet-left, .greet-right{
	width:100%;
	float:none;
	margin-right:0%;
	margin-left:0%;
	
	}}

.tshirt:hover {text-decoration: none} /* Optional (avoid undesired underscore if a is used as wrapper) */
.tshirt-hide {display:none}
/* Do the shift: */
.tshirt:hover img:first-child{display:none}
.tshirt:hover img:last-child{display:inline-block}