@charset "UTF-8";

#content {
	line-height:1.8em;
	text-align:center;
	}

strong {
	font-weight:normal;
	font-size: 140%;
	}
p.vision { }

.visionpic {
	max-width: 420px;
	margin: auto;
	/* border: rgb(155, 150, 144) 1px solid; */
}
@media only screen and (max-width:480px) {
p { font-feature-settings: "palt";}
}
@media only screen and (max-width:360px) {
#content {margin: 50px 10px;}
/* p.vision { letter-spacing:-0.08em;} */
}
