@media only screen and (max-width: 1023px)
	{
		.thehomeclass { background: #f5f5f5; padding: 20px 20px; box-shadow: 0 0 5px rgb(0 0 0 / 10%); border-radius: 5px; text-align: center; }
	}
@media only screen and (min-width: 1024px)
	{
		.thehomeclass { margin-top: -150px; margin-left: 50px; background: #f5f5f5; padding: 20px 20px; box-shadow: 0 0 5px rgb(0 0 0 / 10%); border-radius: 5px; text-align: center; }
		.thehomeclass h4 { float:left; margin-bottom: 0px;     color: #000000b5; }
		.thehomeclass a { float:right; }
	}
.abovetitle { border: 1px solid #004f9e; max-width: 80px; margin: 10px 0px; margin-bottom: 5px; }	