/* Font Awesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css");

body {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/splash.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

p, h3 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
}

.background-container {
    background-color: var(--bs-body-bg);
}

.background-container p, .background-container h3 {
    text-shadow: none !important;
}

.btn {
    text-shadow: none !important;
}

.splide__slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: var(--bs-body-bg) !important;
    border-radius: 0 !important;
}

/*.splide__list {*/
/*    padding-left: 20px !important;*/
/*    padding-right: 20px !important;*/
/*}*/

.splide__slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}
