/* Give block imgs more contrast */
.block-bg-img::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.sePage .sePageLayout .sePageMain .se-hp-hero::after {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.inverted-section {
    padding: 5em 0 !important;
    margin-bottom: -60px !important;
}
.inverted-section a.btn, .home-section a.btn {
    background: none !important;
    border: 2px solid #c95e32 !important;
    color: #fff;
    margin-top: 1em !important;
}
.inverted-section a.btn:hover, .home-section a.btn:hover {
    background: #c95e32 !important;
}
.simple-separator {
    border: none;
    height: 3px;
    width: 50px;
    background: #c95e32;
    margin: auto;
    margin-top: 1em;
    margin-bottom: -0.5em;
}
.price-block .price-header {
    background: #1b5491 !important;
}
/* Nav links hover bottom border */
.sePageLayout .seNavbar .navbar-nav>.active>a, .sePageLayout .seNavbar .navbar-nav>.active>a:focus, .sePageLayout .seNavbar .navbar-nav>.active>a:hover, .sePageLayout .seNavbar .navbar-nav>li>a:focus, .sePageLayout .seNavbar .navbar-nav>li>a:hover, .sePageLayout .seNavbar .navbar-nav>.open>a, .sePageLayout .seNavbar .navbar-nav>.open>a:hover, .sePageLayout .seNavbar .navbar-nav>.open>a:focus {
    border-bottom-color: #c95e32 !important;
    background-color: #1b5491;
}


/* Home Page top image */
.home-section {
    padding: 12em 0 !important;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.sefiles.net/merchant/6209/images/site/close_up_of_front.jpg") !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.sefiles.net/merchant/6209/images/site/close_up_of_front.jpg") !important; /* The least supported option. */
    background-size: cover !important;
}
.about-owner-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 3em;
}
.page-title-section {
    padding: 10em 0 !important;
    margin-top: -44px !important;
    position: relative;
}
.page-title-section div {
    z-index: 10;
}
.page-title-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.page-title-section h1 {
    font-size: 5em;
}
.about-owner-grid.mobile {
    display: none !important;
}
.about-owner-grid.desktop {
    display: grid !important;
}
@media only screen and (max-width: 992px) {
    .home-section {
        background: #1b5491 !important; 
        padding: 4em !important;
    }
    .page-title-section {
        margin-top: -20px !important;
    }
    .about-owner-grid {
        grid-template-columns: 1fr !important;
    }
    .about-owner-grid.desktop {
        display: none !important;
    }
    .about-owner-grid.mobile {
        display: grid !important;
    }
}