@import url("/templates/global.css");
@font-face {
	font-family: 'DIN';
	src: url(fonts/din.ttf);
}

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

a {
	color: #e21c21;
}

body {
	background-color: #FFF;
}

.header-wrapper {
	background-color: white;
	border-bottom: #e21c21 6px solid;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}

.main {
	padding: 2rem 0;
	margin-top: 20px;
}

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

.header__logo {
	max-height: 106px;
	margin-left: -80px;
}

.header__nav {
	padding-top: 20px;
}

.header__nav a {
	font-family: 'DIN', sans-serif;
	font-size: 16px;
	padding: 8px;
	line-height: 16px;
	display: inline-block;
	border-top: 3px solid white;
	color: #474646;
	transform: scale(1, 1.25);
}

.header__nav a:hover {
	border-top-color: black;
	color: #A6A4A4;
	text-decoration: none;
}