/* Global settings */
a:hover {
    opacity: 0.60;
  }
  a.d8-has-image {
    overflow: hidden;
    display: inline-block;
    height: 100%;
    min-width: 100%;
  }
  a.d8-has-image > img.w3-image {
    width: 100%;
    float: left;
  }
  a:hover img,
  a:hover div img,
  a.d8-has-image:hover,
  .ul-parent a:hover,
  .w3-button:hover a {
    opacity: 1;
  }
  /* a:hover > img.w3-image {
    animation: animateimg 5s;
  }
  @keyframes animateimg {
    from {
      transform: scale(1);
  }
    to {
      transform: scale(1.1);
  }
  } */
  /* ul links and tags */
  .field--name-field-tags .field__item,
  ul.links li {
    border: none!important;
  }
  ul.links li a {
    border: none;
    padding: 0px!important;
    float: left;
  }
  .field--name-field-tags .field__item a {
    border: none;
    padding: 7px 14px!important;
    float: left;
  }
  .node__content ul.links {
    float: left;
  }
  .field--name-field-tags .field__item a {
    font-size: 13px;
  }
  .site-name a,
  .site-slogan {
    text-transform: uppercase;
  }
  .site-slogan {
    padding-left: 16px;
  }
  /* The class for Honeypot module */
  form #edit-url {
    display: none!important;
  }
  