﻿.jumbotron {
    background-color: #4e4d4d;
    font-family: Century Gothic,sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    margin-top: 0;
}

    .jumbotron img {
        margin: 10px 0px 0px 0px;
    }

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background-color: #510e1a !important;
    background-position: 0 -45px;
}

    .btn-primary:active:focus {
        background-color: #840017 !important;
        background-position: 0 45px;
        background-position: 0 -15px;
        color: #ffffff !important;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top,#840017 0,#510e1a 100%);
    background-image: -o-linear-gradient(top,#840017 0,#510e1a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#840017),to(#510e1a));
    background-image: linear-gradient(to bottom,#840017 0,#510e1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #510e1a;
    color: #fff;
    background-color: #840017 !important;
}

.panel-title {
    color: #fff !important;
}
.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom,#4e4d4d 0,#4e4d4d 100%);
    background-color: #4e4d4d;
    color: #ffffff !important;
    border-color: #840017 !important;
}

.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom,#4e4d4d 0,#4e4d4d 100%);
    background-color: #4e4d4d;
    color: #ffffff !important;
    border-color: #840017 !important;
}

.form-control {
    border: 1px solid #4e4d4d;
}

li {
    color: #4e4d4d !important;
}

.breadcrumb > .active {
    color: #840017;
}

.breadcrumb a {
    text-decoration: none;
    color: #4e4d4d;
}

p {
    color: #000000;
}

a {
    color: #4e4d4d;
    text-decoration: none;
}

    a:hover {
        color: #4e4d4d;
    }

h1.text-info {
    color: #4e4d4d;
}

.text-info {
    color: #4e4d4d !important;
}

#heading h1 {
    color: #4e4d4d;
    margin: 0 0 10px 15px;
}

h3 {
    color: #4e4d4d !important;
}
.form-control {
    border: 1px solid #840017;
}
a {
    color: #840017;
    text-decoration: none;
}
h4.header_text {
    color: #ffffff;
}
h4 {
    color: #4e4d4d;
}
