@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Over Ride
 * ------------------------------------ */

/* ------------------------------------
 * COMMUNITY
 * ------------------------------------ */

.unit {
	margin-bottom:3%;
	padding:5%;
	background-color:#fff;
	text-align:center;
}
.unit h3 {
	margin-bottom:3%;
	text-align:center;
	font-size:230%;
	font-weight:bold;	
}

@media (max-width: 767px) {
.unit {
	margin-bottom:5%;
}
.unit h3 {
	font-size:180%;
}
}


/*--- clearfix ------------------*/

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}

