﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #eee;*/
        min-height: 600px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 600px;
    /*box-shadow: 0px 0px 50px #000;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.carousel .carousel-inner .item img {
    width: 100%;
    height: auto;
}

.carousel-caption h3 {
    text-shadow: 0px 0px 2px #fff;
}

.content-area {
    /*background-color: #f7f7f7;*/
    padding: 20px;
}

    .content-area .media-heading {
        height: 80px;
        overflow: hidden;
    }

.content-heading {
    background-color: #43688e;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
}

.contact-item {
    padding: 15px;
}

.regular-text {
    color: #000000;
    text-decoration: none;
    font-family: tahoma;
}

