@font-face {
	font-family: OCR-A;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("fonts/ocr-a-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
}

body {
	background: #AAA;
	margin: 0;
	padding: 0;
        font: bold 1.4em "OCR-A", sans-serif;
}
a {
	font-weight: bold;
	color: inherit;
}
p {
	text-indent: 2em;
	text-align: justify;
}
q {
	font-style: italic;
}

#header {
	overflow: hidden;
        width: 100%;
}
#logo {
	height: 5em;
	margin: 3px 0.5em 3px 1em;
	float: left;
}
#title-bar {
	margin: 1.5em 1em;
	line-height: 2em;
	color: ivory;
	background: #c70;
	border: 3px solid black;
        border-radius: 0.5em;
}
#title {
	margin: auto;
        font: bold 1.4em "OCR-A", sans-serif;
}
#menu {
        float: right; 
	color: white;
}
.menu-item {
	display: inline-block;
	margin: 0 1em;
}
#content {
	max-width: 40em;
	margin: 0.5em auto;
        padding: 0 1em;
}
.content-section {
	margin: 0.5em 0;
	padding-bottom: 0.5em;
	border-bottom: 2px solid ivory;
}
#team {
	text-align: center;
}

