﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.42857143;
}

.body-content {
    margin-bottom: 60px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers (Bootstrap 5 uses .carousel-item) */
.carousel-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;
    }
}

iframe {
    border: solid 0 black;
}

.page-header {
    border: solid 0 black;
}

.popover {
    max-width: 400px;
    width: 400px;
}

#privacy-policy-container {
    display: flex;
}

#privacy-policy-container > * {
    margin-right: 10px;
}

.grants hr:last-child {
    display: none;
}
