.full-page .subfooter {
	color: #fff;
}

.dimmed-container {
  position: relative;
  margin: 0 auto; /* Center it */
}

.dimmed-container .content {
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgba(54, 151, 217, 0.7);
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  border-radius: 25px;
  margin: 5px;
}

.dimmed-container .content-white {
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgba(0, 0, 0, 0.3);
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  border-radius: 25px;
  margin: 5px;
}

.dimmed-container-green {
  position: relative;
}

.dimmed-container-green .content-green {
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgba(58, 111, 108, 0.7);
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 5px; /* Some padding */
  border-radius: 25px;
  margin: 5px;
  box-sizing: initial;
}

.full-flex {
	flex: 0 0 32%;
	max-width: 32%;
}

div.vertical-center {
    height: 1em;
    position: relative;
}
div.vertical-center p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: 0.8em;
}

.act {
	background-color: rgba(255, 255, 255, 0.5) !important;
	border-color: rgba(230, 230, 230, 0.7) !important;
	color: #333333 !important;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7) !important;
}

.m-auto {
	margin: auto;
}

.pt-0 {
	padding-top: 0 !important;
}