*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box {
    border: 2px solid #000;
    width: 60vw;
    height: 60vh;
    padding: 10px;
    display: flex;
    flex-direction: column; /* Stack .nav and .body vertically */
    overflow: hidden;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    flex-shrink: 0; /* Prevent it from shrinking when space is tight */
}
.body {
    display: flex;
    flex: 1; /* Take up remaining space inside .box */
    overflow: hidden;
}
.sideBar {
    width: 20%;
    overflow-y: auto;
    height: 100%;
}
hr{
    margin-bottom: 10px;;
}
/* ul, ol{
    list-style: none;
} */
.indent{
    padding-left: 25px;
}
a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.sideBar input{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.sideBar select{
    width: 100%;
}
.sideBar a::after,
.nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #000;
    transition: width 0.25s ease-out;
}
a:hover::after {
    width: 100%;
}
.focus{
    background: #00f;
}
.focus a{
    color: #fff;
}
.mainText{
    padding-top: 5%;
    overflow: auto;
}
.mainGallery{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: center; */
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mainGallery .card{
    width: 100px;
    height: 100px;
}
.mainGallery .comingSoonCard{
    width: 100px;
    height: 100px;
}
.mainGallery .card .title{
    color: BLACK;
    font-size: 10px;
    text-align: center;
}
.mainGallery .comingSoonCard .title{
    color: BLACK;
    font-size: 10px;
    text-align: center;
}
.mainGallery .card .title.dark{
    color: #fff;
}
.mainGallery .comingSoonCard .title.dark{
    color: #fff;
}
.main{
    width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px;
}
.main .date{
    font-size: small;
    font-weight: 100
}
.main img{
    width: 180px;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
.artSection {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.date ul li{
    list-style: none;
}

img.large{
    width: 400px;
}
.main .artSection p a{
    color: #00f;
}
.main .artSection p a:hover{
    text-decoration: underline;
}
.artSection .gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.artSection h2{
    padding-bottom: 20px;
}
.artSection .gallery .card {
    width: 100px;
    height: 100px;
}
.artSection .gallery .comingSoonCard {
    width: 100px;
    height: 100px;
}
.section{
    padding-bottom: 20px;
}
.years{
    color: grey;
    font-size: x-small;
}
#experience{
    padding-bottom: 20px;
}
.controls{
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding-right: 3.5%;
}
.card {
    background: #fff;
    max-width: 180px;
    font-size: 14px;
    user-select: none;
    overflow: hidden;
    position: relative;
}
.comingSoonCard {
    background: #fff;
    max-width: 180px;
    font-size: 14px;
    user-select: none;
    overflow: hidden;
    position: relative;
}
.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(3px);
}
.card .title{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.card:hover{
    transition: all ease-in-out .25s;
    color: #fff;
}
.card:hover .title{
    color: transparent;
    transition: all ease-in-out .5s;
}
.card:hover img{
    filter: blur(0);
    transition: all ease-in-out .5s;
}
.comingSoonCard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(3px);
}
.comingSoonCard .title{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.comingSoonCard:hover{
    transition: all ease-in-out .25s;
    background-color: blue;
    color: #fff;
}
.comingSoonCard:hover .title{
    color: white;
    transition: all ease-in-out .5s;
}
.comingSoonCard:hover img{
    filter: blur(0);
    transition: all ease-in-out .5s;
}
.card:hover,
.card:hover .meta,
.card:hover .description,
.card:hover .footer,
.card:hover .year {
  color: #fff;
}
.card:hover .blue{
    color: #fff;
}
    .title {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0.2rem;
    }

    .meta {
      color: #555;
      margin-bottom: 0.5rem;
    }

    .description {
      color: #333;
      margin-bottom: 0.5rem;
      line-height: 1.4;
    }

    .footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #777;
  font-size: 0.85rem;
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
}
    .title-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.title {
  font-size: 1.1rem;
  font-weight: bold;
}

.year {
  font-size: 12px;
  color: #777;
}


