.jumbotron {
    position: relative;
    background-color: transparent;
    /* background-color: lightcoral; */
    background-size: cover;
    margin-top: 5rem;
    margin-bottom: 2rem;
    z-index: 10;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron h1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 2rem;
    height: 100%;
}
.main {
    margin-bottom: 5rem;
}
.footer {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: absolute;
    bottom: 0;
}

.content {
    display: flex;
    flex-direction: column;
}
