/* schedule mobile */

#ma-schedule-mob h4 {
  font-size: 22px;
  background-color: #343434;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
}

@media (min-width: 576px) {
  #ma-schedule-mob .border-col-rt {
    border-right: 3px solid #fff;
  }
}

#ma-schedule-mob .cal-bg {
  background-color: #c3c3c3;
}

/* ma schedule */

#ma-schedule .am-pm-label {
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

#ma-schedule .bg-day-cal {
  background-color: rgb(198,224,251);
}

#ma-schedule .bg-eve-cal {
  background-color: #c3c3c3;
}

#ma-schedule h5 {
  font-weight: 700;
}

#ma-schedule .border-rt {
  border-right: 1px solid rgb(71,88,87);
}

#ma-schedule .sticky-top {
  top: 61px;
}

#ma-schedule .day-bg {
  background-color: #343434;
  top: 228px;
  color: #fff;
  z-index: 99;
}

#ma-schedule .day-font {
  text-align: center;
  text-shadow: .5px .5px 1px rgba(0,0,0,0.5);
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 992px) {
  #ma-schedule .day-font {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #ma-schedule .day-font {
    font-size: 16px;
  }
}

/* Class Schedule Colors */

.kids-kempo-bg {
  background-color: #0078dc;
}

.youth-jujutsu-bg {
  background-color: black;
}

.youth-kempo-bg {
  background-color: #0046aa;
}

.youth-jujutsu-bg {
  background-color: #0077ba;
}

.adult-aikido-bg {
  background-color: #780000;
}

.adult-kempo-bg {
  background-color: #ff0000;
}

.private-lesson-bg {
  background-color: rgb(0,75,95);
}

.samurai-sword-bg {
  background-color: #410000;
}

.samurai-sword-youth-bg {
  background: rgb(160,90,80);
}

