:root {
    --header-background-color: #3B6AF8;
    --header-foreground-color: #FFFFFF;
}

/* default theme CSS */
:root {
    --body-font-family: 'Open Sans', sans-serif;
    --headings-font-family: 'Open Sans', sans-serif;
    --body-background-color: #F7FAFC;
    --panel-background-color: white;
    --panel-border-color: #E3E8EE;
    /*--panel-color: #15272E;*/
    --background-image: none;
}

:root {
}

/* custom board CSS */
.btn.btn-success, .btn.btn-primary, .modal-footer .btn + .btn.btn-success, .modal-footer .btn + .btn.btn-primary, .btn.btn-default.active, .modal-footer .btn + .btn.btn-default.active, .btn.btn-voted {
    background: #3B6AF8;
    border-color: #3B6AF8;
    color: #FFF;
}

.btn.btn-voting-panel i {
    background: #4F5C6F;
}

a.sVotes:hover {
    color: #3B6AF8;
    text-decoration: none;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-primary:hover, .btn.btn-primary:focus, .modal-footer .btn + .btn.btn-success:hover, .modal-footer .btn + .btn.btn-success:focus, .modal-footer .btn + .btn.btn-primary:hover, .modal-footer .btn + .btn.btn-primary:focus {
    background: #3B6AF8;
    border-color: #3B6AF8;
    color: #FFF;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-primary:hover, .btn.btn-primary:focus, .modal-footer .btn + .btn.btn-success:hover, .modal-footer .btn + .btn.btn-success:focus, .modal-footer .btn + .btn.btn-primary:hover, .modal-footer .btn + .btn.btn-primary:focus {
    opacity: 0.7;
}

div.vote-info span.vote-count {
    color: #3B6AF8;
}

.btn.muted:hover, .btn.muted:focus, .modal-footer .btn + .btn.muted:hover, .modal-footer .btn + .btn.muted:focus {
    color: #FFF;
    background: #3B6AF8;
    border-color: #3B6AF8;
    opacity: 0.7;
}

.sInfo .sTitle a:hover {
    text-decoration: none;
    color: #3B6AF8;
}

a {
    color: #006EEB;
}

.mainFooter {
    padding: 20px 15px 65px 15px;
    font-size: 1.3rem;
    position: relative;
    margin-top: 0;
    color: #A9B5C5;
    visibility: hidden;
}

.navbarFUV .navbar-text.brandName {
    font-family: var(--headings-font-family), sans-serif;
    font-size: 2rem;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

