/* FullCalendar v3.8.0 Custom */

.fc-toolbar button {
    text-transform: uppercase;
}

/* color change button */
.fc-toolbar button {
    background: #033003;
    color: #ffffff;
    border: 1px solid #033003;
    text-shadow: 0 0 !important;
    margin: 0 1px !important; 
}

.fc-toolbar button:hover {
    text-decoration: underline;
}

.fc-state-active {
background: #ffffff !important;
color: #033003 !important;
}


.fc-toolbar h2 {
    text-transform: uppercase;
}

.fc-month-button:before {
    content: "\f133";
    padding-right: 0.6em;
}

.fc-agendaWeek-button:before {
    content: "\f784";
    padding-right: 0.6em;
}

.fc-agendaDay-button:before {
    content: "\f783";
    padding-right: 0.6em;
}

.fc-listYear-button:before {
    content: "\f022";
    padding-right: 0.6em;
}


.fc-button:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}


@media (max-width: 60em) {
    .fc-toolbar .fc-right {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fc-toolbar .fc-left {
        margin: 0 8px;
    }
}