﻿body {
    padding-top: 50px;
    padding-bottom: 0px;    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height:auto;
    min-height:505px;
}

/* 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;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
footer
{
    color:rgba(255,255,255,0.3);
    background-color:#242424;
    padding:20px 30px;
    padding-bottom:30px;
    margin:0px;
}
footer::after
{
    content:"";
}
footer div p
{
    float:left;
    width:40%;
}
footer img
{
    float:right;
    margin-left:10px;
}

h2
{
    margin-bottom:25px;
}

.jumbotron
{
    background-image:url('../Images/darkgrain.png');
}
.jumbotron h1
{
    -webkit-text-shadow:2px 2px 3px #2c76ea;
    -ms-text-shadow:2px 2px 3px #2c76ea;
    -moz-text-shadow:2px 2px 3px #2c76ea;
    -o-text-shadow:2px 2px 3px #2c76ea;
    text-shadow:2px 2px 3px #2c76ea;

}

.body-content
{
    padding-bottom:30px !important;
    background-color:#ffffff;
}
body
{
    background-image:url('/Images/green_cup.png');
}
i
{
    
}