

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

#pgLogo_img {
max-width: 300px;
    margin-top: 40px;
}

#ps_container {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#nav-pg ul li {
font-weight:500;
color: black;
}

h1 {
color: black;
font-weight:500;
}

#copyright-footer p {
font-weight: 500;
font-size: 13px;
}

.call-to-action {
    margin-top: 0px;
}

.call-to-action p {
background: black;
    letter-spacing: 3px;
    font-weight: bold;
color:white;
border: 1px solid #555;
}