body {
    font-family: Georgia;
}

main {
    margin-top: 4.5rem;
}

.container {
    max-width: 960px;
}

/* Main styles */
.jumbotron {
    background-image: url('./images/inside.jpg');
    background-color: #dadada;
    background-blend-mode: overlay;
    background-position-y: bottom;
    background-size: cover;
    height: 100vh;
    margin-top: -4.5rem;
}

.jumbotron img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jumbotron > .col-md-6 > .mt-4 {
    font-size: smaller;
}

.event-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-gallery {
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.img-donate {
    height: 400px;
}

.img-index {
    height: 30rem;
}

@media screen and (max-width: 740px) {
    .event-image {
        height: 15rem;
    }

    .img-index {
        height: 20rem;
    }
}

@media screen and (min-width: 992px) {
    .jumbotron {
        background-position-y: -300px;
        background-size: cover;   
    }

    .jumbotron > .col-md-6 > .mt-4 {
        font-size: initial;
    }
}

.card-img-top {
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

hr {
    border-color: var(--bs-dark);
}

p > img {
    width: 100%;
    height: auto;
}

.card-title > a {
    text-decoration: none;
}