html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* Calendar Grid */
.calendar-content {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.calendar-content .day-of-week {
    flex: 1 1 0;
    min-width: 0;
    min-height: 6.125rem;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: .25rem;
    box-sizing: border-box;
}

/* Color classes */
.primary {
    color: #fff !important;
    background-color: #00BCD4 !important; /*cyan 500*/
}

.primary-light {
    color: #212121 !important;
    background-color: #B2EBF2 !important; /*cyan 100*/
}

.primary-dark {
    color: #fff !important;
    background-color: #0097A7 !important; /*cyan 700*/
}

.accent-dark {
    color: #fff !important;
    background-color: #C2185B !important; /*pink 700*/
}

.accent-light {
    background-color: #ffff72;
}

.secondary {
    background-color: #f5f5f5;
}

.accent {
    background-color: #f5f5f5;
}
.more-grid a span {
    text-align: center;
}