div#content-template img {
  display: block;
  margin: 40px auto;
  border-radius: 10px;
}



span.category-template {
    background-color: rgb(207, 34, 34);
    color: white;
    padding: 4px 14px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px 0;

    flex: unset;
    max-width: unset;
    min-width: unset;
    overflow: unset;
    text-overflow: unset;
    text-align: unset;
}

.container-fluid {
  max-width: 1200px;
  padding: 10px 20px;
  color: white;
}


.container-fluid a {
  color: #4d4dbc !important;
}


div#content-template {
    text-align: justify;
}

section.blog-posting a {
  color: black;
}



#tmPortfolio {
  padding-top: 80px;
  /* background: white; */
  /* color: white; */
}

.background-purple {
  /* max-width: 1200px;
  font-family: 'Arial', sans-serif;
  margin: 88px auto; */
  background-color: #9999cc;
  /* color: white; */
}


span#date-published,
span#date-edited {
  font-weight: bold;
  font-size: 0.9em;
}

span#date-edited > span:first-of-type {
  text-decoration: underline;
}




div#bar1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

div#dates {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}



@media screen and (max-width: 710px) {
  div#content-template img {
    width: 90%;
    height: auto;
  }


  .container-fluid {
    max-width: 1200px;
    padding: 5px 10px;
  }



  span.category-template {
    flex: 0 1 40%;
    max-width: 40%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}


div#content-template h2 {
  margin: 2.3rem 0 1.3rem 0;
}

div#content-template h3 {
  margin: 1.7rem 0;
}


div#content-template p {
  letter-spacing: 0.4px;
}

div#blog-posting {
  margin: 0 0 80px 0;
}