@charset "UTF-8";
.feedback-tab {
	position: fixed;
	right: 10px; 
	top: 92%;
	z-index:999;
}
.bevan-regular {
  font-family: "Bevan", serif;
  font-weight: 400;
  font-style: normal;
}
.bevan-regular-italic {
  font-family: "Bevan", serif;
  font-weight: 400;
  font-style: italic;
}
div.hero {
  background: url("../images/ccla-hero-1512x1512.png");
  background-size: cover;
}
div.hero a {
  text-decoration: none;
}
.knockout {
  background-color: rgba(255, 255, 200, 0.6);
  padding: 2rem 0 0 0;
}
.display-4, .card-title, h5, .btn-serif {
  font-family: Bevan, serif;
}
.display-4, .card-title, h5 {
  color: #36013F;
}
.lead {
  font-weight: 900;
  color: #000;
}
p.tagline {
  color: #ff8;
  font-weight: 100;
  background: rgba(54, 1, 63, 1.0);
  padding: 1rem;
  font-style: italic;
  border-radius: 0 0 1rem 1rem;
}
h1 {
  padding-bottom: 1rem;
}
div.intro-text p {
  line-height: 160%;
  max-width: 33rem;
}
h3 {
  padding-top: 5rem;
}
p.back_to_top {
  text-align: right;
  margin-top: 2rem;
}
.card {
  margin-top: 3rem;
}
.date {
  font-style: italic;
  font-weight: 100;
}
.card-body img {
  max-width: 50px;
  float: right;
}
.magnify {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.magnify-black {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
}
.tt-home {
  position: absolute;
  top: 60px;
  left: 70px;
  color: #36013F;
}
.zoomable {
  transition: transform 0.3s ease;
  cursor: pointer;
  max-width: 100%;
}
.zoomable.zoomed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain; /* Keeps aspect ratio */
  background-color: rgba(0, 0, 0, 0.9); /* Dark background */
  z-index: 9999;
  cursor: zoom-out;
}
div.footer {
  font-size: 0.7rem;
}
/* END */