@charset "utf-8";
@import url("webfonts/encodesanscompressed_regular/stylesheet.css");
@import url("webfonts/encodesanscondensed_regular/stylesheet.css");
@import url("webfonts/encodesanscondensed_semibold/stylesheet.css");

	

.vitaU {
	color: rgba(0,0,0,1.00);
	font-size: 37px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	font-family: "encodesanscompressed regular";
}
.vitahead {
	float: left;
	clear: left;
	padding-bottom: 15px;
	font-size: 25px;
	font-family: "encodesanscompressed regular";
	color: rgba(0,0,0,1.00);
	
}
.vita1 {
	float: left;
	clear: left;
	width: 190px;
	font-family: "encodesanscondensed semibold";
	font-size: 18px;
	line-height: 28px;
	color: rgba(88,88,88,1.00);
}
.vita2 {
	float: left;
	width: auto;
	padding-bottom: 10px;
	font-family: "encodesanscondensed regular";
	font-size: 18px;
	line-height: 28px;
	color: rgba(88,88,88,1.00);	
}

@media screen and (max-width:900px){
	.vita1 ,.vita2 {
		float: none;
	}
}
@media screen and (max-width:587px){
.vitaU {
	font-size: 32px;
}
}
@media screen and (max-width:515px){
.vitaU {
	font-size: 18px;
	padding-bottom: 15px;
}
.vitahead {
	padding-bottom: 15px;
	font-size: 18px;	
}
.vita1 {
	width: 190px;
	font-size: 13px;
	line-height: 20px;
}
.vita2 {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
}
}