@import url(https://eventidehound.neocities.org/page-template/template.css);

/* Header */

.disclaimer {
    font-size: 0.85em;
}

.warning {
    width: 75%;
    height: 75%;
    object-fit: cover;
    object-position: center;
}

.warning img {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 768px) {
    .warning {
        width: 100%;
    }
}

/* Grid */

@media all and (min-width: 993px) {
    .grid-item .row {
        height: 22em;
    }
}

.grid-description {
    background-color: white;

}

.btn:disabled,
.btn-primary {
    background-color: #ad603a !important;
    border-color: #ad603a !important
}

.warning img {
    width: 2em;
}