/* Navbar links */


.navbar-nav .nav-link {
    color: #1a1a1a; /* dark grey */
    font-weight: 500;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #1a89b8; /* community blue accent on hover */
}

/* Dropdown menu */
.dropdown-menu {
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

/* Footer */
footer {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Body */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #c73a8d;
}

.addblue{
    background-color: #1a89b875;
}

body {
    background-color: #e8e9eb77;
}

/* Mobile-first: full width by default */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* 768px+ (md) and above: 70% width */
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 70%;
    }
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table th {
    background-color: #1a89b8;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
