
body{
padding-top: 60px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    
    padding-left: 15px;
    padding-right: 15px;
}

.img {
    /*border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;*/
    width: 200px;
    height: 100px;
}

.img-logoHI {
    /*border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;*/
    width: 150px;
    height: 50px;
    position: relative;
    
    
}

.linkhome{
    padding:1px;
    border:0px;
    font-weight:800;
    text-align:left;
}

/* 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;
    }




}
