@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=cf89cc27-e8e4-49eb-b993-24ab57236ed5&fontids=5310067");

@font-face {
  font-family: "Arial W05 Narrow5310067";
  src:
    url("../Fonts/5310067/a59c86da-34b7-4530-94e1-4ecbc5a29fb1.woff2")
      format("woff2"),
    url("Fonts/5310067/f27a5cd7-0400-46f7-9a18-c1ebddd268e4.woff")
      format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html,
body,
p,
.h1 {
  font-family: Times, serif;
  font-style: normal;
  line-height: 1.3;
}

p,
h1 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 20px;
}

body {
  font-size: 18px;
}

.container {
  margin: 0px;
  display: flex;
  flex-direction: row;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100vw;
  height: 100vh;
  /* avoid browser level touch actions */
  touch-action: none;
}

.left {
  width: 50vw;
  /* border-left: 1px solid black; */
}

.left + .home {
  background: yellow;
}

.right {
  width: 50vw;
}

.home {
  padding: 10px 10px 10px 10px;
}

.left,
.right {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}

.nav {
  position: fixed;
  text-align: center;
  left: 10px;
  bottom: 10px;
  width: 24px;
  height: auto;
  padding: 0px;
  padding-bottom: 2px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;

  background: yellow;
}

a {
  color: DarkViolet;
  /* text-decoration: none; */
  z-index: 10;
}

a:hover {
  color: darkgray;
}

.row {
  width: auto;
  height: auto;
  border-bottom: 5px solid DarkTurquoise;
  padding: 10px 10px 10px 10px;
  border-right: 5px solid DarkTurquoise;

  /* display: grid;
  grid-template-columns: 36px auto; */
}

.section {
  padding: 10px 40px 10px 10px;
  border-top: 5px solid DarkTurquoise;
  border-right: 5px solid DarkTurquoise;
}

.project {
  padding: 10px 40px 10px 10px;
  /* border-top: 1px dashed darkgray; */
  border-right: 5px solid DarkTurquoise;
}

.main {
  padding-left: 0px;
}

#syllabus {
  border-top: 0px;
}

/* #more {
  height: 350px;
} */

img {
  width: 100%;
}

.thanks {
  font-size: 15px;
}

/* Calendar meta labels
-------------------------------------------------- */

.session-type {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
  margin-bottom: 0px;
}

/* Date label (match session-type, but stronger) */
.right .date {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: black;
  color: white;
  padding: 2px 4px;
  margin-bottom: 6px;
}

/* COLOR
-------------------------------------------------- */
.blank {
  color: white !important;
}

.today,
#more {
  background-image: linear-gradient(0.25turn, LemonChiffon, #ed583f);
}

.demo {
  color: orange;
}
.demo-link:hover {
  color: orange;
}

.date {
  background: black;
  color: white;
  padding: 2px;
}

.pres {
  background-color: PaleGreen;
}
.pres-link:hover {
  color: royalblue;
}

.guest {
  color: darkorange;
}
.guest-link:hover {
  color: darkorange;
}

.crit {
  color: #f8b3cc;
}
.crit-link:hover {
  color: #f8b3cc;
}

.read {
  color: #f8b3cc;
}
.read-link:hover {
  color: violet;
}

.no-class {
  color: gray;
}

/* TEXT
--------------------------------------------------*/

ol {
  list-style-type: circle;
  margin-left: 20px;
}

ul {
  /* font-size: 18px; */
  margin-left: 20px;
  margin-top: 0px;
}

blockquote {
  margin-left: 20px;
}

/* Projects
-------------------------------------------------- */

.accordion {
  background-color: white;
  color: #444;
  border: 2px dashed #f8b3cc;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 2px dashed #f8b3cc;
  font-family: "Times New Roman", Times, serif;
  font-size: inherit;
  /* transition: 0.4s; */
}

.active,
.accordion:hover {
  background-color: rgb(235, 235, 235);
}

.foldout {
  padding: 0 18px;
  font-size: 0.9em;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.foldout p {
  font-size: 0.9em; /* ~18px if base is 20px */
  line-height: 1.35;
  padding-top: 8px;
}

.foldout ul {
  font-size: 0.9em; /* ~18px if base is 20px */
  line-height: 1.35;
  padding-top: 8px;
}

/* Mobile
-------------------------------------------------- */

@media screen and (max-width: 650px) {
  html,
  body,
  p,
  .h1 {
    font-size: 12px;
    line-height: 1.1;
  }

  /* .row {
    grid-template-columns: 26px auto;
  } */
}
