body.custom-background {
    background-image: url('https://bradleedeanblog.com/wp-content/uploads/2018/08/bradleedeanblog_bg_2018.jpg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

#header {
    background-image: url('https://bradleedeanblog.com/wp-content/uploads/2018/08/bradleedeanblog-2018.jpg');
}

div#top-menu {
    background-color: #812f33;
    color: #fff;
    height: 25px;
}

div#facebook-like {
    display: block;
    float: none;
    text-align: right;
    padding: 0px;
    margin-right: 5px;
    line-height: 20px !important;
}

div#facebook-like a {
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
}

#primary, #secondary {
    float: none;
    width: 230px;
    background: #eee;
}

#container {
    margin: 0px -248px 0 0;
}

div#main {
    padding: 20px 0 0 0;
}

#primary li.widget-container ul li {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 1px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

#primary li.widget-container ul {
    list-style: none;
    margin-left: 0;
    margin-top: 8px;
}

#main .widget-area ul {
    padding: 10px;
}

#primary li.widget-container ul li a {
    color: #812f33;
    text-decoration: none;
    transition: all 0.2s ease;
}

#primary li.widget-container ul li:hover {
    background: #812f33;
}

#primary li.widget-container ul li:hover a {
    color: #fff;
}

div#colophon {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 4px solid #272b3f;
}

div#footer {
    background-color: #323751;
    margin-bottom: 0;
}

#wrapper {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.6);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', sans-serif !important;
    font-weight: 700;
    font-size: 1rem;
}

body {
    font-family: 'Assistant', sans-serif !important;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr, #content p span {
    font-family: 'Assistant', sans-serif !important;
    font-size: 18px;
}

blockquote {
    padding: 0 0 0 15px;
    border-left: 5px solid #EEE;
}

a:hover {
    color: #812f33;
}

a {
    transition: all 0.2s ease;
}

.navigation a:active, .navigation a:hover {
    color: #812f33;
}
