.privacy-policy-summary {
    padding-top: 100px;
    background-color: whitesmoke;
}

@media (min-width: 768px) {
    .nav a{
        color: white !important;
    }
    .navbar-default {
        background-color:rgba(0,0,0, 1) !important;
    }
}