/* === GENERAL STYLING ===
 * This CSS file hosts the general styling for all pages of this project.
 * You may override with a page-specific CSS file such as index.css
 */

/* === GENERAL === */
/* Snug logo into top menu bar */
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	padding-top: 7px;
}

/* Style our main impressive button */
.btn-main {
	color: #FFF;
	background-color: #D8130E;
	border-color: #BB3838;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open>.dropdown-toggle.btn-main {
	color: #FFF;
	background-color: #343434;
	border-color: #000000;
}

/* === HEADER === */
#header {
	text-align: center;
	margin: 10px 0 20px;
}
#logo {
	max-width: 100%;
}
#tagline {
	margin-top: 10px;
	color: #666;
}

/* === FOOTER === */
.tip {
	text-align: center;
	color: #999;
	font-size: 13px;
}

.footer {
	color: #999;
	font-size: 13px;
	margin: 20px 0;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.footer a.footer-link {
	color: #666;
	margin-right: 20px;
}