/*
Theme Name: ONBC Theme
Theme URI:
Author: CrackDown
Author URI:
Description: A wordpress theme for ONBC use only
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: onbc


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    font-family: "Helvetica Neue", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.border-right {
    border-right: 1px solid #000 !important;
}

.page-content {
    font-size: 20px;
}

.jumbotron {
    background-color: #f9e7e2;
    margin-top: -10px;
}

.small-spacing-nav {
    line-height: 0.5;
}


footer {
    background: #6c6c72;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}


.tribe-list-widget {
    padding: 0;
}

aside h3 {
    text-decoration: underline;
    text-align: center;
}

p.tribe-events-widget-link {
    text-align: center;
}

.black-nav {
    background: #0e0e0e;
    color: #ffffff;
}

.black-nav a {
    color: #FFFFFF;
}

.black-nav a.active {
    color: red;
}

.c-indicator.active {
    background-color: red;
}

#bottom-bordered {
    border-bottom: 3px solid #ffffff;
}

#aside-nav a {
    color: #000000;
}

a:hover {
    color: red !important;
}

@media screen and (max-width: 768px) {
    .border-right {
        border-right: none !important;
    }
}
