/* Blue theme styles */
/* Variables */
/* footer */
/* helpers */
/* Badges */
/* colors */
body {
  background-color: #ebeced;
  font-family: 'Abel', sans-serif;
  color: #000000; }

#wrapper {
  background-image: url("../../../static/images/theme/school-lockers/lockers_school_bgskin1.png"); }

.main-content {
  background-color: rgba(206, 203, 87, 0.8); }

.header-cover {
  background-image: url("../../../static/images/theme/school-lockers/lockers_school_headerskin1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; }

.header-bar h1 {
  color: #bfbfbf;
  font-family: 'Caveat Brush', cursive; }

.card-title {
  color: #000000;
  font-family: 'Lobster', cursive; }

.badge, .badge-bottom {
  background: #ffffff;
  color: #0c5b24; }

.icon {
  border: 1px solid #000000;
  color: #000000; }

footer {
  font-size: 0.9rem; }
  footer .footer-bar {
    background-color: #002d10;
    color: #eeeeee; }
  footer .footer-block {
    background-color: #338a84;
    border-top: 1px solid #ccc3be;
    border-bottom: 1px solid #ccc3be; }
  footer .footer-bottom {
    background-color: #d2e5e3; }

.footer-block a {
  color: #0f1340; }

.footer-block a:hover {
  color: #0f1340; }

.footer-bottom a {
  color: #6D6E71; }

.footer-bottom a:hover {
  color: #6D6E71; }
