.bg-blue{
	background-color: #eceff1;
}
.bg-lightblue{
	background-color: #e8eaf6;
}

.bg-darkgrey{

	background-color: #212121;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) */
/*.column {
  float: left;
  width: 25%;
  padding: 5px;
}*/

/* Clear floats after image containers */
/*.row::after {
  content: "";
  clear: both;
  display: table;
}*/

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width:15%;
  padding: 2px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}