.navbar-brand {
    font-family: "Playfair Display", serif;
}

.nav-link:hover {
    color: teal;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

footer p {
    color: rgba(255, 255, 255, 0.55);
}

h1, h2, h3 {
    font-family: "Playfair Display", serif;
}

h2 {
    color: teal;
}

mark {
    background-color: rgb(0, 128, 128, 0.3);
    color: darkslategray;
}

.card-title {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: teal;
}

.category {
    height: 150px;
    background: #212529;
    color: white;
    transition: transform 0.3s ease;
}

.category:hover {
    transform: scale(1.02);
}

.btn-primary {
    background-color: teal;
    border-color: teal;
    color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: darkslategray;
    border-color: teal;
    color: white;
}

.btn-link {
    color: teal;
}

.btn-link:hover {
    color: darkslategray;
}

.hero {
    height: 100vh;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
}

iframe{
    width: 100%;
    height: 250px;
}

#thanks-card {
    display: none;
}

#clear-filter {
    color: crimson;
}