﻿body {
    /*  removed 8/27/25 for TM
    padding-top: 50px;
    padding-bottom: 20px;*/
    min-height: 100vh;
    height:min-content;
    overflow:scroll;
    padding-top: 60px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*     removed 8/27/25
        padding-left: 15px;
    padding-right: 15px;*/
    height: 100%;
    overflow-y: scroll;
    overflow:hidden;
    padding-bottom:20px !important;
    padding-top:0px !important;
}

/* 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%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 768px) {
    .header-container {
        width: 750px;
    }    
}

@media (min-width: 992px) {
    .header-container {
        width: 970px;
    }    
}

@media (min-width: 1200px) {
    .header-container {
        width: 1170px;
    }    
}

.header-container{
    margin-left: auto;
    margin-right: auto;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 1px 0px #222;
}
