﻿.hero-image {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    border: 1px solid #777;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
}

.layout-wrap {
    background: linear-gradient(to bottom, #eaeae8, #fafafa 25%, #fff 100%);
    padding-top: 10px;
}

.layout-wrap a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}

.hero-text {
    text-align: center;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.10);
}

.hero-text h1 {
    margin: 15px 0;
    color: #333333;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 27px;
}

.hero-text h3 {
    font-style: italic;
    margin: 15px 0;
    color: #4a4137;
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
}

hr.divider {
    border: none;
    width: 250px;
    height: 20px;
    border-bottom: 2px solid #6e5541;
    box-shadow: 0 10px 10px -10px rgba(51, 51, 51, 1);
    margin: -15px auto 20px;
}

hr.divider.full {
    width: 100%;
}

.main-col {
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    box-shadow: 5px 0px 5px -5px rgba(51, 51, 51, 0.5);
    padding: 0px;
    background-color: #fff;
}

.nav-col .sidebar-content {
    padding: 20px 15px;
    list-style: none;
    font-weight: 600;
}

#sidebar_nav a {
    color: #666;
    position: relative;
    text-decoration: none !important;
    padding-bottom: 15px
}

#sidebar_nav a.active {
    color: #333;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(43, 43, 43, 0.1)
}

#sidebar_nav a.active:after {
    content: "";
    position: absolute;
    border: 2px solid #6e5541;
    left: -15px;
    height: 17px;
    top: 3px;
}

@media (max-width: 990px) {
    .layout-wrap > .container {
        padding: 0px;
        border-top: 1px solid lightgray;
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
    }

    .hero-image {
        border: none;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        margin-bottom: 0px;
    }

    .content-section {
        padding: 10px 25px;
    }

    .main-col {
        border: none !important;
        box-shadow: none;
    }

    .nav-col {
        display: none;
    }
}

@media (max-width: 767px) {
    .layout-wrap {
        padding-top: 0px;
    }
}