﻿.jumbotron {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #ffffff; /* Used if the image is unavailable */
    min-height: calc(100vh - 70px); /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    color: #fff;
}

    .jumbotron div:first-child {
        padding: 30px 50px;
    }

.jumbotron {
    background-image: url("../images/20240802_161132.jpg"); /* The image used */
}

.jumbotron {
    color: #ffffff;
}

h1 {
    font-size: 3rem;
}

.jumbotron h2 {
    font-size: 2.5rem;
}