.bg-danger, .bg-success {
    padding: 0 5px;
}

a {
    color: #EF1F2F;
    text-decoration: none;
}

/* Headless Master Layout Styles */
.navbar, .navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 80px;
}

.nav li {
    display: inline;
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-family: Lato;
    font-size: 1.3em;
    font-weight: 300;
    padding: 30px 25px 33px 25px;
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: #444444;
    transition: 0.7s all linear;
    height: 100%;
}

.tablesaw {
    font-family: 'PT Sans Narrow';
}

hr {
    border-width: 2px;
    width: 80%;
}

.panel {
    padding: 5%;
}

.sacto {
    background: url('/img/sacto_bright.jpg') no-repeat;
    background-size: cover;
}

.landing_page {
    font-family: 'Lato';
    font-size: 1.4em;
}

.red {
    color: red;
    border-color: red;
}

.yellow {
    color: yellow #BABA04;
    border-color: #BABA04;
}

.blue {
    color: blue;
    border-color: blue;
}

.midnight {
    color: #012C84;
    border-color: #012C84;
}

.green {
    color: green;
    border-color: green;
}

.subheadline {
    font-style: italic;
    font-variant: small-caps;
}

.first_row {
    position: relative;
    margin-top: -30px;
}

.sacto h1 {
    font-family: 'Bellefair';
}