/* Reduce jumbotron padding. */
div.jumbotron {
  padding: 20px 0 20px 0;
}

/* Change jumbotron background-color. */
div.home-top {
  background-color: #F9F9FB;
}

/* Change article background color. */
div#primary article {
  background-color: white;
}

/* Put my profile picture inside jumbotron. */
/*div.jumbotron i.middle-circle {
  background-image: url('https://www.nullref.be/wp-content/uploads/2024/02/photo-cv-dany.png');
  background-size: 120px;
}*/

/* Round image borders on posts list on home page. */
#main #primary .row a.image-anchor img {
  border-radius: 10px;
  border: 1px solid lightgray;
  height: 310px !important;
}

/* Styling home page widget top area. */
#home-page-widgets {
  background-color: #428bca !important;
}

/* Styling home page widget top area title. */
#home-page-widgets h3 {
  font-weight: bolder;
  font-size: 25px;
}

/* Styling home page widget top area content. */
#home-page-widgets .custom-html-widget {
  padding-top: 10px;
  /*text-align: justify;*/
}

/* Styling home page widget top area content links. */
#home-page-widgets .custom-html-widget a {
  color: white;
  font-family: "Courrier New" !important;
  font-size: 18px;
  font-style: italic;
}

#home-page-widgets .custom-html-widget a:hover {
  text-decoration: underline;
}

/* Hide share buttons on home page. */
div.addtoany_share_save_container {
	display: none;
}