html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a.fc-list-day-text {
    text-decoration: none;
    color: #2b2567;
}

a.fc-list-day-side-text {
    text-decoration: none;
    color: #2b2567;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #FBB03C;
}

    .fc .fc-button-primary:not(:disabled).fc-button-active:hover {
        background-color: #FBB03C;
    }

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #FBB03C;
}