/*
 * Custom CSS
 */
@charset "utf-8";

:root {
  --bs-body-bg: #FDDDD2;
  --bs-body-color: #403F3F;
  --bs-link-color: #403F3F;
}
.bbc_links{
  font-family:'monospace' !important;
  font-size:x-large !important;
  color: #ff6045 !important;
}
.bbc_title{
  font-family:'monospace' !important;
  color:#ffae9e !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #F08EB7 !important;
    border-color: #F08EB7 !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #ffafa1!important;
    border-color: #ffafa1 !important;
}
.navbar ul li a:hover{
  color:#ff6045 !important;
  background-color: #FDDDD2 !important;
}
.navbar ul li a:visited{
  color:#ff6045 !important;
}
.bg-theme{
  background-color:#fff6f4 !important;
}
.lead{
  font-family: 'monospace' !important;
  color: #979494 !important;
}
.navbar{
  background-color:#fff4f0 !important;
}
.round-border{
  border-radius: 9% !important;
}
.divider{
  width: 100%;
  height: 3rem;
  background-color: #fff4f0;
  border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
