:root {
	--level1: rgba(255, 0, 0, 1);
	--level2: rgba(0, 128, 0, 1);
	--level3: rgba(0, 0, 255, 1);
}

body {
	background-color: #fafafa;
}

main {
	max-width: 75em;
}

main, header.pageHeader {
	margin: 0 4em;
}
table {
	margin: 1em auto;
	width: 100%;
	min-width: 50em;
	border-collapse: collapse;
}
th,
td {
	margin: 0;
	padding: 1em 1em;
	border: none;
	text-align: center;
	vertical-align: top;
}

th {
	background-color: #ccc;
	width: calc(100%/6);
}

tr:nth-child(even) {
	background-color: #f4f4f4;
}

th:not(:last-child),
td:not(:last-child) {
	border-right: 1px solid white;
}

th,
td:first-child {
	font-family: sans-serif;
}

td:first-child,
th:first-child {
	font-weight: bold;
	text-align: left;
}

.jobTypes {
	font-size: .7em;
}

.jobTypes small {
	color: gray;
	font-style: italic;
}

.tShirt div {
	border: 1px solid gray;
	border-radius: 999px;
	display: inline-block;
}

.tShirt span {
	padding: .25em .5em;
}

section {
	margin: 3em 0;
}

h1 { font-size: 4em; }
h2 {
	margin-top: 2em;
	padding: .25em;
	background-color: rgba(0, 0, 0, .05);
	color: var(--level1);
}

h3 {
	margin: 2em 0 .5em 0;
	border-bottom: 1px solid var(--level2);
	color: var(--level2);
}

h4 {
	margin-bottom: .25em;
	color: var(--level3);
}

h5 {
	margin-bottom: .25em;
}

section ul {
	margin-top: 0;
}
.nav__project {
	background-color: #efefef;
}
.nav__project--menu {
	display: flex;
}
.nav__project--menu p:not(:last-child) {
	margin-right: 2em;
}
