﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.jumbotron {
    background-image: url(Images/jumbotron_bg.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 649px;
    background-color: #1e1510;
    background-size: cover;
}

.btn-primary {
    background-color: #e7970c;
    border-color: #e7970c;
}

.top-banner {
    background-image: url(Images/banner_bg.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 150px;
    background-position-x: center;
    background-color: #1e1510;
    background-size: cover;
    text-shadow: 3px 3px 5px #000;
}

footer {
    background-color: #3e3e3e;
    color: #fff;
}

#featureList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


    #featureList li a {
        color: #333333;
        padding: 10px 0px 10px 20px;
        display: block;
    }

        #featureList li a.active {
            color: #e7970c;
            background-color: antiquewhite;
        }

        #featureList li a:hover {
            color: #e7970c;
            background-color: #fff7ed;
            text-decoration: none;
        }
