

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

#pgLogo_img {
    max-width: 437px;
}
h1#galleryNavTitle { 
margin-top: 0px;
    padding-bottom:0px;
}
.galleryNavTitle_text {
display:none;
}

.subnav li {
width: 193px !important; 
}

.eventintroduction {
font-size: 18pt;
    line-height: 32px;
}

#collection-cover-header {
display: none;
}

a {
color:#afb5be;
}

#nav-pg ul li.item29.current a {
    color: #353535;
    text-decoration: none;
}

#galleryTitle {
font-weight:400;
}

#pgFooter {
border-top: 1px solid #e9e9e9;
}

#nav-pg ul li {
    font-size: 16px;
    font-weight: 400;
}

li.item29.current a {
font-weight: 400;
}

#copyright-footer p {
font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 35px;
    color: black;
}

#ps_container{
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#nav-pg ul {
margin-top: 32px;
font-family: 'Source Sans 3', sans-serif;
}

.wtypeimage_full_width .overlap_text {
    font-weight: 600;
    font-size: 32px;
font-family: 'Source Sans 3', sans-serif;
}

p {
font-family: 'Source Sans 3', sans-serif;
}

#psProductName {
font-family: 'Source Sans 3', sans-serif;
}

@media (max-width:424px) {
#ps_container {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
}

@media (max-width:424px) {
#pgLogo_img {
    max-width: 300px;
}
}

@media (max-width:424px) {
.wtypeimage_full_width .img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 262px;
    position: relative;
}
}