body {
    padding-top: 56px;
    background: #29578C;
    font-family: 'Roboto', sans-serif;
}


/* misc */

.primary-date {
    font-weight: bold;
    color: #900;
}


/* navbar */

.navbar-custom {
    background-color: #8c2929;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}

.navbar-custom .navbar-toggler {
    color: #ffffff;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-custom .nav-item:hover .nav-link {
    background: #c15959;
}

.navbar-custom .nav-item.active .nav-link {
    background: #ffffff;
    color: #c15959;
}

.navbar-toggler-custom.navbar-toggler {
    border-color: #ffffff;
}

.navbar-toggler-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* jumbotron */

.jumbotron-custom {
    margin-bottom: 0;
}

.jumbotron-custom img {
    width: auto;
}


/* main */

main[role="main"] {
    overflow: hidden;
    margin: 0 !important;
    /* padding: 0 !important; */
    padding-top: 32px;
    background: #eee;
}

main[role="main"]>div.container {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 1);
    box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 1);
}

main h1,
main h2,
main h3 {
    font-family: 'Roboto Slab', serif;
}

main h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px solid #dddddd;
}

main p {
    line-height: 150%;
    text-align: justify;
}

main .btn {
    font-family: 'Roboto Slab', serif;
}

main a {
    color: #224b78;
}


/* footer */

.footer-custom {
    z-index: 9999;
    color: #ffffff;
    border-top: 8px solid #224b78;
}

.footer-custom a {
    color: #ffffff;
}

.footer-custom a.contact {
    font-size: 125%;
    text-decoration: underline;
}

.footer-custom .paid-for {
    display: inline-block;
    border: 1px solid #ffffff;
    font-style: normal;
    font-size: 80%;
}

.footer ul {
    font-family: 'Roboto Slab', serif;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .jumbotron-custom {
        height: 250px;
        background-image: url("img/CharlesBumgardnerJumbotron.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 8px solid #ddd;
    }
    .jumbotron-custom img {
        display: block;
        margin-top: 15px;
        width: 250px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .jumbotron-custom {
        height: 250px;
    }
    .jumbotron-custom img {
        display: block;
        margin-top: 15px;
        width: 250px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .jumbotron-custom {
        height: 290px;
    }
    .jumbotron-custom img {
        display: block;
        margin-top: 15px;
        width: 350px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .jumbotron-custom {
        height: 325px;
    }
    .jumbotron-custom img {
        display: block;
        margin-top: 15px;
        width: 450px;
    }
}