/* Global Jumbotron
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container_jumbotron {
    padding-left: initial;
}

/* Jumbrotrons Title. Essentially an H3 Header with no margins.  */
.header_jumbotron {
    font-size: 1.728rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.button_jumbotron {
    background-color: #4C9BE8;
    color: white;
    border: none;
    padding: 2.5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 12px;
    border-radius: 6px;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
}
