﻿body {
    color: #353632;
    padding-bottom: 20px;
    font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}


.pudLogo {
    max-height: 40px;
    max-width: 110px;
    padding: 5px;
}

#header {
    padding-left: 0;
    background-color: #f0f2e9;
    background-size: cover;
    color: #009E77;
    font-size: 24px;
    font-weight: 700;    
}

.pud-link, a.pud-link:link, a.pud-link:visited, a.pud-link:active {
    color: #009E77;    
    font-weight: 550;
}

#infoBox a.pud-link:hover {
    color: #00576E;
}

.text-pud-blue {
    color: #00576e;
}

.pud-light-blue {
    color: #E4EEEF;
}

.pud-light-green {
    color: #EBF2DB;
}

.btn-primary {
    background-color: #00576e;
    border-color: #00576e;
}

.sidebar-list {
    list-style-position: outside; /* bullet outside */
    padding-left: 1.5em; /* space for bullet */
    margin: 0;
}

.sidebar-H3 {
    color: #00576E;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 2px;
}

.alert {
    color: #353632;
    padding: 10px;
    margin-bottom: 10px;
    width:100%
}
