/* 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;
}

/* For tag colors */
a.v-chip[href="/tag/Arts%20%2F%20Culture"],
.v-application a.primary--text[href="/collection/Arts%20%2F%20Culture"] {
    color: rgb(222, 191, 0) !important;
    caret-color: rgb(222, 191, 0) !important;
    border-color: rgb(222, 191, 0) !important;
}
a.v-chip[href="/tag/Fundraiser%20%2F%20Drive"],
.v-application a.primary--text[href="/collection/Fundraiser%20%2F%20Drive"] {
    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/Meet%20%2F%20Train%20%2F%20Campaign"],
.v-application a.primary--text[href="/collection/Meet%20%2F%20Train%20%2F%20Campaign"] {
    color: rgb(2, 66, 242) !important;
    caret-color: rgb(2, 66, 242) !important;
    border-color: rgb(2, 66, 242) !important;
}
a.v-chip[href="/tag/Mutual%20Aid"],
.v-application a.primary--text[href="/collection/Mutual%20Aid"] {
    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/Online%20%2F%20Remote"],
.v-application a.primary--text[href="/collection/Online%20%2F%20Remote"] {
    color: rgb(0, 127, 117) !important;
    caret-color: rgb(0, 127, 117) !important;
    border-color: rgb(0, 127, 117) !important;
}
a.v-chip[href="/tag/Protest%20%2F%20Rally%20%2F%20March"],
.v-application a.primary--text[href="/collection/Protest%20%2F%20Rally%20%2F%20March"] {
    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/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;
}