body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
  font-size: 0.7em;
}

.crispy_override > .mb-3
{
  margin-bottom: 0rem !important;
}

.small-font{
  font-size: 0.7em;
}

img.contained {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img.rounded-corners {
    border-radius: 5px;
}

.calendar, .calendar-locked, .calendar-ordered, .calendar-available {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 0 5px 5px 5px;
    border: 1px solid rgba(50, 50, 50, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 5vw;
    color: rgba(50, 50, 50, 0.6);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0.05em 0.1em;
}

.calendar-locked, .calendar-ordered, .calendar-available
{
    background-image: url("/static/img/bake_day.114f2e90fa6b.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: rgba(255, 255, 255, 0.6);
}

.calendar-locked:hover, .calendar-ordered:hover, .calendar-available:hover
{
    color: rgba(255, 255, 255, 0.8);
    border: 0.1vw;
    filter: brightness(110%);
}

.calendar-locked {
    border: 0.3vw solid rgba(255, 0, 0, 0.8);
    filter: grayscale(60%);
}

.calendar-ordered {
    border: 0.2vw solid rgba(120, 150, 255, 0.7);
}

.calendar-available {
    border: 0.2vw solid rgba(50, 200, 50, 0.7);
}

.calendar-today {
    box-shadow: 0px 0px 0.1vw 0.6vw rgba(100, 180, 255, 1) ;
}

