@font-face {
	src: url(fonts/brandon-grotesque.woff2);
	font-family: "brandon-grotesque";
}

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

a {
	color: #0081ff;
}

body {
	background-color: #fff;
}

.container {
	width: 1100px;
}

.header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 107px;
	padding: 0 50px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	background: linear-gradient(79.49deg,rgba(43,97,150,.9) 19.83%,rgba(44,128,129,.9) 101.85%);
	font-family: "brandon-grotesque", sans-serif;
}

.header__logo:hover {
	opacity: .7;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 34px;
}
