@charset "UTF-8";
/* CSS Document */


.wrapper-footer {
  display: flex;
  justify-content: space-between; /* logo left, menu right */
  align-items: center;            /* vertical centering */
  max-width: 900px;
  width: 95%;
  padding: 20px 0 45px;
  margin: auto;
}
	

.wrapper-see-you-soon {
  display: flex;
  justify-content: space-between; /* logo left, menu right */
  align-items: center;            /* vertical centering */
  max-width: 900px;
  width: 95%;
  padding: 120px 0 45px;
  margin: auto;
}

.footer-container-left img {
  display: block;
   /* or whatever makes sense */
  height: auto;
}


.footer-container-left {
  display: block;
   /* or whatever makes sense */
  height: auto;
  text-decoration: none;
}

.footer-container-left a {
  color: inherit;
  text-decoration: none;
}

/* Ensure the menu sits flush right */
.footer-container-right {
  flex: 0 0 auto;
}

	





	@media (max-width: 768px) {

		
		
		
	}