* {
}
html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Source Sans Pro", Arial, sans_serif;
	font-size: 1.6rem;
	line-height: 3rem;
	font-weight: 400;
	background: #fff;
	color: #666;
	margin: 0;
	padding: 0;
}
.wf-loading h1 {
	visibility: hidden;
}
.wf-active h1 {
	visibility: visible;
}
h1 {
	font-size: 6rem;
	font-weight: 200;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1;
}
h2 {
	display: block;
	font-size: 4rem;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #666;
	margin-bottom: 2rem;
	line-height: 1.1
}
h3 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: hsla(0,80%,55%,1);
}
h1 a {
	color: #fff;
}
p {
	font-size: 1.6rem;
	font-weight: 400;
}
ul {
	margin: 0;
	padding: 0 0 0 2rem;
}
li {
	margin: 0;
}
header {
	height: 10rem;
	position: relative;
	position: fixed;
	z-index: 10;
	color: #fff;
	width: 100%;
	background: hsla(0,80%,55%,0);
	margin: 0;
	padding: 0;
	transition: background .3s
}
header:hover, header.active {
	background: hsla(0,80%,55%,1)
}
header .container {
	position: relative;
	z-index: 3;
	display: block;
}
header h1 {
	margin: 0;
	position: absolute;
	top: 1rem;
	font-family: "Roboto Slab"
}
#inf, #abt, #req, #syl, #lit, #map {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
header .container nav {
	display: block;
	width: 64rem;
	position: absolute;
	top: 4.9rem;
	right: 0;
}
nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	margin-left: -1rem;
	list-style: none;
}
nav ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: left;
	margin: 0 1rem;
}
nav ul li a {
	color: #fff;
	display: block;
	height: 2rem;
	line-height: 2rem;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 1rem;
	text-align: left;
	font-family: "Roboto Slab";
	transition: border-bottom .3s;
}
nav ul li a:hover {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}
.container {
	width: 90%;
	max-width: 120rem;
	min-width: 42rem;
	padding: 0 2rem;
	margin: 0 auto;
}
.content-head {
	height: 60rem;
	background: hsl(0,80%,60%);
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
}
.content-head canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.content-head h1 {
	margin-bottom: 2rem;
	position: relative;
	top: 20rem;
	font-weight: 600;
	z-index: 4;
}
.content-head h2 {
	margin-top: 3rem;
	position: relative;
	top: 20rem;
	font-weight: 300;
	font-size: 3rem;
	color: #fff;
	z-index: 3;
}
.content {
	position: absolute;
	top: 60rem;
	width: 100%;
	background: #fff;
	padding: 10rem 0;
}
.col-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	text-align: left;
}
.col, .book, h3 {
	padding: 0 3rem 3rem 0;
	width: 180px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: left;
}
#info p {
	font-size: 2.4rem;
}
#info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	text-align: left;
}
#info div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: left;
}
#topics ul {
	width: 100%;
	display: -webkit-box;
	margin: 0;
	padding: 0;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	text-align: left;
}
#topics li {
	padding: 3rem;
	width: 180px;
	margin: 0.1rem;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: left;
	list-style: none;
	background: #f5f5f5;
	display: block;
}
#syllabus ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	text-align: left;
}
#syllabus li {
	padding: 3rem;
	width: 240px;
	margin: 0.1rem;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	text-align: left;
	list-style: none;
	background: #f5f5f5;
	display: block;
	position: relative;
	transition: all .3s
}
#syllabus li:hover {
	background: hsla(0,80%,60%,1);
	color: #fff;
	cursor: pointer;
}
#syllabus li .date {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 48px;
	color: #fff;
	z-index: 1;
	font-weight: 700;
}
#syllabus p {
	padding: 0;
	z-index: 2;
	position: relative;
	top: 0;
	left: 0;
}
.double {
	-webkit-flex-grow: 4;
	flex-grow: 4;
}
#about img {
	position: relative;
	margin-top: -100px;
	margin-bottom: -100px;
}
#about h2 {width: 70%;}
.col-box {
	padding: 2rem 0;
	margin-bottom: 3rem;
}
.book {
	width: 20rem;
}

#footer {
	color: #232323;
	height: 20rem;
}
