* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    background-color: #dbdee5;
}
body {
    background: url('../img/bg.jpg') no-repeat center;
    background-size: cover;
    font-family: sans-serif;
    height: 100vh;
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
#qrCode {
    margin: 15px;
}
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
