html {
   font-size: 18px;
}

/* For logo image */
nav > div a:first-of-type .v-btn__content img {
    width: 100%;
    height: 100%;
}

/* Fixed footer */
footer.v-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
div.v-application--wrap {
  margin-bottom: 48px;
} 

/* Show full poster height */
.img.thumb img {
    aspect-ratio: auto !important;
    max-height: 100% !important;
}

/* Hide fallback poster */
img.thumb[src="/fallbackimage.png"] {
    display: none !important;
}
.event {
    min-height: auto !important;
}

/* Background color of cards */
.theme--dark.v-card {
    background-color: #2f2f2f !important;
}

/* Tag stylin */
.v-btn {
    text-transform: none !important;
}

/* For tag colors */
a.v-chip[href="/tag/arts-culture"],
.v-application a.primary--text[href="/collection/arts-culture"] {
    caret-color: rgb(0, 127, 117) !important;
    border-color: rgb(0, 127, 117) !important;
    color: rgb(0, 127, 117) !important;
}
a.v-chip[href="/tag/arts-culture"].theme--light,
.v-application a.primary--text[href="/collection/arts-culture"].theme--light {
    // color: #2f2f2f !important;
}
a.v-chip[href="/tag/palestine"],
.v-application a.primary--text[href="/collection/palestine"] {
    color: rgb(255, 0, 0) !important;
    caret-color: rgb(255, 0, 0) !important;
    border-color: rgb(255, 0, 0) !important;
}
a.v-chip[href="/tag/palestine"].theme--light,
.v-application a.primary--text[href="/collection/palestine"].theme--light {
    // color: #2f2f2f !important;
}
a.v-chip[href="/tag/meet-train-campaign"],
.v-application a.primary--text[href="/collection/meet-train-campaign"] {
    color: rgb(138, 93, 255) !important;
    caret-color: rgb(138, 93, 255) !important;
    border-color: rgb(138, 93, 255) !important;
}
a.v-chip[href="/tag/meet-train-campaign"].theme--light,
.v-application a.primary--text[href="/collection/meet-train-campaign"].theme--light {
    // color: #2f2f2f !important;
}
a.v-chip[href="/tag/mutual-aid"],
.v-application a.primary--text[href="/collection/mutual-aid"] {
    color: rgb(74, 161, 60) !important;
    caret-color: rgb(74, 161, 60) !important;
    border-color: rgb(74, 161, 60) !important;
}
a.v-chip[href="/tag/mutual-aid"].theme--light,
.v-application a.primary--text[href="/collection/mutual-aid"].theme--light {
    // color: #2f2f2f !important;
}
a.v-chip[href="/tag/protest"],
.v-application a.primary--text[href="/collection/protest"] {
    color: rgb(173, 49, 225) !important;
    caret-color: rgb(173, 49, 225) !important;
    border-color: rgb(173, 49, 225) !important;
}
a.v-chip[href="/tag/protest"].theme--light,
.v-application a.primary--text[href="/collection/protest"].theme--light {
    // color: #2f2f2f !important;
}
a.v-chip[href="/tag/vigil"],
.v-application a.primary--text[href="/collection/vigil"] {
    color: rgb(107, 163, 251) !important;
    caret-color: rgb(107, 163, 251) !important;
    border-color: rgb(107, 163, 251) !important;
}
a.v-chip[href="/tag/vigil"].theme--light,
.v-application a.primary--text[href="/collection/vigil"].theme--light {
    // color: #2f2f2f !important;
}