/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
	transform: scale(1.);
  }

#alicia {
	transform: scale(.85);
  }

.owlaxis {
	display: flex;
	flex-direction: row;
	color: black;
	align-items: center;
	justify-content:space-between;
	
  }

.owlaxis a {
	color: black;
}

  .owlaxis a:hover {
	color: green;
  }

  .owlaxis p {
	margin-bottom: 0px;
}

  .feature {
	transform: scale(1.25);
  }

.fbox-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fbox-content p {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.spa-bikini {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spa-bed {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spa-facial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.menu > .masonry-thumbs {
	width: 40%;
	height: auto;
	border-radius: 0;
  }

  .outline {
	border: 2px solid white;
  }