

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

#isPageHeader {
 margin-top: 0px; 
}

#nav-pg ul li {
font-family: 'Montserrat', sans-serif; 
    font-weight: normal;
    line-height: 1.6em;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    line-height: 2.8em;
    font-size: 13px;
    text-transform: capitalize;
letter-spacing:0px;
color: #a8a8a8 !important;
}

#pgLogo_img {
    max-width: 350px;
}

p {
font-family: 'Montserrat', sans-serif; 
    font-weight: normal;
    line-height: 1.6em;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    line-height: 2.8em;
    font-size: 13px;
    text-transform: capitalize;
letter-spacing:0px;
}

h1 {
font-family: 'Montserrat', sans-serif;  
font-weight:400;
}


#galleryTitle {
font-family: 'Montserrat', sans-serif;  
font-weight:400;
}

a {
    color: #262626;
    font-weight: 400;
}

#copyright-footer p {
    font-size: 12px; 
}

#pgLogo_img {
max-height: 400px!important;
}

#ps_frame_colour_641 {
display:none;
}

#ps_frame_colour_749 {
display:none;
}
#ps_frame_colour_750 {
display:none;
}

.school_login_div {
max-width:600px;
}

#frmschoollogin {
color:black;
}

<script>
$(document).ready(function() {
 $(document).on("click", "#collection-nav-sname, #logoForGalleries a", function(e) {
  e.preventDefault();
  window.open('https://www.justinaitken.com/', '_blank').focus();
 });
});
</script>
