/* Newcastle Under Lyme Style */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,700");

nav.navbar {
    background-color: #223a76;
}
.text-primary {
    color: #ffffff !important;
}
.bg-dark {
    background-color: #223a76 !important;
}

/* Why does this not work? */
body, html, p,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder {
    font-family: "Lato", sans-serif !important;
}


.btn-primary:hover {
    background-color: #223a76;
}

.btn-primary {
    background-color: #32872d;
    border-radius: 1.5rem;
    cursor: pointer;
    margin: 0 0 .75rem;
    padding: 0.5rem 1rem; /* smaller height & width */
    font-size: 0.875rem; /* optional: shrink text */
}
/* Are these unused now? */

.side-navbar {
    background: #ff6a00;
}
.side-navbar li a:focus, .side-navbar li a:hover, .side-navbar li a[aria-expanded="true"] {
    background: #f87b7b;
}
