@charset "utf-8";
/* CSS customstylepdl1 */
.text-shadow {
  text-shadow: 1px 1px 4px #000000;
}
.blue-bg {
  background-color: #0080ff;
  color: #ffffff;
  
}
.blue-bg a:hover {
    text-decoration:underline;
    color:#Fff000;
}

.btn-primary {background-color:#0080ff}
.blue-text {
  color: #0080ff;
}
.green-bg {
  background-color: #04AA6D;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.yellow-bg {
  background-color: #ffff00;
  color: #555555;
}
.orange-lt {
  background-color: #ff8000;
  text-shadow: 1px 1px 4px #000000;
}
.orange-dk {
  background-color: #ffbf00;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.card-body {
  background-color: #ffffff;
}
.amethyst {
  background-color: #926aa6;
  color: #ffffff;
  text-shadow: 1px 1px 4px #000000;
}
.olive {
    background-color: #6c796e;
}


.lead {color: #d85c27;}