/* backgrounds */
.bgheader { background: url(images/bgheader.jpg) no-repeat center center; background-size: cover; min-height: 500px; }
.bgveg { background: url(images/bgveg.jpg) #dee7f6 no-repeat top left; background-size: cover; }
.bgfield { background: url(images/bgfield.jpg) no-repeat center center; background-size: cover; min-height: 500px; display: flex; align-items: center;  justify-content: center;  text-align: center; }
.bgfooter { background: url(images/bgfooter.jpg) no-repeat center center; background-size: cover; padding: 400px 0 40px 0; }

.bglightblue { background: #e5ecf2; }
.bgfield h2 { color: #fff; font-size: 3rem; }
.bgred { background:#8a2824; color: #fff; padding: 5px 20px; margin: 20px 0; font-size: 1.3rem; font-weight: b; }
body { font-family: 'Poppins', sans-serif; padding-top: 47px; }
h1 { color: #fff; font-family: 'Libre Baskerville', serif; font-size: 3rem; }
h2 { color: #8a2824; font-weight: bold; }
h3 { color: #8a2824; }
h4 { color: #fff; font-weight: bold; font-size: 1.2rem }
h5 { color: #8a2824; }
h6 { color: #8a2824; }
.btn-primary { background: #8a2824; color: #fff; border: 0; border-radius: 0; }
.btn-primary:hover { background: #21335a; color: #fff; }
.bgnavy { background: #21335a; }
.bgnavy p, .bgnavy h2, .bgnavy li { color: #fff; }

.nav a { color: #8a2824; font-weight: bold; }
.nav a:hover { color: #8a2824; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link { border-bottom: 3px solid #8a2824; color: #8a2824; border-radius: 0; background: none; }
li { margin-bottom: 10px; }

.nav-item { margin-bottom: 0 !important }
footer ul { margin: 0; padding: 0; }
footer li { list-style: none; color: #fff; }
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
.bgnavy.p-5 { padding: 75px !important; }