html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
  /*height: 100%;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

@media only screen and (max-width:767px) {
    .body-for-sticky {
        padding-bottom: 50px;
    }
}
    .logo-colour {
        color: #8991c8;
    }

    a.nav-link-hs:hover {
        color: #8991c8 !important;
    }
    /* spinner view / hide code */
    .spinner {
        display: none;
    }

    body.busy .spinner {
        display: inline-block !important;
    }

    .hidden {
        display: none;
    }

    /* styling for the drag /drop list for setting up the gallery */
    #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 50%;
    }
        /*#sortable { list-style-type: none; margin: 0; padding: 0; width: 30%; max-height:400px; overflow:auto;}*/
        #sortable li {
            margin: 0 3px 3px 3px;
            padding: 0.4em;
            padding-left: 1.5em;
            font-size: 1.4em;
        }
    /*#sortable li span { position: absolute; margin-left: -1.3em; }*/
    .ui-state-highlight {
        height: 2.5em;
        line-height: 2.2em;
    }

    .scroll-box-medium {
        max-height: 500px;
        overflow: auto;
    }

    .scroll-box-tall {
        max-height: 800px;
        overflow: auto;
    }

    a.badge, a.badge:hover, a.badge:focus {
        text-decoration: none;
        color: white;
    }

    .badge-person {
        font-weight: normal;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    a.card-title-link {
        text-decoration: none;
        color: inherit;
    }

        a.card-title-link:hover {
            text-decoration: dotted;
        }

    a.card-text-link {
        text-decoration: none;
        color: inherit;
    }

        a.card-text-link:hover {
            text-decoration: dotted;
        }
    /* autocomplete styling*/
    .ui-autocomplete-loading {
        background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
    }

    .ui-autocomplete {
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 9999;
    }

    .ui-menu-item {
        font-size: smaller;
    }

    /* styling cards */
    .card-sl {
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .gallery-sl {
        border-radius: 3px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .card-footer-herstory {
        background-color: #8991c8;
        color: #fff;
    }

    .bg-herstory {
        background-color: #8991c8;
    }