@import url("/templates/global.css");

@font-face {
	src: url(trajan.woff2);
	font-family: "Trajan";
}

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

a {
	color: #BF0000;
}

body {
	background-color: #E4E4E4;
}

.container {
	width: 1200px;
}

.header-wrapper {
	background-color: #BF0000;
	margin-bottom: 20px;
}

.header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 0;
}

.header__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__logo img {
	max-height: 148px;
	margin-bottom: -30px;
}

.header__logo span {
	color: #fff;
	font-family: "Trajan", serif;
	font-size: 38px;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}

.header__logo:hover {
	text-decoration: none;
}

.main {
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}