@font-face {
    font-family: Consolas;
    src: url(fonts/Consolas-Font/CONSOLA.TTF)
}
@font-face {
    font-family: ConsolasItalic;
    src: url(fonts/Consolas-Font/consolai.ttf);
}
background {
    background-color: black;
}
/* div {
    margin: 0;
    padding: 0;
    border: 0;
} */
body {
    background-color: black;
    color: white;
    font-family: Consolas;
    max-width: 1920px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: auto;
    margin-right: auto;
}
.title {
    text-align: center;
    font-size: larger;
}
.page-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bannericons {
    flex: 1;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.bannericons img {
    height: 35px;
    width: auto;
}
.banner {
    flex: 2;
}
.banner img {
    width: 100%;
    /* min-width: 600px; */
    height: auto;
}
.banner img:hover {
    filter: drop-shadow(0 0 10px #e60073)
            drop-shadow(0 0 20px #e60073)
            drop-shadow(0 0 30px #e60073);
    transition: 0.5s;
}
.language-select {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    column-gap: 5px;
}
.language-no {
    color: white;
    border-radius: 5px;
    border-color: white;
    border-style: solid;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.language-yes {
    color: black;
    background-color: white;
    border-radius: 5px;
    border-color: white;
    border-style: solid;
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.language-select a {
    text-decoration: none;
}
.language-no:hover {
    filter: drop-shadow(0 0 10px #fff)
            drop-shadow(0 0 20px #fff)
            drop-shadow(0 0 30px #e60073)
            drop-shadow(0 0 40px #e60073)
            drop-shadow(0 0 50px #e60073)
            drop-shadow(0 0 60px #e60073)
            drop-shadow(0 0 70px #e60073);
    transition: 0.5s;
}
.linkbar {
    display: flex;
    flex-direction: row;
    font-family: ConsolasItalic;
    position: sticky;
    top: 0px;
    background-color: white;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    column-gap: 5px;
}
.linkbar a {
    flex: 1;
    text-align: center;
    /* border-radius: 5px; */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    border-style: dashed;
    border-color: black;
    border-width: 2px;
    text-decoration: none;
}
.linkbar a:hover {
    color: black;
    border-style: solid;
    background-color: white;
    filter: drop-shadow(0 0 10px #fff)
            drop-shadow(0 0 20px #e60073)
            drop-shadow(0 0 30px #e60073);
    transition: 0.5s;
}
.anchor-point {
  display: block;
  position: relative;
  top: -40px; /* Adjust this value based on your header height */
  visibility: hidden;
}
.top-container {
    display: flex;
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-style: solid;
    border-color: white;
    margin-bottom: 10px;
    margin-top: 10px;
}
.table summary:hover {
    cursor: pointer;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
.small-body {
    flex: 1;
}
.small-body a {
    color: white;
}
.top-img {
    flex: 1;
    align-self: flex-start;
}
.top-img img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.section-header {
    font-size: 1.5em;
    padding-top: 10px;
}
.big-body {
    padding-left: 2.5%;
    padding-right: 2.5%;
    border-style: solid;
    border-color: white;
    padding-bottom: 1%;
    margin-bottom: 10px;
    /* margin-left: 210px; */
}
.big-body ul {
    list-style: none;
}
.big-body ul li::before {
  content: '☞ ';
}
.big-body li a {
    color: white;
    text-align: left;
    text-decoration: none;
}
.big-body li a:hover {
    font-weight: bolder;
}
.icon {
    height: 18px;
    width: auto;
}
.artist-container {
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
}
.artist-parent {
    flex: 1 0 40%;
    padding-bottom: 10px;
}
.artist-header {
    display: flex;
    justify-content: space-between;
    border-bottom-style: dashed;
    border-bottom-color: white;
}
.iconbar {
    display: flex;
    align-self: flex-end;
    margin-bottom: 8px;
    column-gap: 7px;
}
.iconbar a:hover {
        filter: drop-shadow(0 0 10px #fff)
            drop-shadow(0 0 20px #fff)
            drop-shadow(0 0 30px #e60073)
            drop-shadow(0 0 40px #e60073)
            drop-shadow(0 0 50px #e60073);
    transition: 0.5s;
}
.iconbar img {
    align-self: flex-end;
    height: 30px;
    width: auto;
}
.artist-child {
    display: flex;
    column-gap: 2%;
    min-width: 0;
    margin: 0;
}
.description {
    flex: 1;
}
.artist-img {
    flex: 1;
    align-self: flex-start;
    padding-right: 5px;
    padding-top: 10px;
}
.artist-img:hover {
    transform: scale(1.5);
    transition: 2s;
}
.artist-img img {
    object-fit: contain;
    max-height: 300px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: white;
    line-height: 0;
}
.caption {
    font-family: ConsolasItalic;
    font-size: smaller;
    line-height: 1;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 23%));
    gap: 10px;
}
.gallery {
    display: flex;
    column-gap: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.exhibit {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    border-style: solid;
    border-color: white;
    text-align: center;
}
.exhibit-caption {
    font-family: ConsolasItalic;
    font-size: smaller;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.exhibit img {
    object-fit: contain;
    max-width: 100%;
    max-height: 400px;
    height: auto;
}
.exhibit img:hover {
    transform: scale(1.5);
    transition: 2s;
}
.exhibit a:hover {
    filter: drop-shadow(0 0 10px #fff)
            drop-shadow(0 0 20px #e60073)
            drop-shadow(0 0 30px #e60073);
    transition: 0.5s;
}
.tech {
    display: flex;
}
.tech img {
    flex: 1;
    object-fit: contain;
    max-width: 50%;
    height: auto;
    border-style: solid;
    border-color: white;
}

@media (max-width: 800px) {
    .page-header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .anchor-point {
        top: -60px;
    }
    .bannericons {
        order: 2;
        justify-content: left;
    }
    .bannericons img {
        height: 30px;
    }
    .language-select {
        order: 3;
        justify-content: right;
    }
    .banner {
        width: 100%;
        order: 1;
        flex: 1000;
        flex-basis: 800px;
    }
    .banner img {
        display: block;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .linkbar {
        top: 0;
        border-width: 1px;
        flex-wrap: wrap;
    }
    .linkbar a {
        /* column-gap: 1px;
        padding-left: 2px;
        padding-right: 2px; */
        font-size: smaller;
        /* border-width: 1px; */
        flex-basis: 80px;
    }
    .top-container {
        flex-direction: column;
    }
    .iconbar img {
        align-self: flex-end;
        padding-bottom: 5px;
        height: 24px;
        width: auto;
    }
    .artist-container {
        flex-direction: column;
    }
    .artist-child {
        flex-direction: column;
    }
    .artist-img:hover {
        transform: scale(1);
        transition: 0s;
    }
    .artist-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .tech {
        flex-direction: column;
    }
    .tech img {
        max-width: 100%;
    }
    .banner img:hover {
    filter: none;
    }
    .language-no:hover {
    filter: none;
    }
    .linkbar a:hover {
    filter: none;
    }
    .iconbar a:hover {
    filter: none;
    }
    .artist-img:hover {
    transform: none;
    }
    .exhibit a:hover {
    filter: none;
    }
}