@import url('https://use.typekit.net/qac2oth.css');
/*
@font-face {
	font-family: Cooper Hewitt;
	src: url("cooper-hewitt/CooperHewitt-Book.otf") format("opentype");
}
@font-face {
	font-family: Cooper Hewitt;
	font-weight: bold;
	src: url("cooper-hewitt/CooperHewitt-Bold.otf") format("opentype");
}
@font-face {
	font-family: Cooper Hewitt;
	font-weight: bold;
	font-style: italic;
	src: url("cooper-hewitt/CooperHewitt-BoldItalic.otf") format("opentype");
}
*/

body {
	background:#fff;
	color:#000;
	font-family: futura-pt, sans-serif;
	font-size: 16pt;
	font-weight:300;
}

h1 {
	font-weight:700;
	text-align:center;
	font-style:italic;
	text-transform: uppercase;
	font-family: futura-pt-bold, sans-serif;
	font-size:4rem;
	letter-spacing: -1px;
	margin-bottom: 2rem;
}

h2 {
	font-size:3rem;
	margin-top:0;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing: -1px;
}

section {
	margin-top:50px;
}

.bold,b,strong {
	font-weight:500;
}

main>header {
	text-align: center;
}

.headerLogo {
	width:250px;
	margin-top:100px;
	margin-bottom:100px;
}

ol>li {
	list-style-type: upper-roman;
}
ol li p, ul li{
	font-weight: 300;
}