/*!
 * Start Bootstrap - Business Casual Bootstrap Theme
 */

.clock-hero {
    width: 100%;
    text-align: center;
    padding: 60px 0 40px 0;
}

.clock-hero img {
    width: 300px;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: rgba(255,255,255,0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        color: #fff;
    }

    .address-bar {
        display: inherit;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
        min-height: 0;
    }

    .navbar-default {
        background: rgba(255,255,255,0.9);
        border: none;
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav {
        display: table;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

/* -------------------------------------------------- */
/* NEW RULES — HEADER + IMAGE SIZING FIXES            */
/* -------------------------------------------------- */

.header-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-image {
    max-width: 650px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px;
    border-radius: 6px;
}
.header-image {
    max-width: 1100px;   /* adjust: 900–1200px depending on taste */
    margin: 0 auto;      /* centers the header */
    border-radius: 8px;  /* optional: gives it a premium framed look */
    overflow: hidden;    /* keeps the rounded corners clean */
}
.section-image {
    margin-bottom: 25px;   /* space BELOW the picture */
    margin-top: 10px;      /* optional: space ABOVE the picture */
}

