﻿.jumbotron {
    background-color: #ffffff;
    color: #ffffff;
    font-family: Century Gothic,sans-serif;
    padding: 0 0 10px 0;
}
.jumbotron h1 {
    margin: 30px 0 10px 0;
    padding: 0;
    text-shadow: none;
    font-family: Century Gothic, sans-serif;
    font-size: 42px;
}
.jumbotron img {
    margin: 20px 0 10px 0;
}
.text-info {
    color: #000000;
}
h3{
    color: #612466 !important;
}
h2{
    color: #612466 !important;
}
.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;
        }
.form-control {
    border: 1px solid #612466;
}
.breadcrumb a {
    text-decoration: none;
    color: #612466;
}
