/* colors in site
    Orange ------ f06422
  	Grellow ----- b3c10f
  	Dark Grey --- 24252a
  	Mid Grey -- 2e3033
  	Red --------- c10505
  	Dark White -- 7e7e7e
*/



#page {
    width: 1046px;
}

.gallery {
    height: 650px;
    display: flex;
    gap: 36px;
    align-items: flex-start;
    margin-bottom: 66px;
}

#mainImg {
    width: 646px;
    margin-bottom: 0;
}
.solo_image {
    width: 100%;
}

.thumbs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.thumb {
    opacity: 0.5;
    cursor: pointer;
    width: 166px;
    height: 120px;
}

.thumb:hover {
    outline: 3px solid #b3c10f;
    /* outline-offset: -5px; */
}

.active {
    opacity: 1.0;
}

.print_label {
    color: #7e7e7e;
    text-align: right;
}

.print_details {
    margin-bottom: 52px;
    width: 70%;
}
.print_details p {
    line-height: 1.6;
    margin-bottom: 1em;
}