html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 {
    margin-bottom: 60px;
    background-image: url(/images/bwnLeafFrm2.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}
header {
    background-image: url(/images/bwnLeafFrm1.jpg);
    background-size: contain;
    background-repeat: repeat;
}*/

header li.nav-item { cursor: pointer; }

div.carousel-item {
    position: relative;
}

    div.carousel-item::after {
        display: block;
        content: '';
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }
    div.carousel-item img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover; /* or 'contain' depending on desired behavior */
    }

img.oriLand {
    width: 100% !important;
    height: auto !important;
}
img.oriPort {
    width: 50% !important;
    height: auto !important;
}
img.oriOther {
    width: 100vw;
    height: calc(100vh - 255px);
}

#ToggleAutoPlay {
    color: ghostwhite;
}

#UploadImagesButton {
    background-color: lightblue;
    color: black;
}

#DownloadThis {
    background-color: orange;
    color: black;
}
#DownloadThisSection {
    background-color: mediumpurple;
    color: ghostwhite;
}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}