

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

#pgCompany {     
font-weight: 700;
    color: black;
}

p {
font-family: 'Lato', sans-serif;
font-size:12pt;
font-weight:300;
letter-spacing:0px;
}

#pgNavigation li a {
font-weight:600;
}
h1 {
font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    text-transform: uppercase;
    color: black;
    border-bottom: 0px solid #dddddd;
    padding: 0px;
    clear: both;
    padding-bottom: 27px;
    margin-top: 1.875em;
    text-align: center;
    letter-spacing: 2px;
}



