/*
 * Styling for the Sarkari Custom Header Plugin
 */

.custom-header-wrapper {
	text-align: center; /* Centers all the text */
	width: 100%;
    padding: 10px 0;
}

/* 1. The Site Title (P tag) */
.custom-site-title a {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	margin-bottom: 8px;
	display: block;
}

/* 2. The Hookline (H1 on homepage, H2 on others) */
.custom-hookline {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	color: #444444;
}

/* 3. The Sub-headline (Very small size) */
.custom-subline {
	font-size: 13px;
	color: #777777;
	margin-top: 8px;
	letter-spacing: 0.5px;
}