/* =========================================
   FORCE SMALLER HEADER IMAGE
   ========================================= */

/* Reduce header height */

#header {
    max-height: 280px !important;
    overflow: hidden !important;
}

/* Reduce banner image height */

#header img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Hero banner */

#hero-banner {
    max-height: 280px !important;
    overflow: hidden !important;
}

/* Top menu */

.navbar,
#main-nav {
    background: #0B1F3A !important;
}

/* Menu links */

.navbar a,
#main-nav a {
    color: white !important;
    font-weight: 600 !important;
}

/* Hover */

.navbar a:hover,
#main-nav a:hover {
    color: #C8A96B !important;
}

/* Titles */

h1, h2, h3 {
    color: #0B1F3A !important;
    font-family: Georgia, serif !important;
}

/* Page content */

#page {
    padding: 20px !important;
}