/* MA Schedule */

#ma-schedule .my-container {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

#ma-schedule .sticky-top {
  top: calc(124px + 1.2vw);
}

@media (min-width: 1400px) {
  #ma-schedule .sticky-top {
    top: 142px;
  }
}

#ma-schedule p {
  font-family: 'Roboto Condensed';
  text-align: center;
}

#ma-schedule .small, small {
  font-size: 15px;
  line-height: 1.3;
}

#ma-schedule .text-shadow-none {
  text-shadow: none;
}

#ma-schedule .text-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#ma-schedule .bg-day {
  background-color: #c7e3ff;
}

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

#ma-schedule .day-of-week {
  background-color: #303030;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

#ma-schedule .day-of-week p {
  color: #c3c3c3;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#ma-schedule .day-of-week .today {
  color: #fff;
  background-color: #434343;
}

#ma-schedule .border-rt {
  border-right: 1px solid rgba(255,255,255,0.25);
}

#ma-schedule .day-font {
  font-family: 'Roboto Condensed';
  color: #fff !important;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  line-height: 1.4;
}

.asterisk {
  color: #dbff00;
}

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

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

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

#ma-schedule .touch-icon {
  top: 2px;
}

/* Class wrappers */

.bg-30 {
  min-height: 54px;
}

.bg-45 {
  min-height: 75px;
}

.bg-60 {
  min-height: 100px;
}

.bg-90 {
  min-height: 135px;
}

.bg-120 {
  min-height: 135px;
}

@media (min-width: 992px) {
  .bg-45 {
    min-height: 67px;
  }
}

@media (min-width: 992px) {
  .bg-60 {
    min-height: 110px;
  }
}

@media (min-width: 992px) {
  .bg-90 {
    min-height: 166px;
  }
}

@media (min-width: 992px) {
  .bg-120 {
    min-height: 235px;
  }
}

@media (min-width: 992px) {
  .bg-offset {
    margin-top: -168px;
  }
}

/* MA Schedule Mobile */

#ma-schedule .mob-font p {
  font-family: 'Roboto Condensed';
  font-size: 17px;
  text-align: center;
}

#ma-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #c3c3c3;
  border-bottom: none;
}

#ma-tabs .nav-tabs {
  border-bottom: none;
}

#ma-tabs .nav-tabs .nav-link {
  margin-bottom: -1px;
  padding: 6px 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-bottom: none;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-weight: 700;
}

#ma-tabs .tab-content {
  background-color: #c3c3c3;
}

@media (max-width: 991.9px) {
  #ma-tabs .closed {
    min-height: 340px;
    font-size: 30px;
  }
}

@media (max-width: 991.9px) {
  #ma-tabs .text-closed {
    font-size: 20px;
  }
}

/* Schedule background colors */

#ma-schedule .bg-scrappling {
  background-color: #008c16;
}

#ma-schedule .bg-kids {
  background-color: #6f0064;
}

#ma-schedule .bg-private {
  background-color: #000096;
}

#ma-schedule .bg-little-des {
  background-color: #094eff;
}

#ma-schedule .bg-chingasos {
  background-color: #ff0000;
}

#ma-schedule .bg-acs {
  background-color: #282828;
}

#ma-schedule .bg-united {
  background-color: #005a77;
}

#ma-schedule .bg-open {
  background-color: #8b4513;
}

#ma-schedule .bg-toke {
  background-color: #004707;
}

