/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*Developer Red Box*/
.dev-template-name {
    position: fixed;
    bottom: 100px;
    left: 10px;
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
    padding: 2px 4px;
    font-size: 0.8em;
    z-index: 100;
}

/*Developer Red Box*/

body.developer-red-lines .container .container-tablet {
    border-left: 1px dashed #f00;
    border-right: 1px dashed #f00;
}

body.developer-bootstrap-grid .row>[class*="col-"]>* {
    background: rgba(255, 0, 0, 0.2);
}