/******************* Bootstrap adjustment **********************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .5rem;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

h2 {
    font-size: 1.7rem;
    margin-top: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}

a {
    color: #337ab7;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.page-link {
    color: #337ab7;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
}

.card-footer {
    background-color: white;
    border-top: none;
    padding-top: 0;
}

/* Fixes dropdown menus placed on the right side */

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}


/******************* Master **********************/

.banner-photo {
    height: 40vh;
    width: 100%;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border: none !important;
    padding: 0px !important;
}

.pre {
    white-space: pre-line;
}

.link-button {
    background-color: #f4d495;
    border-color: #f4d495;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
}

    .link-button:hover {
        background-color: #E0A800;
        border-color: #E0A800;
        color: white;
        text-decoration: none;
    }

.banner {
    width: 100%;
}

/******************* Navigation **********************/

.navbar-brand {
    padding: 0;
}

.navbar-dark .navbar-brand {
    color: #f4d495;
    font-family: "Roboto Slab", serif;
    font-size: 22px;
}

.nav-item {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #eeeeee;
    text-decoration: none;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #f4d495;
        text-decoration: none;
    }

.menu-icon-before {
    margin-right: 12px;
}

.menu-icon-after {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.menu-image {
    height: 16px;
    margin-left: 10px;
    opacity: 0.8;
    width: auto;
}


/******************* Footer **********************/

footer {
    margin-top: 150px;
    white-space: nowrap;
}

    footer .header {
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        font-weight: 700;
        height: 20px;
        margin-bottom: 24px;
    }

    footer a {
        color: #f9b122;
        margin-right: 10px;
    }

    footer i {
        border-radius: 3px;
        color: #f9b122;
    }




/******************* Home **********************/

.navbar-nav .nav-link i {
    margin-right: 7px;
}

.brand-short {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .brand-short {
        display: block;
    }

    .brand-long {
        display: none;
    }
}

.tales {
    width: 100%;
}

.carousel-inner {
    max-height: 1080px;
    max-width: 100%;
}


/******************* Teasers **********************/

.teasers {
    margin-bottom: 1rem;
}

    .teasers .card-body {
        margin-bottom: 1rem;
        max-height: 440px;
        overflow: auto;
    }

    /*.teasers img {
        margin: 1rem 1rem 0 1rem;
        width: calc(100% - 2rem)
    }*/

    .teasers .advertisements ul {
        padding-inline-start: 13px;
    }


/******************* CalendarItem **********************/

.calendar-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 0 2rem 0;
    min-height: 200px;
    padding: 2rem;
}

    .calendar-item .date.sunday-header {
        color: maroon;
    }

    .calendar-item .schedule-list {
        padding-top: 1rem;
    }

        .calendar-item .schedule-list th {
            font-weight: 600;
            min-width: 80px;
            vertical-align: top;
        }

    .calendar-item .responsibility-list {
        padding-top: 1rem;
    }

        .calendar-item .responsibility-list td {
            min-width: 190px;
            padding-right: 1rem;
            vertical-align: top;
        }

        .calendar-item .responsibility-list .responsibility-name {
            font-weight: 600;
            min-width: 190px;
        }

        .calendar-item .responsibility-list .sub-header {
            font-style: italic;
        }

    .calendar-item .sunday-image {
        height: auto;
        margin-top: 3rem;
        opacity: 0.9;
        overflow: hidden;
        width: 100%;
    }

    .calendar-item .tags {
        margin-top: 2rem;
    }

    .calendar-item .tag {
        background-color: #ccc;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        margin-right: 7px;
        padding: 1px 8px 4px 8px;
    }

@media (max-width: 600px) {
    .calendar-item {
        padding: 2rem 0;
    }

        .calendar-item .responsibility-list th {
            min-width: 160px;
            padding-right: 1rem;
        }
}
