:root{
  --textcolor:black;
}
.bg-orange { background-color:#FE8C10 ; }
.bg-violet { background-color:#EF9EFD ; }
.bg-maroon { background-color:#6E1A20 ; }
body
{
  font-family:QuickSand;
  color:var(--textcolor);
}
p
{
  margin-top:20px;
  margin-bottom:20px;
}
figcaption
{
  font-style:italic;
}
.btnminsize
{
  min-width:140px;
  margin:2px;
}
.pastille
{
  position:absolute;
  top:-6px;
  right:-6px;
  height:24px;
  width:24px;
  background-color:crimson;
  color:white;
  border-radius:50%;
  font-size:12px;
  line-height:24px;
}
.cover
{
  height:640px;
}
input.double,.double
{
  -ms-transform:scale(1.7);
  -moz-transform:scale(1.7);
  -webkit-transform:scale(1.7);
  -o-transform:scale(1.7);
}

.dropdown-menu-custom .dropdown-item:hover
{
  background-color: firebrick;
  color: #212529;
}

.dropdown-menu-custom .dropdown-item.active
{
  background-color: indianred;
}

.dropdown-menu-custom .dropdown-item.active a
{
  color: white;
}