

body {
	font-size: 16px;
	/* workaround to fill up empty area below footer with footer color if not enough content */
	background-color: #2f2f2f;
}

h1 {
	line-height: 1.25;
}

h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

.wrapper {
	/* workaround to fill up empty area below footer with footer color if not enough content */
	background-color: #fff;
}

#breadcrumbsButtons .btn-group {
	margin-top: 5px;
	padding-left: 13px;
	padding-right: 13px;
}

img.pull-left {
	margin-right: 25px;
	margin-bottom: 10px;
}

.light-bg {
	background-color: #f8f8f8;
}

.blog h1 {
	margin-bottom: 6px;
}

.blog bd {
	display: inline-block;
	margin-bottom: 24px;
}

.list .sidebar {
	margin-top: 52px;
}

.list h2 {
	margin-top: 6px;
	margin-bottom: 18px;
}

@media (max-width: 992px) {
	img.pull-right, img.pull-left {
		text-align: center;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.modal {
	z-index: 1200;
}

.modal-backdrop {
	z-index: 1190;
}

/* primary: Indigo 700
 * secondary: Blue A 700
 */
a {
	color: #2962ff;
}
.navbar-inverse {
	background-color: #303f9f;
}

.glyphicon {
	color: #2962ff;
}
.input-group .btn-primary, .input-group .btn-primary:focus, .btn-primary {
	background-color: #2962ff;
}

#footer a:hover, .navbar-inverse .navbar-nav>li>a:hover {
	color: #ccc;
}
#footer a {
	color: #fff;
}

ul.navbar-right li a, ol.breadcrumb li {
	font-size: 14px;
}
