@media (max-width: 767px) {
    .front #banner.pb3 {
        padding-bottom: 0px;
    }
    .front .main-container.pt4 {
        padding-top: 0px;
    }
    .front .section-title {
        margin: 1em 0;
    }
    .front .section .nav-tabs {
        display: none;
    }

    .pt4 {
        padding-top: 20px;
    }
    .pb4 {
        padding-bottom: 20px;
    }
    .calendar-front {
        color: #666666;
        width: 300px;
        height: 300px;
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .front .lede__content {
        position: relative;
        margin: 0;
        padding: 1em;
        right: 0;
        font-family: sans-serif;
        width: 100%;
    }
    .front .lede .btn {
        margin-bottom: 0px !important;
    }
    .header-tagline h1 {
        color: white;
        font-size: 20px;
        margin-bottom: 1em !important;
    }
    .header-tagline .lead {
        font-size: 18px;
        font-family: sans-serif;
        margin-bottom: 1em !important;
    }
    .front .lede {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }
}
