@charset "utf-8";
/* CSS Document */

/* ci dental town css
-----------------------------------------------------*/

/* ==============================================
    pagetitle
============================================== */
#pagetitle {
	/*background: #eee;*/
	padding: 50px 0;
	margin-bottom: 30px;
}
#pagetitle h1 {
	font-size: 2.500em;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (max-width: 700px) {
	#pagetitle {
		padding: 20px 0;
		margin-bottom: 30px;
	}
	#pagetitle h1 {
		font-size: 2.000em;
	}
}
