
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');



.item-page.layout-default.no-sidebar .bottom-article-info, .item-page.layout-default.no-sidebar .full-image
 {
    max-width: unset;
}
.item-page .article-body
 {
    width: 100%;
}

.category-desc {
    border: unset;
}

.navbar-brand.logo-control img.logo-img {
  max-height: unset;
}

.navbar-brand.logo-control img.logo-img-sm {
    max-height:48px;
}
.footer-link {
    display: block;
    padding: 3px 0;
    line-height: 0;
}
.dropdown-item:hover, .dropdown-item:focus{
    background: none;
}

/*image grid for homepage module*/
.item-inner:hover img{
    filter: opacity(70%) saturate(250%) blur(0px) contrast(100%);
    
}


h1,h2,h3,h4,h5,h6{
    text-transform:uppercase;
}

/* fix search dropdown zindex */
ul#awesomplete_list_1 {
    z-index: 10000;
}