/*
.section.bg-dark{
    background-color: #360013;
}

.textwidget strong{
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background-color: #50001c;
    color: #fff;
    border-radius: 4px;
}

.textwidget strike {
    text-decoration: line-through;
    color: #cccccc;
}

.footer-inner .textwidget strong{
    display: inline-block;
    color: #ffffff;
    font-size: 110%;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
}

.widget {
    border-color: #360013;
}

::selection{
    background-color: 7DAF7D;
}
*/