html,
body {
  padding: 0;
  background: black;
  color: #d1bfa7;
  font-family: "Jost", sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #d1bfa7;
}
nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
  color: #d1bfa7;
}
nav .navlogo {
  filter: invert(1);
  height: 4em;
}
nav .links {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#links {
  display: none;
}
#hero-image {
  background-image: url("/images/class5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #d1bfa7;
}
#hero-image button a{
  mix-blend-mode: exclusion;
}
#schedule-hero-image {
  background-image: url("/images/mural.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  width: 100vw;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #d1bfa7;
}
#hero-image img,
#schedule-hero-image img {
  height: 8em;
  filter: invert(1);
}
.hero-buttons {
  margin-top: 25px;
}
.btn {
  font-family: "Jost", sans-serif;
  background: transparent;
  text-transform: uppercase;
  border: none;
  color: #d1bfa7;
  font-size: 1.2em;
}
.btn.outline {
  border: 1px solid white;
}
.news {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2em;
  margin-top: 50px;
}
.news-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.news-image {
  flex: 1 1 400px;
  height: 400px;
  width: 400px;
}
.news-text {
  flex: 1 0 auto;
}
.news-text > h3,
.news-text > h2,
.news-text p {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer {
  background: white;
  color: black;
  display: none;
}
.highlight {
  color: #d35400;
  font-weight: bold;
}
.cta {
  margin-top: 20px;
  font-weight: bold;
  color: #2980b9;
}
.new-student {
  max-width: 80em;
  margin: 0 auto;
}
.class-thumb{
width:400px;
height:260px;
object-fit:contain;

}
