html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: monospace;
  background-color: black;
  color: white;
  overflow: clip;
}

nav {
  padding: 10px;
  width: 20%;
  border-right: solid white 2px;
  height: 100%;
  overflow-y: scroll;
}

nav ul {
  margin: 0;
  margin-bottom: 3px;
  padding-left: 20px;
}

h1,
h3 {
  box-shadow: 3px 4px 3px yellow;
  padding: 3px 20px;
  border: 1px solid white;
}
h1 {
  display: block;
  text-align: center;
}
h3 {
  display: inline-block;
}
a {
  color: white;
}

/* per page styling */
.content,
.play {
  position: absolute;
  top: 0;
  left: calc(20% + 24px);
  width: calc(90% - (20% + 24px + 50px));
  padding-left: 50px;
  overflow: auto;
  height: 100%;
}
.content.sketch{
  width: 80%;
  padding-left: 0;
  overflow-x: hidden;
}
.play {
  color: black;
  max-height: 90%;
  overflow: clip;
  display: block;
  /* border-top: 2px solid yellow; */
}
.content h4 {
  font-size: 24px;
  margin-bottom: 5px;
  
}
.content a {
  margin-bottom: 10px;
  background-color: yellow;
  color: black;
  font-size: 13pt;
}
.cover-images {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid yellow;
  width: 90%;
  margin-bottom: 10px;
  justify-content: space-between;
}
.carousel-content{
  border-bottom: 2px solid yellow;
}
.carousel{
  max-height: 600px;
  min-height: 500px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  overflow-x: scroll;
  object-fit: cover;
  scroll-snap-type: x mandatory;

  padding-bottom: 10px;
  /* border-bottom: 2px solid yellow; */
}
.carousel-center{
  justify-content: center;
}
.carousel > .carousel-item{
  min-height: 400px;
  min-width: 60%;
  object-fit:contain;

  scroll-snap-align: center;
}
.carousel > .scale{
  min-height: 400px;
  min-width: 60%;
  object-fit: cover;

  scroll-snap-align: center;
}

.carousel-item.vertical {
  min-height: 400px;
  max-height: 500px;
  min-width: auto;
}
.adjust--image{ 
  max-height: 300px;
}

.scroll-btns{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 24pt;
}

.iframe > iframe {
  min-width: 300px;
  height: 500px;
  margin: auto;
}
.cover-images img {
  max-width: calc(100% / 3 - 10px);
  object-fit: cover;
}
.pg > img {
  max-width: calc(100% / 2 - 10px);
}
.cover-images > .two-image-row {
  max-width: calc(100% / 2 - 10px);
  max-height: 300px;
}
.white{
  background-color: #e8e9e8;
  text-align: center;
  width:100%;
}
.white > img{
  min-width: 300px;
}
.image-container {
  width: 100%;
  height: 100%;
}
.image-container > .full-image-row {
  width: 100%;
  max-width: 100%;
}
.image-container .valentine{
  max-height: 500px;
  object-fit:contain;
}
.footer{
  /* width: 90%; */
  font-style:italic;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid yellow;
  padding-top: 10px;
  margin-top: 10px;
}
.footer > .blog > a {
  font-size: 12pt;
}
.footer.full{
  width: 90%;
}

/* specific to classes */
.content,
.classes,
.text {
  flex-direction: column;
}

.c-title{
  font-size: 2em;
  font-weight: bold;
}

.c-school{
  font-size: 1em;
  font-weight: lighter;
}

.c-sem {
  padding-bottom: 2px;
}

.c-sem > span{
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  color: black;
}
.f23{
  background-color: #ff9a00;
}
.s23{
  background-color: #00ff04;
}
.f24{
  background-color: #00c5ff;
}
.s24{
  background-color:  #ff00a7;
}
.s25{
  background-color: #9101f7;
}
.f25{
  background-color: #41ead4;
}

.c-description > br {
  margin-bottom: 10px;
}

/* specific to blackout */
#blackout2 > #content{
  position: absolute;
  top: 0;
  left: 0;
}
.blackouti{
  max-width: 100%;
  max-height: 100%;
  display: block; 
  margin: auto;
}
.blackoutp{
  position: absolute;
  box-shadow: 2px 4px 3px gray;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 10;
  text-decoration: none;
  border-color: black;
  border-style: solid;
  padding: 3px 20px;
  border-width: 1px;
  margin: 1em 0.5em;
  display: inline-block;
  background-color: white;
}

.text{
  padding: 10px;
  border-top: 2px solid yellow;
  border-bottom: 2px solid yellow;

  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.bio{
  display: flex;
  flex-direction: row;
}

.text .prof-pic{
  display: flex;
  flex-direction: column;
  min-width: 212px;
  flex-shrink: 0;
}

.text a{
  font-size: 13px;
}

.description {
  border-bottom: 2px solid yellow;
  width: 90%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.description a{
  font-size: 12px;;
}

.description .row{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  width: 100%;
}
.description .desc-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.description .desc-text br{
  margin-bottom: 10px;
}

.description img{
  max-width: calc(100% / 2 - 10px);
  object-fit: cover;
}

.row > .iframe {
  justify-content: space-around;
  display: flex;
  width: 100%;
}

@media (min-width: 320px) {
}

@media (min-width: 1025px) {
}
