:root{
  --textcolor:black;
}
.bg-orange { background-color:#FE8C10 ; }
.bg-violet { background-color:purple; color:white!important; }
.bg-maroon { background-color:#6E1A20 ; }
body
{
  font-family:QuickSand;
  color:var(--textcolor);
  font-size:24px;
  line-height:36px;
}
h1,h2,h3
{
  display:inline-block;
  margin:0!important;
  padding:0!important;
}
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 { background-color:purple; color:white; }
.dropdown-menu-custom .dropdown-item { color:white!important; }
.dropdown-menu-custom .dropdown-item:hover { background-color:white; color:black!important; }
.dropdown-menu-custom .dropdown-item.active { background-color:white; color:black!important; }
.dropdown-menu-custom .dropdown-item.active a { color:white; }

.bg-dark
{
  color:white;
}
.bg-clear
{
  background-color:#FAF0E6;
  color:black;
}
.bg-paleblue
{
  background-color:#91E8FB;
  color:black;
}
.bg-lavender
{
  background-color:#C8B1F7;
  color:black;
}
.bg-slateblue
{
  background-color:#6E6BC2;
  color:white;
}
.bg-skyblue
{
  background-color:#3E7AB9;
  color:white;
}
.bg-darkblue
{
  background-color:#122B4A;
  color:white;
}
