﻿.jumbotron {
    background-color: #ffffff;
    font-family: Century Gothic,sans-serif;
    margin-bottom: 0;
    padding: 0 0 0 0;
    margin-top: 0;
    color: #303f77 !important;
}   

    .jumbotron h1 {
        text-shadow: 1px 2px #000000;
        font-size: 0px;
        color: #5692b8 !important;
        /*margin-top: 0 px;*/
    }

    .jumbotron img {
        margin: 0px 0 5px 200px;
    }

.navbar-default {
    border: none;
    background-color: #f5d786;
    margin: 0 -15px 0 -15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-image: none;
    border-radius: none;
    box-shadow: none;
}

.btn-primary {
    background-image: linear-gradient(to bottom,#002568 0,#002568 100%);
    background-repeat: repeat-x;
    border-color: #797979;
    color: #ffffff;
}

    .btn-primary:focus, .btn-primary:hover {
        background-color: #002568;
        background-repeat: repeat-x;
        background-position: 0 -15px;
        border-color: #797979;
        color: #ffffff;
    }

    .btn-primary:active:focus {
        background-color: #002568;
        /*background-position: 0 45px;*/
        background-position: 0 -15px;
        border-color: #797979;
        color: #ffffff;
    }

a {
    color: #002568;
}

.text-info {
    color: #303f77;
}

.glyphicon-user {
    color: #2f5890 !important;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom,#000066 0,#000066 100%);
    background-color: #000066;
    color: #ffffff;
}

.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom,#000066 0,#000066 100%);
    background-color: #000066;
    color: #ffffff;
}


#heading h1 {
    color: #000066;
    margin: 0 0 10px 15px;
}

h3 {
    color: #31708f !important;
}


.form-control {
    border: 1px solid #000066;
}

.breadcrumb a {
    text-decoration: none;
    color: #000066;
}

breadcrumb a:before {
    padding: 8px;
    color: #122776;
}

.breadcrumb a:hover {
    color: #797979;
}

.breadcrumb > .active {
    color: #000066;
}




