﻿.bootstrap-iso body {
}

.bootstrap-iso h3, .bootstrap-iso h4 {
    font-weight: bold;
}

.bootstrap-iso li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
}

.bootstrap-iso li, p {
    line-height: 1.5;
}

.bootstrap-iso .italic {
    font-style: italic;
}

.bootstrap-iso .highlight {
    background-color: yellow;
}

.bootstrap-iso .fit-image {
    margin: auto;
}

.bootstrap-iso .limit-image-size {
    max-height: 25vh;
    min-height: 100px;
}

.bootstrap-iso .carousel-item {
    width: 100%;
    /*max-height: 30vh;*/
    height: 30vh;
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


    .bootstrap-iso .carousel-item .fit-image {
        min-height: 30vh;
        max-height: 30vh;
        height: unset !important;
    }

.bootstrap-iso .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.bootstrap-iso .row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.bootstrap-iso .row.is-flex > [class^="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.bootstrap-iso .is-flex .box {
    height: 100%
}

.bootstrap-iso .is-flex .panel {
    height: 100%
}

.bootstrap-iso .attribution {
    display: none;
    /*visibility: hidden;*/
}

/* For Narrow Screen < 992px (for XS and SM col sizes) */
@media (max-width: 991px) {
    .bootstrap-iso .nav-wide-screen {
        display: none;
    }

    .bootstrap-iso .row {
        padding-bottom: 10px;
        scroll-margin-top: 180px;
    }
}

/* For Wide Screen >= 992px (for MD and larger col sizes) */
@media (min-width: 992px) {
    .bootstrap-iso .nav-narrow-screen {
        display: none;
    }

    .bootstrap-iso .row {
        padding-bottom: 10px;
        scroll-margin-top: 130px;
    }
}