﻿
.header-image-box {
    position: relative;
    max-height: 230px;
    overflow: hidden;
}

.header-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    overflow: hidden;
}

.header-image-box .section-image {
    height: 230px;
}

.header-image-box {
    padding-top: 1em;
    padding-bottom: 2em;
}

    .header-image-box h1 { /* text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); */
        font-size: 42pt;
    }

    .header-image-box .page-top .nav-account-buttons a {
        background-color: rgba(231, 232, 233, 0.9);
        color: #4b4b4b;
    }

        .header-image-box .page-top .nav-account-buttons a:hover {
            background-color: #888;
            color: #fff;
        }

.page-Home .navbar.navbar-default.navbar-static-top,
.page-SectionHome .navbar.navbar-default.navbar-static-top
{
    padding-bottom: 4px;
}

@media (min-width: 1200px) {
}

@media (max-width: 992px) {
    .header-image-box, .header-image-box img {
        height: 150px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-image-box, .header-image-box img {
        height: 100px;
    }

        .header-image-box img {
            display: none;
        }
}

/* specials */
