.t-primary-bgcolor {
	background-color: #b31b1b;
}

a {
	color: #b31b1b;
}

body {
	background-color: #e5e2da;
}

.header {
	height: 80px;
}

.header__logo {
	margin-bottom: 15px;
}

.header .tagline {
	color: #fff;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	position: relative;
	display: flex;
	margin-top: 8px;
}

.header .tagline:hover {
	text-decoration: none;
}

.header-wrapper {
	background: #b31b1b url(header_bg.jpg) no-repeat top center;
	margin-bottom: 30px;
}

.header-wrapper::after {
	height: 30px;
	background-color: #5E6166;
	display: block;
	content: "";
	border-top: 1px solid #2F2F2F;
}

.main {
	border-top: 5px solid #39404d;
}