body {
    padding-top: 50px;
    padding-bottom: 20px;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    display: block !important;
    
    margin-left:14%;
    margin-right: auto !important;
    position: absolute;
    bottom: 0;
    width: 70%;
    float: none !important;
    /* Set the fixed height of the footer here */
    /*height: 75px;*/
    background-color: #424868;
    padding: 2% 3% 2% 2%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}


/* resize carousel picturees */
@media screen and (max-width: 1400px) {
    img.dualsize {
        width: 600px;
    }
}

@media screen and (max-width: 900px) {
    img.dualsize {
        width: 400px;
    }
}

@media screen and (max-width: 769px) {
    img.dualsize {
        width: 300px;
    }
}

@media screen and (max-width: 650px) {
    img.dualsize {
        width: 250px;
    }
}

@media screen and (max-width: 577px) {    
    img.dualsize {
        width: 150px;
    }

    .footer {
        margin-left: 0px;
        width: 100%;
    }
}

