/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
    font-size: 16px;
}



.banner {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 500px;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.featured-title {
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    padding-top: 10vw;
    margin: 0;
}

.description {

    position: absolute;
    bottom: 20px;
    left: 30px;
    padding: 10px;
    max-width: 80%;
    box-sizing: border-box;
    text-align: left;
}

.main-image-container {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;

}

.main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;

}

.main-image-container-2 {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 17vh auto;
    justify-content: center;
    align-items: center;

}

.main-image-container-3 {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 17vh auto;
    justify-content: center;
    align-items: center;

}


.main-image-2 {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;

}

.solo-image-vertical {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 17vh;
    padding-right: 0vw;
    align-items: flex-end;
}

.solo-image-vertical-2 {
    width: 84%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 17vh;
    padding-left: 5%;
    align-items: flex-start;
}

.cluster-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 17vh auto;
 
}

.image-container-0 {
    width: 41%;
    height: auto;
}

.image-container-0-0 {
    width: 41%;
    height: auto;
    margin: 0 auto;
}

.image-container-0-1 {
    width: 30%;
    height: auto;
    align-items: flex-end;
    

}


.image-solo-2 {
    display: block;
    width: 100%;
    margin: 0 auto ;
    align-items: center;
    
}

.image-solo-3 {
    width: 80%;
    margin: 8vh auto ;
    display: block;
    align-items: center;
    
}


.image-container-4 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0 auto;

}

.image-container-7 {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: right;
    padding-right: 5vw;
    margin: 10vh 0;
    

}

.cluster-2 {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5vw;
    margin: 17vh auto;
   
 
}

.image-solo-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  
}

.image-0 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-container-11 {
    width: 80%;
   
    margin-bottom: 17vh;
    
}

.image-container-11-1 {
    width: 40%;
   
    margin-bottom: 17vh;
    
}

.image-solo-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;

}

.image-container-12 {
    width: 80%;
   

   
}

.image-container-12-1 {
    width: 70%;
   

   
}

.two-images-vertical {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10vw;
    margin: 17vh auto;

}

.image-container-0-1 {
    width: 50%;
    align-items: center;
    justify-content: center;
    

}

.title-banner {
    width: 100%;
    height: auto;
    display: grid;
    margin-left: 30px;
}

.image-caption {
    text-align: left;
    margin-left: 15px; /* Ensure there’s no unnecessary margin pushing the caption */
    display: block; /* Keep block display for control */
    width: 100%;
    margin-top: 7px;
}

.featured-subtitle {
    line-height: 10vh;
    padding-top: 7vw;
    padding-bottom: 7vw;
}

#sub-subtitle {
    
    padding-top: 3vw;
    padding-bottom: 5vh;
    padding-left: 12vw;
    font-family: "dm sans", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 2rem;

}

.article-text {
    width: 70%;
    height: auto;
    margin-left: 25vw;
    line-height: 1.2;
}

.large-image {
    width: 100%;
    height: auto;
    margin: 15vh auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.large-image-container {
    padding-left: 10vw;

}

.large-image-2 {
    width: 60%;
    height: auto;
    margin: 17vh auto;
    align-items: center;
    justify-content: center;
}

.large-image-container-2 {
    display: flex;
    flex-direction: column;

}


.two-images {
    display: flex;
    width: 70%;
    align-items: flex-start;
    justify-content: center;
    margin: 17vh auto;
    gap: 3vw;

}


.image-container-1-0 {
    width: 40%;
    height: auto;
    margin: 0 auto;
   
}

.image-container-1 {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.image-container-2 {
    width: 50%;
    height: auto;
    display: flex;
    padding: 10px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.image-1 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}


.image-2 {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

.image-solo {
    display: flex;
    width: 96%;
    margin-top: 17vh;
    margin-bottom: 17vh;
    align-items: center;
    justify-content: right;
  
}

.image-container-3 {
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;   
}

.image-3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: right;
}



.notes {
    display: flex;
    width: 60%;
    height: auto;
    margin-left: 25vw;
    line-height: 1;
    gap: 20px;
}

.primary-column {
    display: inline-block;
    width:10%;

}

.secondary-column {
    display: inline-block;
    width:45%;
}

.numbers {
  
    margin: 0;
    padding: 0;
    text-align: right; /* Align numbers to the right */
}


.notes-notes {
    margin: 0;
    padding: 0;
}

.notes-2 {
    display: flex;
    width: 60%;
    height: auto;
    margin-left: 25vw;
    line-height: 1;
    gap: 20px;
}

.footnotes {
    margin-left: 8vw;
    margin-top: 4vw;
    margin-bottom: 6vw;
}

.info {
    display: flex;
    width: 70%;
    height: auto;
    font-weight: 600;
    margin-left: 2vw;
    line-height: 1;
    gap: 20px;
}

.courtesy {
    display: inline-block;
    width:20%;

}

.artist-bio {
    display: inline-block;
    width:50%;
}


@media (min-width: 1367px) {
    .info {
        margin-bottom: 4vw;
    }
}

@media (max-width: 1367px) {
    .info {
        margin-bottom: 4vw;
    }
}

@media (max-width: 1024px) {
    .info {
        margin-bottom: 4vw;
    }
}

/* Mobile Phones (Landscape) and small tablets */
@media (max-width: 768px) {

    img {
        width: 100%;
        height: auto;
    }
   

    .two-images, .two-images-vertical, .cluster-2, .cluster-image {
        display: flex;  /* Keep this for flex properties */
        flex-direction: column;  /* Change to column */
        width: 100%;
        height: auto;
        text-align: left;
        margin: 0;
        padding: 0;
        gap: 2vh;
    }


    .image-solo, .solo-image-vertical, .solo-image-vertical-2, .large-image, .image-solo-left, .image-solo-right, .image-solo-2, .image-solo-3, .large-image-2 {
        display: flex;
        width: 100%; /* Full width */
        margin: 0;
        padding: 0;
        
    }

    .large-image-2 {
        margin-top: 40px;
    }




    /* Ensure images also adapt to a column layout */
    .main-image-container, .main-image-container-2, .main-image-container-3, .image-container-1, .image-container-2, .image-container-3, .image-container-1-0, .image-container-0-1, .image-container-0, .image-container-7, .image-container-4, .image-container-0-0, .large-image-container, .large-image-container-2, .image-container-11, .image-container-12, .image-container-12-1, .image-container-11-1 {
        width: 100%; /* Full width */
        height: auto;
        padding: 0px;
        margin: 0px;
        margin-bottom: 40px;
      
    }


    .info {
        padding-top: 7vw;
        padding-bottom: 7vw;
        width: 100%;
    }   

    .artist-bio {
        width: 70%;
    }

}
