p a {
  /* color: #ffcccc; */
  font-weight: bold;
  background-color: transparent !important;  
}

.property a:not(.resource-link) {
  background-color:  transparent !important;
}
body,h1, h2, h3, h4, h5, h6,  .resource-list .resource-name {
font-family: 'Libre Franklin',sans-serif;
}
h1,h2,h3,.resource-list .resource-name {
font-weight: 900;
}

a.resource-link .resource-name {
  background-color:  transparent !important;
}

.sorting,.advanced-search { display: none; }

.item-set.item.browse .metadata { display: none !important; }

h3 { display: none; }

/*Advanced Search*/
#has_media_field,  #id_field, #resource-class  { display: none; }


/*tags property*/
 .media-list,
  .tags_property {
    margin-bottom:24px;
    vertical-align:top;
    display:flex;
    width:100%;
    justify-content:flex-end;
    flex-wrap:wrap
  }
  a.resource-link {
    background-color:transparent
  }
  .tags_property a:not(.resource-link),
  a.resource-link .resource-name {
    background-color:#ffcccc
  }
  .tags_property dt,
  .tags_property h4 {
    font-size:18px;
    font-family:"Archivo Black",sans-serif;
    width:25%;
    margin:0 24px 0 0;
    text-align:right;
    word-break:break-word;
    font-weight:bold
  }
  .media-list .resource-link,
  .tags_property dd {
    width:calc(75% - 24px);
    height:auto;
    text-align:left;
    margin-left:0
  }
   @media screen and (max-width: 640px) {
body,h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Franklin',sans-serif;
}
div .homepage {
background-image:none !important;
}
h1,h2,h3,.resource-list .resource-name {
font-weight: 900;
}
  .tags_property {
    display:block
  }
  .tags_property h4,
  .tags_property dt,
  .tags_property dd,
  .tags_property .values,
  .item-with-metadata .media-list {
    font-size:19.5px;
    width:100%;
    text-align:left
  }

  .collapsible .tags_property:last-child,
  .collapsible .tags_property:only-child {
    margin-bottom:0
  }
}