@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

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

a {
	color: #c21a1a;
}

body {
	background-color: #fff;
}

.header__logo img {
	max-width: 120px;
}

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

.header-wrapper::after {
	display: block;
	content: "";
	height: 100px;
	background-image: linear-gradient(to bottom, rgba(0, 33, 116, 0.8), rgba(0, 33, 116, 0.8)), url('body_bg.jpg');
}

.header__nav {
	font-family: "Roboto", sans-serif;
	font-size: 0;
	font-weight: 600;
}

.header__nav a {
	font-size: 18px;
	color: #54595f;
	padding: 36px 20px;
	margin-left: 3px;
}

.header__nav a:hover {
	color: #ec1919;
	text-decoration: none;
	border-bottom: 3px solid #ec1919;
}

.main {
	padding: 2em 0;
}

.container {
	width: 1200px;
}