@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: 500;
}

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

/* ==============================================
    entry-content
============================================== */
.entry-content h1 {
	font-size: 3.000em;
}

.entry-content h2 {
	font-size: 2.500em;
}

.entry-content h3 {
	font-size: 2.250em;
}

.entry-content h4 {
	font-size: 2.000em;
}

.entry-content h5 {
	font-size: 1.500em;
}

.entry-content h6 {
	font-size: 1.250em;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 30px;
}
