
body {
	font-family: "Lucida Bright", Georgia, serif;
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Lucida Bright", Georgia, serif;
}
.nav li {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 14px; 
}
.nav li a {
    font-weight: normal;
}
.carousel-inner > .item > img {
    max-width: 95vw;
    height: 45vh;
    margin: 0 auto;
}

body {
    background-color: #737171;
}

#main_content, .container {
    letter-spacing: 1px;
    line-height: 150%;
}

table {
    letter-spacing: 0;
    font-size: 16px;
}
p {
    padding-bottom: 15px;
}

.panel {
    background: #737171;
}

.redactor-box, .redactor-editor {
	background: none;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6,
.redactor-editor p,
.redactor-editor {
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* make sidebar nav vertical */
/*
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar  {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}*/