html {
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

#mlaw-footer,
#mlaw-footer a {
    color: #000;
}

#mlaw-footer {
    width: 100%;
    margin-top: auto;
}

#mlaw-footer .row {
    border-top: 1px solid rgba(204, 204, 204, 0.4);
    padding: 15px !important;
}

/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2000;
    padding: .75rem 1rem;
    background: #ffffff;
    border: 2px solid #00274c;
    color: #00274c;
    transform: translateY(-200%);
}

.skip-link:focus {
    transform: translateY(0);
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#main-content:focus {
    outline: 3px solid #0d6efd;
    outline-offset: .25rem;
}
