body { padding-top: 60px; position: relative;}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #93db97 !important; }
.bg-hero { background-color: #002f15; }
.bg-normal {background-color:#ffffff}
.fontset {font-family: 'Calibri','Gill Sans', 'Gill Sans MT', 'Trebuchet MS'; font-size:1.1rem;}
.body-dark {color:#ffffff;}

#navbarSupportedContent {
    font-size: 1.2rem;
    text-decoration-color: #002f15;
  }
  .navbar-brand {
    font-size: 1.3rem;
    text-decoration-color: #002f15;
    font-weight: 600;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: rgb(201, 160, 241) !important;
  color: black !important;
}

  
/* 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:.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:#d9b3ef }
.bd-callout-warning { border-left-color:#fbdd5a }
.bd-callout-danger { border-left-color:#62177d }

/* footer */
footer a { color: #ffffff; font-weight: normal; text-decoration: none; }
footer a:hover { color: #ffffff; text-decoration: underline; }
