﻿body {
   padding-bottom: 20px;
   margin-top:20px;
   margin-left:20px;
   margin-right:20px;
   margin-bottom: 20px;
  background-color:white;
  
   
}
html{
    background-color:#660609;
    
}

.datepicker:hover {
    cursor: pointer;
}

/* 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;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



    /* Small devices (tablets, 768px and up) */
    @media (max-width: 425px) {
        .hero-img-bg{
            padding-top:80px 
        }
}


    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 426px) {
        .hero-img-bg {
            padding-top: 150px;
        }
        
}
    /* Large devices (large desktops, 1200px and up) */
/*@media (min-width: @screen-lg-min) {
        .hero-img-bg {
            padding-top: 150px;
        }
        
}*/