/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

/* end of reset */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html {
  background: #4887cd url(../images/texture-bg2.jpg) no-repeat fixed top center;
  background-size: cover;
  scroll-padding-top: 30px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Merriweather', serif;
  color: #222;
  line-height: 1.6;
  position: relative;
}

#tr {
	position: absolute;
	top: 90px;
	right: 90px;
	width: 150px;
	height: 150px;
	background-color: white;
	border-radius: 50%;
	background: white url(../images/tr.png) no-repeat center center;
	transform:rotate(10deg);
}

#page-wrap {
  width: 800px;
  margin: 0 auto;
	position: relative;
}

main {
	width: 60%;
	float: left;
}

main.no-sidebar {
	width: 100%;
	float: none;
}

aside {
	width: 35%;
	float: right;
	/*background-color: rgba(255,255,255,.25);*/
	outline: 1px solid white;
	padding: 2.5%;
	margin-left: 5%;
	position: sticky;
	top: 15px;
}

aside table {
	width: 100%;
}

aside tr {
	/*font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;*/
	font-weight: 800;
	/*text-transform: uppercase;*/
	font-size: .9em;
	line-height: 36px;
	border-bottom: 1px dashed rgba(0,0,0,.5);
}

aside td {
	text-align: right;
}

aside td.item {
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 800;
	color: rgba(255,255,255,.7);
	text-transform:lowercase;
	text-align: left;
}

aside tr:last-child {
	border-bottom: none;
}

aside ul {
	margin-bottom: 15px;
}

aside ul li {
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(0,0,0,.5);
	margin-bottom: 5px;
}

aside ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

p.text {
	font-family: 'Merriweather', serif;
  color: #222;
  line-height: 1.5;
	text-transform: none;
	border-bottom: none;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6,nav,footer, header p {
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
	text-transform: lowercase;
	letter-spacing: -.03em;
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	margin-bottom: 20px;
	color: white;
}

aside h3 {
	color: white;
	text-align: left;
	font-size: 2em;
}

main h5 {
  text-align: left;
  margin-top: 0px;
}

header {
	position: relative;
	margin: 30px auto 0 auto;
	width: 800px;
}

header p {
	position: relative;
	color: rgba(255,255,255,0.2);
	text-align: center;
	margin: 0 auto;
	letter-spacing: .25em;
	font-size: 1.37em;
	text-transform: uppercase;
}

header p:hover {
	color: rgba(255,255,255,1);
	transition: linear .5s;
}

header p span.blue {
	background-color: #0e707b;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

header div {
	width: 75%;
	margin: auto;
}

header div p span {
	display: none;
}

header div img {
	width: 100%;
	mix-blend-mode: screen;
}

header div a img {
	mix-blend-mode: screen;
}

header h1 span {
  display: none;
}

nav {
  width: 800px;
	height: 30px;
  margin: 10px auto 30px auto;
  font-size: 1.2em;
}

nav ul li {
  float: left;
  text-align: center;
  width: 16.6666%;
}

nav li a {
  display: block;
  text-decoration: none;
  color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  line-height: 30px;
}

nav li a.active {
	color: #4887cd;
	background-color: white;
	text-shadow: none;

}

nav li a:hover {
	background-color: rgba(36,68,103,0.25);
	text-shadow: none;
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

section {
  border-top: 1px dotted rgba(95,98,96,0.2);
  padding-top: 16px;
}

section.calendar {
	border-top: none;
	padding-top: 0;
	margin-bottom: 30px;
}

section.calendar:first-child {
	margin-top: 30px;
}

footer {
  width: 100%;
  margin: 30px auto 0 auto;
	background: url(../images/black-background.png) no-repeat center center;
	background-size: cover;
	padding: 30px 0;
	position: relative;
}

footer p {
  /*letter-spacing: .2em;*/
  font-size: 1.2em;
  text-align: center;
	margin: 10px 0;
	z-index: 2000;
	position: relative;
	line-height: 1.1;
}

footer p a.cite {
	font-size: .65em;
	position: relative;
	top: -4px;
}

footer img {
	display: block;
	margin: 0 auto 15px auto;
}

section.remote {
	width: 100%;
	outline: 1px solid black;
	margin: 50px 0;
	padding: 0;
	background-color: rgba(255,255,255,0.15);
	border-top: none;
}

section.remote h3 {
	font-size: 1.5em;
	line-height: 1;
	background-color: black;
margin: 0;
margin-top: 0;
padding: 10px;
letter-spacing: .1em;
color: #6189AC;
text-transform: uppercase;
font-weight: 700;
}

section.remote div.update {
	padding: 2.5% 5%;
	font-style: italic;
}

section.remote ul {
	list-style-type: square;
	margin-bottom: 15px;
	list-style-position: inside;
}

footer div.quote {
	position: absolute;
	width: 200px;
	height: 145px;
	left: 0;
	bottom: 0;
}

footer div.quote img {
	margin-bottom: 0;
	opacity: .5;
	z-index: 5;
}

footer a.cube img {
	width: 80px;
	opacity:.8;
	margin-bottom:-2px;
	mix-blend-mode:multiply;
	transition: transform .5s ease;
	display: block;
	padding: 0;
}

footer a.cube img:hover {
	transform: scale(1.1);
	opacity: 1;
	background-color: none;
	padding: 0;
}

footer a.cube:hover {
	background-color: none;
}

a {
  color: white;
	text-decoration: none;
	padding: 5px;
}

a.cube {
	padding: 0;
}

a:hover {
  color: #dae7f5;
	transition: linear .25s;
	background-color: rgba(36,68,103,0.25);
	text-decoration: underline;
}

header a:hover {
	background-color: rgba(0,0,0,0);
}

p {
  margin-bottom: 16px;
}

p a {
  font-weight: bold;
}

.hide {
	display: none;
}

p span.caps {
	text-transform: uppercase;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.25em;
}

h3.units {
	font-size: 1em;
	/*color: white;*/
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-bottom: 24px;
	opacity: .5;
}

h4,h5 {
  font-size: 1.75em;
}

img.init {
  float: left;
  margin-right: 15px;
	position: relative;
	top: 3px;
	/*opacity: .7; */
	/*opacity: .35;*/
}

img.init-white {
	opacity: .5;
}

aside figure {
	width: 80%;
	margin: auto;
}

/*div.goal {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 15px;
}

div#goal-one {
	background: url(../images/01.png);
}*/

ul.bullets {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 15px;
}

ul.bullets li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed rgba(0,0,0,.5);
}

ul.bullets li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

p.ital {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.blue {
	color: #a51ee9;
}

p.deadline {
	font-weight: bold;
	font-style: italic;
	font-size: .8em;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
}

.caps {
	text-transform: uppercase;
}

.due {
	color: white;
}

.no-class {
	opacity: 0.5;
}

.ital {
	font-style: italic;
}

div#grade-chart {
	width: 100%;
	margin-bottom: 15px;
}

div#grade-chart p, div.week-link p {
	text-align: center;
	font-style: italic;
}

div#grade-chart figure.chart {
	width: 18%;
	float: left;
	margin-right: 2.5%;
}

div#grade-chart figure.chart:last-child {
	margin-right: 0;
}

div#grade-chart figure.chart figcaption {
	text-align: center;
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 800;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	font-size: 1em;
	line-height: 24px;
	margin-top: 2px;
}

div.number {
	width: 22.5%;
	/*outline: 1px solid red;*/
	height: 90px;
	margin-right: 2.5%;
	float: left;
	position: relative;
	top: -5px;
}

div.number#week-01 {
	background: url(../images/01.svg) no-repeat;
	background-size: 100%;
}

div.number#week-02 {
	background: url(../images/02.svg) no-repeat;
	background-size: 100%;
}

div.number#week-03 {
	background: url(../images/03.svg) no-repeat;
	background-size: 100%;
}

div.number#week-04 {
	background: url(../images/04.svg) no-repeat;
	background-size: 100%;
}

div.number#week-05 {
	background: url(../images/05.svg) no-repeat;
	background-size: 100%;
}

div.number#week-06 {
	background: url(../images/06.svg) no-repeat;
	background-size: 100%;
}

div.number#week-07 {
	background: url(../images/07.svg) no-repeat;
	background-size: 100%;
}

div.number#week-08 {
	background: url(../images/08.svg) no-repeat;
	background-size: 100%;
}

div.number#week-09 {
	background: url(../images/09.svg) no-repeat;
	background-size: 100%;
}

div.number#week-10 {
	background: url(../images/10.svg) no-repeat;
	background-size: 100%;
}

div.number#week-11 {
	background: url(../images/11.svg) no-repeat;
	background-size: 100%;
}

div.number#week-12 {
	background: url(../images/12.svg) no-repeat;
	background-size: 100%;
}

div.number#week-13 {
	background: url(../images/13.svg) no-repeat;
	background-size: 100%;
}

div.number#week-14 {
	background: url(../images/14.svg) no-repeat;
	background-size: 100%;
}

div.number#week-15 {
	background: url(../images/15.svg) no-repeat;
	background-size: 100%;
}

div.number p {
	text-align: center;
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 800;
	text-transform: lowercase;
	color: white;
	font-size: 1.5em;
	line-height: 87px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

section.calendar p.date {
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 800;
	letter-spacing: -.035em;
	color: rgba(255,255,255,0.8);
	font-size: 1.5em;
	float: left;
	margin-right: 2%;
	text-transform: lowercase;
	line-height: .75em;
	width: 35%;
	margin-right: 3%;
	outline: 1px solid rgba(255,255,255,0.8);
	padding: 8px;
	position: relative;
	top: -2px;
}

div.week {
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dashed rgba(0,0,0,0.25);
	width: 75%;
	float: left;
}

div.week:last-child {
	padding-top: 15px;
	border-bottom: none;
}

div.week-remote {
	width: 85%;
	float:left;
	position: relative;
	top: -3px;
}

div.weekly p {
	/*font-style: italic;*/
	position: relative;
	top: -3px;
}

div.no {
	color: rgba(0,0,0,.4);
}

p.checklist {
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dotted rgba(255,255,255,0.25);
}

p.checklist:last-child {
	border-bottom: none;
}

div.sessions p {
	margin-bottom: 6px;
	line-height: 1em;
	position: relative;
	top: -5px;
}

p span.white {
	color: white;
	letter-spacing: .15em;
	margin: 0 6px;
	font-size: .85em;
	position: relative;
	top: -2px;
	opacity: .6;
}

p.break {
	text-align: center;
	font-style: italic;
	color: rgba(0,0,0,.5);
	margin-bottom: 36px;
}

div.week-link {
	width: 75%;
	margin: 0 auto 30px auto;
}

div.week-link ul li {
	float: left;
	font-family: system-ui, -apple-system, 'BlinkMacSystemFont', cursive;
	font-weight: 700;
	font-size: 1.3em;
	width: 6.666666%;
	text-align: center;
	letter-spacing: -0.05em;
}

div.week-link ul li a {
	color: white;
	text-decoration: none;
}

div.week-link ul li a:hover {
	color: #4D4D80;
	text-decoration: underline;
}

ul.bullets {
  list-style: none;
  /*list-style-position: inside;*/
  margin-bottom: 15px;
}

ul.bullets li::before {
	content: "•";
	color: #0F4C81;
	display: inline-block;
	width: 1em;
}

div.adobe {
	width: 100%;
	margin: 15px 0;
}

div.adobe img {
	width: 18%;
	margin-right: 2.5%;
	float:left;
}

div.adobe img:last-child {
	margin-right: 0;
}

div.fac {
	width: 100%;
	height: 15px;
	background-image: url(../images/fac.png);
	background-repeat: repeat-x;
	position: relative;
	top:-30px;
}

footer div.quote img {
	position: absolute;
	bottom: 0;
	left: 100px;
}

@media only screen and (max-width: 768px) {
	header {
		width: 80%;
	}
	header div {
		width: 90%;
		margin: auto;
	}

	header div img {
		width: 100%;
	}

	#page-wrap {
		width: 80%;
	}
	main {
		width: 100%;
		float: none;
	}
	aside {
		width: 100%;
		padding: 7.5%;
		float: none;
		margin: 30px auto;
	}
	nav {
	  width: 80%;
		padding: 0 10%;
		height: 220px;
	  margin: 30px auto;
	  font-size: 1.2em;
	}

	nav ul li {
	  float: none;
	  text-align: center;
	  width: 100%;
	}
	footer p {
		width: 90%;
		margin: 0 auto 10px auto;
		line-height: 1;
	}


	div.week-link {
		width: 100%;
		margin: 0 auto 30px auto;

	}
	div.week-link ul {
		letter-spacing: -.1em;
		font-size: .9em;
	}
	div.number {
		width: 200px;
		/*outline: 1px solid red;*/
		height: 100px;
		margin-right: 0;
		margin: 0 auto 15px auto;
		float: none;
		position: relative;
		top: -5px;
	}
	div.week {
		width: 100%;
		float: none;
	}
	section.calendar p.date {
		font-size: 1.5em;
		float: left;
		margin-right: 2%;
		line-height: .75em;
		width: 35%;
	}

	.off {
		display: none;
	}
	p.deadline, h3.units {
		text-align: center;
	}
	#mw {
		position: absolute;
		top: 75px;
		right: 30px;
		width: 100px;
		height: 100px;
		background-color: white;
		border-radius: 50%;
		background: white url(../images/mw.png) no-repeat center center;
		background-size: 80%;
		transform:rotate(10deg);
	}


}

@media only screen and (max-width: 600px) {

	section.calendar p.date {
		font-size: 1.5em;
		float: none;
		margin-right: 0;
		margin-bottom: 16px;
		line-height: .75em;
		width: 100%;
		text-align: center;
	}

	header div {
		width: 100%;
	}

	p span.white {
		display: block;
		font-size:0px;
	}

	div.sessions, div.weekly {
		text-align: center;
	}


	div.week-link ul li {
		width: 10%;
		margin-right: 2%;
	}

	footer br {
		display: none;
	}

	footer {
	height: 450px;
}

footer p {
	margin-top: 10px;
}

}
