@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

body {
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    font-family: Arial, serif;
}

hr {
    background-color: #000000;
    height: 4px;
    border: 0;
}

.h1,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Slab', serif;
    color: #333333;
    margin: 0;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

hr {
    height: 1px;
    background: #cccccc;
}

ol {
    margin: 0 0 0 28px;
    padding: 0;
}


ul li {
    padding-left: 1.3em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

ul li {
    position: relative;
}

ul li:before {
    content: "\f152";
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;

}

/* Buttons */
.btn:focus,
.btn {
    border-radius: 5px;
    background: #000;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 9px 10px;
    text-decoration: none !important;
    min-width: 40px;
}

.btn:active,
.btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    color: #ffffff;
}

.btn a {
    color: #fff;
}

.btn-beige:focus,
.btn-beige {
    background: #a29e95;
}

.btn-white:focus,
.btn-white {
    background: #ffffff;
    color: #c43235;
}

.btn-white:active,
.btn-white:hover {
    color: #c43235;
}

.btn-right {
    float: right;
}

/* background colors */
.bg-beige {
    background: #a29e95;
}

.bg-red {
    background: #c43235;
}

/* text */
.text-white {
    color: #ffffff;
}

.clear {
    clear: both;
}

/* Editor */
.footer-top {
    background: #1a1a1a;
}

.footer-top p, .bg-beige p,
.footer-top h1, .bg-beige h1,
.footer-top h2, .bg-beige h2,
.footer-top h3, .bg-beige h3,
.footer-top h4, .bg-beige h4,
.footer-top h5, .bg-beige h5,
.footer-top a, .bg-beige a {
    color: white;
}

.footer-top a {
    text-decoration: underline;
    font-weight: normal;
}

.footer-top a:hover {
    text-decoration: none;
}

.editorBody .col-md-8 {
    width: 66.66666667% !important;

}