.acf-welcome-note {
	margin-top:50px;
	font-family: 'Montserrat', sans-serif;
	padding:20px;
	border : 1px solid rgba(0,0,0,0.1);
	box-shadow: 5px 10px #555;
}
.acf-welcome-note h1 {
	color : #555;
}
.acf-welcome-note p {
	padding-left: 10px;
	color: rgba(0,0,0,0.7);
	font-size:16px;
}
.acf-welcome-note img {
	border-radius: 50%;
	box-shadow: 0px 0px #555;
}
.ml-1 {
	margin-left: 1em !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.front-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
footer ul {
	list-style: none !important;
}