h1, h2, h3, h4, h5, h6 {
    font-family: 'Unna';
}

p, div, a, li {
    font-family: 'Rubik';
}

.flex-container {
    display: flex;
    border-bottom: solid 1px black;
}

#main-title-container {
    position: relative;
}

#about-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    width: 115px;
}

body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#main-title {
    width: 100%;
    font-size: 700%;
    font-weight: 100;
    text-align: center;
}

.sticky {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#categories-navigation-tab {
    font-size: 120%;
    background-color: #007BA7;
}

#categories-navigation-tab a::after {
    display: none;
}

.main-categories, .category-tab {
    color: #FFFFFF !important;
    padding: 1rem;
}

.dropdown-content {
      position: absolute;
      z-index: 1000;
      display: none;
      min-width: 10rem;
      padding: .5rem 0;
      margin: 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #FFF;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
}

.dropdown-content a {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#categories-navigation-tab .main-categories:hover {
    background-color: #003153;
    color: #FFFFFF;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

.main-categories, .category-option {
    touch-action: none;
}

#view-container {
    display: none;
    z-index: 1500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(20, 20, 20, 0.95);
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

#photo-container {
    z-index: 2000;
    width: 200px;
    height: 100px;
    background-color: white;
}

/* Content gallery */
.gallery {
    border: 1px solid #ccc;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery:hover .artwork-description{
    background-color: #007BA7;
    color: black;
}

.gallery-artwork-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.7vw;
    height: 20vw;
}

.gallery img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.artwork-description {
    padding: 15px;
    text-align: center;
    background-color: #DDD;
}

.artwork-full-description {
    /* width: 60%; */
    max-width: 800px;
    text-align: justify;
}

.responsive {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    float: left;
    width: 25%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 50%;
        margin: 6px 0;
    }

    .gallery-artwork-div {
        width: 48vw;
        height: 40vw;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }

    .gallery-artwork-div {
        width: 96vw;
        height: 80vw;
    }
}

.angle-bracket-breadcrumb {
    --bs-breadcrumb-divider: '>';
}

#main-page-link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.artwork-card {
    cursor: pointer;
}

#carousel-images {
    max-width: 50%;
}

/* --- ARTWORK NEW --- */

.center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frame-container {
    width: 80%;
    max-width: 800px;
}

.artwork-title-container {
    display: flex;
    flex-basis: 80%;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px;
}

.artwork-title {
    text-align: center;
}

.artwork-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.artwork-image {
    width: 120%;
    max-width: 1000px;
    margin-bottom: 20px;
}

.artwork-title-date {
    color: #888
}

#get-values {
    display: none;
}

.artwork-navigation-arrow {
    cursor: pointer;
}

.spinner-div {
    height: 200px;
    align-items: center
}

#breadcrumb-container {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
}

#category-navigation-list {
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.stylized-link {
    text-decoration: none;
    color: #007BA7;
}

.stylized-link:hover {
    color: #000000;
}

:target::before {
  content: "";
  display: block;
  height: 140px; /* fixed header height*/
  margin: -140px 0 0; /* negative fixed header height */
}

.about-chapter {
    text-align: justify;
    margin-bottom: 1.5rem;
}

.about-title {
    margin-bottom: 1rem;
}

.portrait {
    max-width: 800px;
}
