/* @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');
}

@import url("//hello.myfonts.net/count/3d41d2");
  
@font-face {
  font-family: "IonicMTPro-Italic";
  src: url('../fonts/IonicMTProItalic/font.woff2') format('woff2'), url('../fonts/IonicMTProItalic/font.woff') format('woff');
}

* {
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-variant-ligatures: common-ligatures;
	color: #FFF9F0;
}

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

*::selection {
	background: cornflowerblue;
}

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

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

i {
	font-family: 'IonicMTPro-Italic', 'Times New Roman', 'Times', serif;
	font-style: normal;	
}

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

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

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

.sans {
	font-family: 'Helvetica Neue', 'Helvetica', Sans-Serif;
	font-weight: 400;
}

p.sans {
	font-size: 3vw;
}

.sans i {
	font-family: 'Helvetica Neue', 'Helvetica', Sans-Serif;
	font-style: italic;	
}

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

#caps {
	text-transform: uppercase;
}

section {
	padding: 0 2% 3%;
}

section.intro {
	padding-bottom: 0;
}

.class-info {
	height: 100vh;
	min-height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-info {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 5%;
}

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

.col {
	width: 33.3333%;
}

.assignment {
	border-bottom: 2px solid;
	padding: 3% 2%;
}

.assignment:hover {
	background-color: #1C1C1C;
}

.assignment .top {
	cursor: pointer;
 }

 .week-info {
 	display: flex;
 }

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

/*.assignment:hover {
	background-color: #fff;
	transition: background-color .2s ease-in-out;
}*/

.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%;
}

.instagram-media {
	margin: 0 auto !important;
}

.rule {
	border-bottom: 2px solid #FFF9F0;
	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 {
		height: 85vh;
	}

	p, 
	.assignments {
		font-size: 4.4vw;
		line-height: 1.15;
	}

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

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

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

}
