/* Custom CSS for Praxis NP Legal Consulting */

/* Navigation Bar */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link {
    font-size: 1.1rem;
}

/* Footer */
footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 1rem 0;
}

footer p {
    margin: 0;
}

/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Georgia', serif;
}

.container {
    max-width: 960px;
}

/* Add more custom styles as needed */