@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
html, body {
  height: 100vh;
  width: 100%;
  min-height: 18em;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.aquaguerande {
  background-image: url("./1.jpg");
}
.aquapiriac {
  background-image: url("./2.jpg");
}
.split-pane {
  	flex: 1 0 300px;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center center;
  	min-height: 9em;
  	font-size: clamp(18px, 15vw, 28px);
  	color: white;
  	font-family: 'Open Sans', sans-serif;
  	font-weight:300;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.split-pane > div .text-content {
  line-height: 1.6em;
  margin-bottom: 0.2em;
}
.split-pane > div img {
  height: 4em;
	filter: drop-shadow(0px 0px 20px #fff);
}

.split-pane button, .split-pane a.button {
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  background: none;
  border: 1px solid white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: fit-content;
  padding: 0.5rem 1rem;
  font-size: 18px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: white;
  display: inline-block;
  cursor: pointer;
}
.split-pane button:hover, .split-pane a.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: white;
  cursor: pointer;
}
.split-pane button:hover, .split-pane a.button:hover {
  color: #1C317A;
}
.big {
  font-weight:800;
  text-transform: uppercase;
}