html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    ul.navbar-signin {
        float: right;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: o;
    margin: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.Logo {
    max-height: 80px
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
}

footer {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 10;
}

div.banner {
    text-align: left;
    vertical-align: text-top;
}

img.banner {
    max-width: 30vw;
    max-height: 8vh;
}

main {
    margin-bottom: 30px !important;
    margin-top: 110px !important;
    z-index: 0;
}

a.icon-link {
    text-decoration: none;
}

    a.icon-link:hover {
        text-decoration: underline;
    }

    a.icon-link::after {
        content: "";
        width: 11px;
        height: 11px;
        margin-left: 4px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

div.scrollable {
    max-height: 50vh;
}

div.img-array {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 25vh;
    grid-gap: 10px;
    grid-auto-flow: column;
    /*grid-template-areas: "info    photo photo photo   photo" "comment photo photo photo   photo" "comment tag     tag   album rotate"*/
}

img.flash-thumbnail {
    cursor: pointer;
    grid-area: photo;
    background: yellow;
    max-height: 25vh;
    max-width: 25vw;
    top: 0;
    left: 0;
    background-size: cover; /* <-- background size */
    background-position: center; /* <-- background position */
    position: relative;
}

div.flash-frame {
    height: 25vh;
    width: 25vw;
    display: inline-block;
    text-align: center;
    overflow: clip;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

button.close {
    position: absolute;
    right: 10px;
}

div.modal-body {
    text-align: center;
}

button.icon, a.icon {
    /* Set the font and weight for this icon style */
    font: var(--fa-font-solid);
    /* Make sure icons render pixel-perfect */
    -webkit-font-smoothing: antialiased;
}

button.save, a.save {
    content: "e001";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

header > nav > div.container-fluid > div.navbar-collapse {
    margin: 0;
    padding-right: 12.5px;
    padding-left: 12.5px;
    padding-bottom: 0;
    padding-top: 0;
}

nav.navbar {
    background-color: #fff !important;
}