.jumbotron {
    background-color: #ffffff;
    font-family: Century Gothic,sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    margin-top: 0;
}

    .jumbotron h1 {
        text-shadow: none;
        margin: 10px 0 10px 0;
    }
.btn-primary {
    background-image: linear-gradient(to bottom, #612466 0px, #612466 100%);
    background-repeat: repeat-x;
    border-color: #0095a9 !important;
    color: #ffffff !important;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
        background-color: #612466 !important;
        background-position: 0 -45px;
    }

        .btn-primary:active:focus {
            background-color: #612466;
            /*background-position: 0 45px;*/
            background-position: 0 -15px;
            color: #ffffff !important;
        }

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom,#612466 0,#612466 100%);
    background-color: #612466;
    color: #ffffff !important;
    border-color: #0095a9 !important;
}

.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom,#612466 0,#612466 100%);
    background-color: #612466;
    color: #ffffff !important;
    border-color: #612466 !important;
}

.panel-title {
    color: #ffffff !important;
}

.form-control {
    border: 1px solid #612466;
}

li {
    color: #000000 !important;
}

.breadcrumb > .active {
    color: #0095a9;
}

.breadcrumb a {
    text-decoration: none;
    color: #612466;
}

p {
    color: #000000;
}

a {
    color: #612466;
    text-decoration: none;
}

    a:hover {
        color: #612466;
    }

h1.text-info {
    color: #612466;
}

.text-info {
    color: #612466 !important;
}

#heading h1 {
    color: #612466;
    margin: 0 0 10px 15px;
}

h3 {
    color: #000000 !important;
}
