body {
    padding-top: 125px;
    padding-bottom: 20px;
}

/* 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 {
    height: 250px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar {
    background-color: white;
    height: 125px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar img {
    width: 300px;
}

.subtitle {
    margin-top: 50px;
    padding: 5px;
    color: rgb(29, 115, 178);
    float: left;
    font-family: Verdana;
    font-weight: bold;
}