footer {
	background-color: #2a398f;
	box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.7);
	position: relative;
	padding: 20px 40px;
	/*background-image: url(/src/images/sea.png);*/
}
footer .waves {
	position: absolute;
	top: -25px;
	left: 0;
	z-index: -1;
	width: 100%;
  height: 32px;
}
/*
footer .background {
	position: absolute;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  opacity: 0.5;
  transform: rotate(180deg);
  z-index: 0;
}
*/


footer .company_details {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
footer .company_details h3 {
	display: flex;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}
footer .company_details ul {
  display: flex;
	flex-direction: column;
	justify-content: center;
  padding: 0;
  margin: 10px auto 0;
  text-align: left;
}
footer .company_details li {
  list-style: none;
  color: #fff;
  margin: 4px 0;
}

footer .company_details img {
	width: 20px;
	height: auto;
	margin-right: 7px;
}
