@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

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

a {
	color: #CD2122;
}

body {
	background-color: #F5F5F5;
}

.container {
	width: 1200px;
}

.header-wrapper {
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(header-bg.jpg), linear-gradient(to bottom, #345370, #1A2A38);
	background-position: center top;
	margin-bottom: 3rem;
}

.header {
	width: 100%!important;
	background: rgba(0,0,0,0.53);
}

.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	padding: 0;
}

.header__logo {
	background: rgba(0,0,0,0.3);
}

.header .inner .header__nav {
	font-size: 0;
	font-family: "Lato", sans-serif;
}
.header .inner .header__nav a {
	font-size: 0;
	padding: 6px 12px 5px;
	font-size: 14px;
    font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	margin-left: 2px;
}
.header .inner .header__nav a:hover {
	text-decoration: none;
	background-color: #cd2122;
}

.main {
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}