/* Theme */
body {
	background-image: url("../../assets/image-sea.jpg");
	background-size: cover;
}
main {
	color: #FAFAFA;

}

.icons-social a {
	color: #FAFAFA;
}

.icons-social a svg path{
	fill: #FAFAFA;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
  }
  
  li {
	float: left;
  }
  
  li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
	background-color: #111;
  }

  .active {
	background-color: #04AA6D;
  }

  .gallery {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.box {
	flex-basis: 20%;
	width: 100%;
	padding: 10px;
	margin: 8px;
}

.text {
	text-align: center;
	margin-top: 5px;
}

.image:hover {
	border: 3px solid white;
}

/* media query used here */
@media only screen and (max-width: 300px) {
	.box {
		flex-basis: 100%;
	}
}

@media only screen and (max-width:500px) {
	.box {
		flex-basis: 40%;
	}
}

/* .logo { width: 50px; height: 50px; background-image: ("../../assets/logo.png"); }	 */
.logo {
	width: 25%;
	float: left;
}

.whatsapp {
	align-self: center;
	display: flex;
	align-items:center;
 }