
.tags-title {
font-size: 13px;
}

.tags-container {
    /*border: 1px solid #73AD21;*/
    background: #ededed;
    padding: 0.8rem 0rem 0.01rem 1rem;
    margin: 0.5rem 0rem 1rem 0rem;
    border-radius: 0.5rem;
}

.tags-badge {
    background-color: #C0C0C0;
}

.custom-button {
    color: white;
    background-color: #C0C0C0;
}


.credits {
    font-size: 0.7rem;
    margin: 0.1rem 0rem 1rem 0.1rem;
}


/* ************************************************************* */
/*  HERO - IMAGE  */
/*  Css about the hero image for the projects and the blog-posts */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Hero image */
.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* the text inside the hero image */
.hero-text {
  text-align: left;
  position: absolute;
  top: 70%;
  left: 2%;
  color: white;
}
/* ************************************************************* */
