.big-text{
	font-size: 1.8em;
	font-weight: bold;
	}
.smaller-text{
	font-size: 1.6em;
	}
.small-text{
	font-size: 1.3em;
	}
.little-text{
	font-size: 1.25em;
	font-weight: bold;
	//text-shadow: 1px 1px;
	}
.tiny-text{
	font-size: 0.75em;
	}
.tiny-title{
	font-size: 1.1em;
	}
.big-tag{	
	position:absolute;
	right:30;
	top:300;
	//text-shadow: 1px 1px;
	font-size: 2em;
	font-weight: bold;
	text-align:center;
}
.medium-tag{
	position:absolute;
	right:40;
	top:400;
	
	background-color: #ffbb3d;
	padding: 10px;
	border-radius: 8px;
	text-shadow: 1px 1px;
	
	
	font-weight: bold;
	font-size: 1.4em;
	text-align:center;	
	}
.little-tag{
	//background-image: linear-gradient(to bottom right, rgba(255,0,0,0),red, yellow, red,rgba(255,0,0,0));
	background-color: #ffbb3d;
	padding: 10px;
	border-radius: 8px;
	text-shadow: 1px 1px;
	position:absolute;
	right:10;
	top:500;
	font-size: 1.1em;
	text-align:center;	
	}
.phone-tag{
	//background-image: linear-gradient(to bottom right, rgba(255,0,0,0),red, yellow, red,rgba(255,0,0,0));
	background-color: #ffbb3d;
	padding: 10px;
	//font-weight: bold;
	text-shadow: 1px 1px;
	//border-radius: 8px;
	position: absolute;
	bottom: 0;
	width: 100%;
	//margin: auto;
	font-size: 1.2em;
	text-align:center;
	}