@import url('https://fonts.googleapis.com/css2?family=Barrio&family=Outfit:wght@100..900&display=swap');

html,
body
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-image: linear-gradient(135deg, #ebebe6 60%,#ffffff);
	
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	
	font-family: "Outfit", sans-serif;
	font-size: 14pt;
	
	width: 75%;
	margin: auto;
}

body > header
{
	padding: 0.5rem;
	border-bottom: 3px solid black;
	margin-bottom: 1rem;
}

body > header > h1
{
	font-family: "Barrio", sans-serif;
	font-weight: 400;
	font-size: 20pt;	
}

body > header > img
{
	height: 8rem;
}

body > footer
{
	border-top: 3px solid black;
	text-align: right;
	margin-top: 1rem;
	
	font-size: 0.75rem;
	padding: 0.5rem;
}

a:link,
a:visited,
a:hover
{
	color: black;
}

h1,
h2,
h3,
h4
{
	margin: 0px;
	
	font-family: "Outfit", system-ui;
	font-weight: 400;
}

h1
{
	font-size: 28pt;
	font-variant: small-caps;
	margin-bottom: 0.25rem;
}

h2
{
	font-size: 22pt;
}

h3
{
	font-size: 16pt;
}

h4
{
	text-decoration: underline;
	font-style: italic;
}

ul.Services
{
	list-style: none;
	list-style-position: outside;
	margin-bottom: 3rem;
}

ul.Services > li
{
	margin-bottom: 3rem;
}

ul.Services > li:last-child
{
	margin: 0px;
}

ul#specialConsiderations > li
{
	margin-bottom: 1rem;
}

ul#specialConsiderations > li:last-child
{
	margin-bottom: 0px;
}

ul#pages
{
	float: right;
	padding: 0px;
	padding-top: 2rem;
	
	margin: 0px;
	
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

ul#pages > li
{
	display: inline;
	margin-left: 1.5rem;
}

ul#pages > li > a:link,
ul#pages > li > a:visited
{
	color: black;
	text-decoration: none;
}

.Page
{
	display: none;
}

.Page > h2
{
	text-align: center;
}

.Visible
{
	display: block;
	animation: fade 1s ease-in-out forwards;
}

section > h2
{
	text-align: center;
}

#homePage
{
	text-align: center;
}

@keyframes fade
{
	from
	{
		opacity: 0.0;
	}
	
	to
	{
		opacity: 1.0;
	}
}

figure#portrait
{
	text-align: center;
}

figure#portrait > img
{
	width: 75%;
}

figure#portrait > figcaption
{
	font-size: 0.8rem;
}

img#instagram
{
	height: 1rem;
	position: relative;
	top: 0.25rem;
}

iframe#booking
{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	
	margin-bottom: 2rem;
}
