@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700');
@import
	url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,regular,500,600,700,800,900&amp;subset=latin,latin-ext&amp;display=swap');

/** theme */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #666;
	font-family: 'Work Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	background-color: #FFF;
}

header {
	box-shadow: 0 0 1em #ddd;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}

h1 {
	font-weight: 800;
	color: #229787;
	font-size: 1.8em;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
}

h2 {
	font-weight: 700;
	color: #229787;
	font-size: 1.5em;
	margin: 0.8em 0;
	font-size: 1.5em;
}

p {
	line-height: 160%;
	margin-bottom: 0.8em;
	font-weight: 500;
}

.content {
	max-width: 1200px;
	margin: 0.5em auto;
}


.navbar {
	max-width: 1200px;
	margin: auto;
	margin-top: 0.2em;
}

.aie-logo {
	width: 150px;
}
