.button-container-div {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
margin-bottom:30px;
        }

.search-results-wrapper {
clear: both;
}

.banner-back{
display:none;
}

.omeka-pagination {
width: 100%
}

a.collection-link {
    font-size: 1.2em !important;
      background: #FFCC00;
    color: #0a0a0a;
   font-weight: bolder;
    padding: 8px 15px;
    margin: 7px 0;
    border-radius: 10px;
    width: fit-content;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.banner-uct {
height: 110px;
}
.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}

p {
    font-size: large;
}

.blockquote p {
    font-family: "Utopia-italic";
    font-size: 30px;
    font-weight: 700px;
    text-align: center;
}

.blockquote::before {
  position: absolute;
top: 20px;   
font-family: "Font Awesome 5 Free";  
  font-weight: 900;
 content: "\f10d";
 font-size: 50px;

  color: rgba(0,0,0,0.1);
}
   

.blockquote::after {
    content: "";
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #000;
    height: 3px;
    width: 200px;
}

.blockquote p span{
  display:block;
  color:#333333;
 font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.authors {
    margin: 10px 10% 10px 10%;
    border: 2px solid #eeeeee;
    padding: 10px;
}

.authors img{
float:left;
padding: 10px;
max-width: 200px;
}

.site-title h1 {
padding-left: 50px;
}

.resource-meta .description {
display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-title{
    display: block;
}

.caption p {
font-style: italic;
 font-size: small;
}

.caption {
font-style: italic;
 font-size: small;
margin: 10px 10% 10px 10%;
}


.item-showcase {
 display: flex;
align-items: flex-top;
justify-content: space-between;
}

.item-showcase img {
    display: block;
   border: 1px solid #B2BEB5;
   padding: 2px;
}

.intro {
    margin: 10px;
    padding: 10px;
   
}

.intro p {
font-size: large;
font-weight:bold;
}

.assets{
display: block;
}

.center {
            justify-content: center;
           }

.center .asset {
   
    display: grid;
}

.asset a img {
display: block;
 justify-self: center;
}

.asset img {
display: block;
 justify-self: center;
}


.asset a {
display: grid;
}

.link-title{
    justify-self: center;
}


.item a img {
display: block;
 justify-self: center;w
}


.item-showcase .item as {
display: grid;
}

.fs-overlay {
background-color:#FFCC00;
}

.fs-text-land{
background-color: #FFCC00;
color:#0a0a0a!important;
}

.fs-text{
font-size: .6em;
color: #0a0a0a!important;
}

.fs-text a{
color: #0a0a0a!important;
font-size: 2em!important;
}
