/**
For the page title, on top of every page.
 */
h1.page-title {
	font-size: 28px;
	margin: 1em 30px;
	line-height: 100%;
	word-wrap: break-word;
}

/**
For headings like Methods/Members in a module/class.
 */
h3 {
	font-size: 20px;
	margin: 1.2em 0 .3em;
}

/**
For headings like Returns/ Parameters for class methods.
 */
h5, .container-overview .subsection-title {
	font-size: 90%;
	letter-spacing: -0.01em;
	margin: 8px 0 3px 0;
}


/**
For the class name heading.
 */
h2 {
	font-size: 20px;
	margin: 1.5em 0 .3em;
}

/**
For the class description text.
 */
.class-description {
	font-size: 100%;
	line-height: 110%;
	margin-bottom: 1em;
	margin-top: 1em;
}

/**
For Module and Classes headings in the side navigation bar.
*/
nav h3 {
	margin-top: 12px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 24px;
	margin: 15px 0 10px;
	padding: 0;
	color: #000;
}

/**
For the items in the navigation bar.
 */
nav ul a:active {
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	padding: 0;
	display: block;
	font-size: 15px;
}
