﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 25px;
    padding-bottom: 20px;
}
.navbar-nav a {
    color: black !important;
    font-weight:bold;
    font-size:17px;
}
.navbar-auth {
    background-color: #F0F0F0 !important;
    border: none;
}
.navbar-nav li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
.navbar .dropdown-menu li a {
    text-decoration: none;
}

.navbar .dropdown-menu li a:hover {
    background-color: #F0F0F0;
}

.navbar-header {
    background-color: #F0F0F0 !important; /* Matches navbar */
}
.qc-logo {
    background-color: #F0F0F0 !important;
    mix-blend-mode: multiply;
}
.nav-pills {
    background-color: #F0F0F0 !important;
}
.nav-pills > li > a {
    color: black !important;
}

.nav-pills > li > a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    color: black !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.jumbotron {
    background-color: #F0F0F0;
    color: black !important;
}

input[type="button"],
input[type="submit"] {
    background-color: #3F72AF;
    color: white;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
input[type="number"],
input[type="date"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
