﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: white;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#messages {
    /*background: ;*/
    position: relative;
    /*height: 80vh;*/
    max-height: 80vh;
    overflow-y: auto;
    font-size: 16px;
    padding-top: 20px;
    font-family: Tahoma;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 8.5rem; /* Footer height */
}

.top-space {
    margin-top: 20px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
