:root {
	/* Animate.CSS */
	/* --animate-delay: 1.25s; /**/	  
	/* Countdown*/
	--smaller: .75;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Musica de fondo */
.audio-container {
	position: fixed; right:0;
	display: inline-block;
}
.play-button {
	background-color: #ee7c9d;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	outline: none;
}
.play-button:hover {
	background-color: #edb6b2;
}	
	
/* Texto General */
body {
	/*background: url('boda.jpg') no-repeat center center fixed;
	background-size: cover; /* */

	background-image: url('boda.jpg');				
	background-repeat: no-repeat;
	background-position: center center; /* */
	background-size: cover; /* */
	background-attachment: fixed; /* */
	min-height:100%;
					
	text-align: center;
	color: #000;
	font-family: 'Cormorant', serif;
	font-size: clamp(10px, 4vw, 20px);
}
.content {
	background: rgba(255, 255, 255, 0.01);
	padding: 20px;
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
}
.foto {
	width: 100%;
	max-width: 450px;
	height: auto;
	--animate-delay: 8s;
}
/* Quienes */
h1 {
	font-family: "Petemoss", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(64px, 20vw, 108px);
	margin-top: 10px;
	margin-bottom: 25px;
}
/*Evento */
h2 {
	font-family: "Allura", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(25px, 8vw, 50px);
	margin-top: 48px;
}
/* Fecha */
h3 {
	font-family: "Abel", serif;
	font-weight: 400;
	font-style: normal;		
	font-size: clamp(16px, 3vw, 20px);
	margin-bottom: 64px;
}
/* Templo */
h4 {
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 550;
	font-style: normal;
	font-size: clamp(20px, 5vw, 30px);
}
/* Direccion */
h5 {
	font-family: 'Cormorant', serif;					
	font-size: clamp(4px, 3vw, 16px);		
}
		
/* Countdown */
.container {
	color: #333;
	margin: 0 auto;
	text-align: center;
	margin-top: 56px;/**/
}
countDown-li {
	display: inline-block;
	font-size: 1.05em;
	list-style-type: none;
	padding: 1em;
	/*text-transform: uppercase; /**/
}
countDown-li span {
	display: block;
	font-size: 3.5rem;
}
@media all and (max-width: 640px) {
	countDown-li {
		font-size: calc(1.125rem * var(--smaller));
	}
	countDown-li span {
		font-size: calc(3.375rem * var(--smaller));
	}
}		

.header {
	position: absolute;
	/*margin-top: -10px;/**/
	/*background-color: #d81b60; /**/
	left:0;
	right:0;
	/*margin:15px;/**/
	/*padding:10px;/**/
	/*font-size: large;/**/
	margin-top: 10px;/**/
	font-size: 1.05em;
}		
		
add-to-calendar-button#css-part-example::part(atcb-button),
  #atcb-btn-css-part-example-modal-host::part(atcb-button) {
	background-color: #f5f0f0;
	color: #000; /*#f2ebeb; /**/
}
  
#CalendarContainer {
	display:none;
	margin-top: -25px;/**/
}
