@import url("/templates/global.css");
@import url("https://use.typekit.net/gth6ewu.css");

body {
	background-color: white;
}

:root {
	--container: 1200px;
}

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

a {
	color: #0074db;
}

a:hover {
	color: #00a3c3;
}

.header-wrapper::after {
	content: "Open Bids";
	display: grid;
	place-items: center;
	font-family: "athelas";
	font-size: 60px;
	color: #ffffff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
		url(header_bg.jpg);
	background-size: auto, cover;
	height: 250px;
	background-position: 50% 45%;
}

.header__logo {
	max-width: 200px;
	padding: 10px;
	margin: 10px 0 10px 5px;
}

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

.header__nav {
	padding-right: 45px;
	display: flex;
}

.header__nav a {
	color: #1e323d;
	font-size: 22px;
	padding: 20px;
	font-family: "athelas", serif;
	font-weight: 700;
	font-style: normal;
}

.header {
	width: 100%;
}

.footer {
	height: 42px;
}

.footer-wrapper {
	background-color: #1e323d;
}
