body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: rgba(16, 90, 6,0.5) !important; }
.bg-hero { background-color: rgb(255, 255, 255); }

/* FONT */
p { font-family: sans-serif; color: #333333; }
p1 { font-family: sans-serif; color: white; }
h2 { font-family: sans-serif; color: rgb(226, 148, 3); font-weight: bold; }
h3, h4 { font-family: sans-serif; color: rgb(16, 90, 6); font-weight: bold; }
h1, h5 { font-family: sans-serif; color: rgb(16, 90, 6,0.666); font-weight: bold; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom: 1.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:rgb(16, 90, 66,0.666) }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white;}
footer a:hover { color: white;  }


