/* css for azinelibrary.org
 *
 * Werc's default style.css removed, these are bootstrap overrides.
 *
 */

html {
    scroll-behavior: smooth;
}

body {
    /* font-size: 17px; */
    /* padding-top: 50px; */
}


.anchor { /* http://stackoverflow.com/questions/4086107/html-positionfixed-page-header-and-in-page-anchors */
    padding-top: 50px; /* default, but js will change it dynamically */
    z-index: -1;
}

/* Nav search */

input.search-query {
    padding-left:26px;
    border-radius:17px;
}
form.form-search {
    position: relative;
}
form.form-search:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}

/*
.navbar-nav li>a {
    transition: all .2s ease-in-out;
}
*/
