.button-container-div {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
margin-bottom:30px;
        }

a.collection-link {
    font-size: 1.2em !important;
      background: #1779ba;
    color: #fefefe;
   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: medium;
}

.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 20% 10px 20%;
    border: 2px solid #eeeeee;
    padding: 10px;
}

.authors img{
float:left!important;
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%;
    text-align: center;
}


.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: 20px 10% 20px 10%;
    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;
}


.item-showcase .item as {
display: grid;
}

.fs-overlay {
background-color: #007a76;
}

.fs-text-land{
background-color: #007a76;
font-size: .8em;
}

.fs-text{
font-size: 1em;
}

.fs-text a{
color: white!important;
font-size: 1.2em!important;
}

.item img {
display: block;
 justify-self: center;
}

.grid {
  display: grid;
  width: 100%;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  align-items: start;
}
@media (max-width: 60em) {
  .grid {
    grid-gap: 3rem;
  }
}
.grid-item {
  border-radius: 0.4rem;
  overflow: hidden;
  #box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.grid-item:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.card__img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.card__content {
padding: 0 5px 0 5px;
}
.card__header {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: .5rem;
    margin-top: 0.4rem;
line-height: 1.8rem;
}
.card__text {
  font-size: 1rem;
  letter-spacing: 0rem;
  line-height: 1.7;
  color: #3d3d3d;
  margin-bottom: 1rem;
}
