html, body {
	height: 100%;
	margin: 0;
	font-family: "Cardo", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.095em;
}

body#index {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	/* background-image: url('galiote.jpg');
	background-attachment: fixed;
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat; */
}

body#index::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url('galiote.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 0.8;
	filter: blur(1px);
	z-index: -1;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .2em;
}

h1, h2 {
	font-family: "Beth Ellen", cursive;
	font-weight: 400;
	font-style: normal;
	color: rgb(36, 33, 33);
	line-height: 1.14em;
}

h1 {
	font-size: 2.102em;
}

h2 {
	font-size: 1.168em;
	display: inline;
	margin: 0;
}

#index_title {
	text-align: center;
	max-width: 30em;
}

#page_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3em;
}

#page_footer {
	padding: 3em;
	padding-top: 6em;
	text-align: center;
}

#descr {
	font-style: italic;
}

#page_body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#page_body > h1, #page_body > h3 {
	text-align: center;
}

#page_body > h1 {
	margin-bottom: 2em;
}

h3 {
	font-size: 1.5em;
}

#page_body > * {
	width: 100%;
}

#page_body > p {
	max-width: 32em;
}

nav {
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .097em;
}

nav > ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	min-width: 32em;
	margin: 0;
}

nav#index-nav > ul {
	padding: 5.6em;
	padding-top: .7em;
	padding-bottom: 2.1em;
	margin: 0 auto;
	min-width: 0;
}

#signature {
	font-style: italic;
	text-align: center;
}

.people_list {
	display: flex;
	max-width: 60em;
	/*margin: 0 auto;*/
	justify-content: center;
	gap: 1.3em;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.person {
	text-align: center;
}

.person > h6, .person > p {
	font-size: 1em;
	margin-bottom: .1em;
	margin-top: .1em;
}



.person_img, .vip_img {
	width: 12em;
	height: 12em;
	overflow: hidden;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: .5em;
	border: 1px solid white;
}

.vip_img {
	width: 14.5em;
	height: 14.5em;
}

.photo {
	max-height: 20em;
	max-width: 30em;
	object-fit: contain;
	height: auto;
}

.logo {
	max-height: 10em;
	max-width: 15em;
	margin-right: 20px;
	
}

.button {
	font-size: .75em;
	text-transform: uppercase;
	padding: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: white;
	background-color: rgb(36, 33, 33);
	border-radius: 2em;
	text-align: center;
}

.button:hover {
	background-color: rgb(120, 117, 117);
	text-decoration: none;
}

h4, p.centered {
	text-align: center;
	margin: 0;
}

p.centered {
	text-align: center;
	margin: 0;
	margin-bottom: 1em;
}

p {
	text-align: justify;
}

.concert {
	max-width: 40em;
}

.concert > h3, .concert > p {
	margin-bottom: 0;
	margin-top: 0;
}

.concert > .button {
	float: right;
	margin-top:.55em;
}

.centered:has(> .button) {
	margin-top: 3em;
}

hr {
	border: none;
	border-top: 1px rgb(36, 33, 33) solid;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.social {
	height: 1.2em;
	margin-left: .5em;
}

.social:hover {
	opacity: .5;
}
