﻿.top-buffer{
    margin-top:2%;
}
.bottom-buffer{
    margin-bottom:2%;
}

.header{
    font: 400 20px/1.4em 'PT Serif', serif;
    font-family: "PT Serif", serif;
    font-style:normal;
    font-weight: 400;
    font-size: 20px;
    line-height:1.4em;
    font-size-adjust:none;
    font-stretch: normal;
    font-feature-settings:normal;
    font-language-override:normal;
    font-kerning: auto;
    font-variant-alternates: normal;
    font-variant-caps:normal;
    font-variant-east-asian:normal;
    font-variant-ligatures:normal;
    font-variant-numeric:normal;
    font-variant-position:normal;
    margin-bottom: 30px;
    color: #13255a
}


/*Override BootSwatch CSS themes for custom button and panel colors*/
.panel-primary{
    border-color: #0e1d4a;
}
    .panel-primary > .panel-heading {
        background-color: #0e1d4a;
        border-color: #0e1d4a;
    }
        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0e1d4a;
        }
        .panel-primary > .panel-heading .badge {
            color: #0e1d4a;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0e1d4a;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(#207cca, #3275c9 50%, #1e5799);
    background-image: -o-linear-gradient(#207cca, #3275c9 50%, #1e5799);
    background-image: linear-gradient(#207cca, #3275c9 50%, #1e5799);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207cca', endColorstr='#1e5799', GradientType=0);
    filter: none;
    border: 1px solid #2c4a6f;
}

    .btn-primary:hover {
        background-image: -webkit-linear-gradient(#1d6eb5, #247cc4 50%, #1b4f8b);
        background-image: -o-linear-gradient(#1d6eb5, #247cc4 50%, #1b4f8b);
        background-image: linear-gradient(#1d6eb5, #247cc4 50%, #1b4f8b);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d6eb5', endColorstr='#1b4f8b', GradientType=0);
        filter: none;
        border: 1px solid #2c4a6f;
    }


    
