body {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    background-color: #eee !important;
    font-weight: 300 !important;
    line-height: 1.5em;
    padding-top: 55px;
}

h1 {
    font-size: 3.3125rem !important;
    line-height: 1.15em !important;
}

h2 {
    font-size: 2.25rem !important;
}

h3 {
    font-size: 1.5625rem !important;
    line-height: 1.4em !important;
}

h4 {
    font-size: 1.15rem !important;
    line-height: 1.4em !important;
}

h5 {
    font-size: 1.0625rem !important;
    font-weight: 300 !important;
}

.navbar {
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.navbar.bg-dark {
    background-color: #e53935 !important;
}

.footer .logo {
    height: 20px;
}

.banner {
    height: 590px;
    position: relative;
    background-size: cover;
    padding-top: 14rem;
    padding-bottom: 14rem;
}

.headline {
    border-top: 1px solid #d3d3d3;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.headline h1 {
    font-size: 3rem !important;
    font-weight: 700;
}

.practice-times {
    padding-bottom: 4rem;
}

.practice-times h3 {
    font-weight: 700;
}

.practice-times p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.index-news {
    border-top: 1px solid #d3d3d3;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.index-news img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.50);
    transition: all .3s ease-in-out;
    max-width: 80%;
}

.index-news img:hover {
    transform: scale(1.05);
}

.index-news .container:not(:last-child) {
    padding-bottom: 2rem;
}

.new-posts {
    border-top: 1px solid #d3d3d3;
    padding-top: 4rem;
}

.page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer {
    border-top: 1px solid #e7e7e7;
    padding: 1rem 0;
    text-align: center;
    display: flex;
}

.footer a {
    color: inherit;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.footer .copyright {
    font-size: 90%;
}

.announcement-banner p {
    margin-bottom: 0;
}

.card-post {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    margin-bottom: 2rem;
}

.card-post a {
    color: #212529 !important;
}

.card-post a:hover {
    text-decoration: none;
}

.card-clickable:hover {
    box-shadow: 0 0 0 2px #94d7ff; /* #3477E5, #34E57F, #33BAE5 */
    border-color: #94d7ff; /* #3477E5, #34E57F, #33BAE5 */
}

.card-post.card-clickable .card-img-top,
.card-post.card-unclickable .card-img-top {
    max-height: 300px;
    min-height: 150px;
    object-fit: cover;
}

.card-post .card-img-top {
    /* IE needs this to scale the images properly */
    height: 100%;
}

.card-post .card-footer {
    background-color: #fff !important;
    border-top: 1px solid #eee;
    margin: 0 15px 10px;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.card-post .card-footer .pub-date,
.card-post .card-footer .stats {
    color: #999;
    font-size: 0.75rem;
}

.card-post .card-footer .pub-date {
    float: left;
}

.card-post .card-footer .stats {
    float: right;
}

.card-post.single .card-footer .pub-date {
    font-size: inherit;
}

.page-item.active .page-link {
    background-color: #e53935 !important;
    border-color: #e53935 !important;
}

.page-item a.page-link {
    color: #212529 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e53935 !important;
}

.card-post .event-note {
    cursor: unset;
}

.card-post .img-transparent {
    opacity: 0.5;
}

.card-post .card-body.card-transparent {
    opacity: 0.5;
}

.card-post .event-note:after {
    content: attr(title);
    float: right;
    margin-top: -4.5em;
    margin-right: .5em;
    color: #c00;
    font-weight: bold;
    font-size: 1.15rem;
    transform: rotate(-35deg);
    text-transform: uppercase;
    /* stamp look */
    border: solid 4px;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.9;
}

.card-post .event-stats {
    color: #999;
    font-size: 85%;
}

.person-image {
    box-shadow: 0 5px 5px 0 #adb5bd;
    border-radius: 4px;
    /* Don't let IE break the whole page layout because it cannot align the image properly */
    max-height: 200px;
}

.person-role {
    color: #999;
}

.paragraph {
    padding-bottom: 1rem;
}

.wandervoegel .wv-posts {
    padding-top: 4rem;
}

@media (max-width: 991px) {
    .banner {
        height: 350px;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .headline {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .headline h1 {
        font-size: 2rem !important;
    }

    .practice-times h3 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .gallery-img a {
        position:relative;
        overflow:hidden;
        padding-bottom:100%;
    }

    .gallery-img img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}
