﻿@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem 1rem;
    }
}


.bg-light .jumbotron {
    background-color: #f8f9fa;
}

.container {
    max-width: 960px;
}

.lh-condensed {
    line-height: 1.25;
}