@import url("/templates/global.css");
body {
	background-color: white;
	background-position: center center;
	background-repeat: repeat-y;
}

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

a {
	color: #991B1F;
}

.header-wrapper {
	background-color: white;
}

.header {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header__nav {
	background-color: black;
	margin-bottom: 6px;
	width: 100%;
	text-align: center;
}

.header__nav a {
	display: inline-block;
	line-height: 28px;
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: white;
	transition: all .25s ease-in-out;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 0px 25px;
}

.header__nav a.active {
	border-top: 2px solid white;
}

.header__nav a:hover {
	color: black;
	text-decoration: none;
	background-color: white;
}

.main {
	margin-top: 10px;
}

.container {
	padding-right: 0;
	padding-left: 0;
}
