/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3c53f6");
  
@font-face {
  font-family: 'IonicMTPro';
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
}

@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url('../fonts/berthold_akzidenz_grotesk_be_regular-webfont.woff2') format('woff2'), url('../fonts/berthold_akzidenz_grotesk_be_regular-webfont.woff') format('woff');
}

* {
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-variant-ligatures: common-ligatures;
}

body {
	text-decoration: none;
	z-index: 2;
	padding-top: 1%;
	padding-bottom: 5%;
	background-color: #fff;
}

*::selection {
	background: #ffffba;
}

h2 {
	font-family: 'IonicMTPro', 'Times New Roman', 'Times', serif;
	font-size: 8vw;
	line-height: 1;
    font-weight: normal;
    letter-spacing: -0.05rem;
}

p {
	font-family: 'IonicMTPro', 'Times New Roman', 'Times', serif;
	font-size: 3.0vw;
    line-height: 1.2;
    letter-spacing: -0.02rem;
}

a {
	color: inherit;
	border-bottom: 2px solid #000;
}

a:hover {
	border-bottom: 2px solid transparent;
}

.syllabus-links  a {
	color: inherit;
	border-bottom: 2px solid transparent !important;
}

.syllabus-links a:hover {
	border-bottom: 2px solid #000 !important;
}

.serif {
	font-family: 'IonicMTPro', 'Times New Roman', 'Times', serif;
}

.sans {
	font-family: 'AkzidenzGrotesk', 'Helvetica Neue', 'Helvetica', Sans-Serif;
	font-weight: 400;
	font-size: 3.1vw;
	line-height: 1.2;
}

.day,
.hour,
.minute,
.second {
	display: inline-block;
}

#caps {
	text-transform: uppercase;
	display: block;
	text-align: center;
}

#caption {
	font-size: 2.4vw;
	text-transform: uppercase;
}

.indent {
	padding-left: 6%;
}

section {
	padding: 0 8% 6%;
}

section.intro {
	padding-bottom: 0;
}

.class-info {
	min-height: 85svh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
/*	padding-bottom: 6%;*/
}

.assignments {
/*	border-top: 2px solid;*/
	font-size: 3.0vw;
	font-family: 'IonicMTPro', 'Times New Roman', 'Times', serif;
	line-height: 1.2;
    letter-spacing: -0.02rem;
    margin: 0 0 9% 0;
}

.col {
	width: 33.3333%;
}

.assignment {
	padding: 0 8%;
}

/*.assignment:hover {
	background-color: #EBEBEB;
}*/

.assignment .top {
	cursor: pointer;
	position: sticky;
	margin: 2% 0;
	padding: 1% 0;
	top: 0;
	display: flex;
	justify-content: space-between;
 }

.assignment-row {
	display: flex;
	width: 100%;
}

 .dates {
 	width: 19%;
 }

 .week-info {
 	display: flex;
 }

.assignment .bottom {
	display: none;
	padding: 0 0 12%;
}

.hyphens {
	word-wrap: break-word;
 overflow-wrap: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

.bottom section {
	margin-bottom: 3%;
}

img {
	width: 100%;
	max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rule {
	border-bottom: 2px solid #000;
	padding: 3% 0;
}

.cursor span {
  border-right: .02em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.blink {
    animation: blink 2s infinite;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
		#status {
		    background-image:url(../links/loading@2x.png);
		    background-size: 300px 300px;
		}
}

@keyframes blink {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

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

	.class-info {
		min-height: 75vh;
	}

	h2 {
	font-size: 9.5vw;
	}

	p, 
	.assignments {
		font-size: 4.5vw;
		line-height: 1.2;
	}

	.assignment {
		padding: 0 2%;
	}

	.dates {
		width: 24%;
	}

	.assignment .bottom {
		padding: 3% 0 5%;
	}

	.sans {
		font-size: 4.3vw;
		letter-spacing: 0;
	}

	.section-info {
		padding-top: 1%;
		width: 100%;
		display: block;
	}

	.section-info div {
		padding-bottom: 4%;
	}

	section {
		padding: 0 2% 6%;
	}

	a,
	.assignments,
	.assignment,
	.rule {
		border-width: 1px;
	}

}
