html {
    scroll-padding-top: 65px
}

.container .row:first-child {
    margin-top: 0px;
}

.content p {
    line-height: 200%
}

.wide-header {
    background: url(/images/stock-photo-landlord-keys-contract-small.jpg), linear-gradient(#00afff, #0579AF);
    background-position: center 25%;
    background-size: cover;
}

.wide-header h2 {
    text-shadow: 1px 1px 1px #00000099 !important;
    font-size: 1.5em;
    font-weight: 200 !important;
    padding-bottom: 1rem;
}

.wide-header .main-text {
    margin-top: 0;
}

.content h5 {
    padding-top: 1.5rem;
}

#sidebar-menu, #sidebar-continue-reading {
    background-color: #ffe1753b;
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid #ffe1754d;
}

#sidebar-parent .jumpto {
    margin: 0rem 1rem .5rem;
    border-bottom: 1px solid #00000021
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.nav .nav-link {
    font-weight: 300;
}

.highlight {
    font-weight: bold!important;
    color: #007bff;
    background-color: #eb902870;
    border-radius: 10px;
}

.published, .tags {
    border-top: 1px solid #00000021; 
    padding-top: 1rem
}

.tag {
    border-radius: 10px;
    background-color:  #CCC;
    color: #333;
    padding: .15rem .5rem;
    display: inline-block;
    margin-right: 10px;
    margin: 5px 5px 0 0;
    font-weight: 400;
    font-size: .9rem;
}

.article-image img {
    border: 1px solid #00000014;
    box-shadow: 0 8px 24px #00000012;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.article-image figcaption {
    line-height: 1.5;
}

.article-image-placeholder-box {
    border: 1px dashed #8ba6bc;
    border-radius: 6px;
    background-color: #f7fbff;
    padding: 1.25rem;
}

.article-image-placeholder p {
    line-height: 1.6;
}

.article-image-placeholder-label {
    display: inline-block;
    color: #0579AF;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.article-image-credit {
    display: block;
    margin-top: .25rem;
}
