﻿/* Allows for further customization specific to BO */

.hamburgerMenu {
    background-color: #ffffff;
}

.dottedUnderline {
    border-bottom: 2px dotted #ffffff;
}

.uberHover {
    border-bottom: 2px dotted #ffffff;
}

.uberHoverContent {
    background: #e9ecef;
    color: black;
}

    .uberHoverContent:before {
        border-bottom-color: #e9ecef;
    }

/* Defines the background (and other styles) for all the main sections, etc */
.pageSection {
    /* background-color: #3A3F44 using same as .bg-primary*/
}
.barExpand {
    background-color: #363A3F /*using same as the full page background*/
}

blockquote {
    color: black;
    background: #e9e9e9;
}
blockquote a {
    color: #3399F3;
}
blockquote a:hover {
    color: #898989;
}

hr {
    border-color: #7a8288;
}

/* Brighten up headers just a bit */
h1, h2, h3, h4, h5, h6 {
    color: #eee
}

input:checked + .slider {
    background-color: #d7ac02;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d7ac02;
}


.newQuestionText {
    color: #ffcc00;
    text-shadow: 1px 1px 10px #ffcc00;
}

.newQuestionBox {
    box-shadow: 0px 0px 3px #ffcc00;
}
.questionAnswerBox {
    font-size: 0.8rem;
    padding: 5px;
    border-width: 1px;
    color: #d5b710;
    border-color: #d5b710;
}

.questionUpvoted {
    color: #ffcc00;
    text-shadow: 1px 1px 10px #ffcc00;
}

.voteButton:hover {
    cursor: pointer;
    color: #d9d9d9;
}