﻿#tee_shirt {
	font-family: "Bookman Old Style";
	text-decoration: blink;
	color: #FFFF99;
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3rem;
	text-align: center;
	font-style: italic;
	line-height: normal;
}



@media screen and (min-width: 1281px) /* Expanse */ {

}




@media screen and (max-width: 1280px) /* Desktop */ {

}


@media screen  and (max-width: 979px) /* Tablet */ {

}



@media screen and (max-width: 500px) /* Mobile */ {


#tee_shirt {
	font-size: 1rem;
}

}