/* Style for focused elements in blog*/
.focus {
    margin: 0 30px;
    padding: 5px 25px;
    background-color: #b58c82;
    border: 1px solid #531a0d;
    border-radius: 10px;
}
@media all and (max-width: 768px) {
    .focus {
        margin: 0 9px;
        padding: 5px 15px;
        background-color: #b58c82;
        border: 1px solid #531a0d;
        border-radius: 10px;
    }
}
/* Begin Additional CSS Styles */
.jmx-logo-name, .jmx-logo-text {text-shadow: 2px 2px 5px #333333;}
.jmx-blockheader .t, .jmx-vmenublockheader .t {white-space: nowrap;}
/* End Additional CSS Styles */