﻿/*Bootstrap Overrides*/
.btn {
    border-radius: 0px;
}

.btn-default {
    color: #777;
    background-color: #eee;
}

p {
    margin: 20px 7px 20px 2px;
}

.container-fluid .jumbotron {
    border-radius: 0px;
}


.jumbotron {
    text-align: center;
    background-image: url('/images/BannerImge.png');
    background-position: center;
    height: 400px;
    background-color: #2A2A2A;
    background-repeat: no-repeat;
    color: white;
}

    .jumbotron h1 {
        font-size: 50px;
        font-weight: normal;
        font-size: 24pt;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .jumbotron p {
        margin-bottom: 40px;
    }


