/*
 Theme Name:   Idaho State Bar
 Theme URI:    https://idaho.gov
 Description:  Customized theme for ISB.
 Author:       Access Idaho
 Author URI:   https://accessidaho.org
 Template:     idaho-webmaster-v3
 Version:      3.0.0
 License:      MIT
 Text Domain:  idaho-webmaster-isb
*/

.isb-quote {
    font-family: "Amethysta", serif;
    font-style: italic;
    font-size: 18px;
    color: #666;
    padding: 15px 0px;
    text-align: center;
}

.btn {
    margin-bottom: 20px;
}

.nav-tabs {
    padding-bottom: 8px;
}

.tab-content {
    padding: 10px 20px;
}

figure {
    display: table;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    width: 100vw;
    max-width: 225px;
    font-size: 0.8em;
}

#masthead .bg-light {
    background-color: #eee !important;
}

.bg-light>.bg-light {
    background-color: #eee !important;
}

@media (max-width: 991px) {
    .switcher {
        display: none;
    }
}

.card-img.top {
    width: auto !important;

}

ul[id^="menu-footer-"] {
    list-style: none;
    margin-left: -30px;
}