* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* inward padding */
}

body {
    font-family: "Explora", sans-serif;
    font-family: "Ballet", sans-serif;
	/*overflow-y: hidden;  Hide vertical scrollbar */
    /*overflow-x: hidden;  Hide horizontal scrollbar */
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#backdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -2;
}

#backdrop * {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    
}

main {
	margin: auto;
	flex-grow: 1;
	}

.main-content {
	margin: auto;
}

/**********/
/* HEADER */
/**********/

header .navigation {
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.logo {
    display: flex;
    justify-content: center;
	flex-shrink: 0;
}

.logo img {
    width: 100%;
	height: auto;
    display: block;
}

nav {
	margin-top: auto;
	margin-bottom: auto;
}
nav ul {
	display: flex;
    gap: 40px;
}


nav ul li {
	list-style: none;
}

nav ul li a {
	color: rgba(255, 255, 255, 0.836);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 35px;
	text-decoration: none;
    font-family: "Explora", sans-serif
}

nav ul li a:hover {
	color: rgba(255, 255, 255, 0.836);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 35px;
	text-decoration: none;
    font-family: "Explora", sans-serif;
	text-decoration: underline;
	text-decoration-thickness: 0.1%;
	text-underline-offset: 6px;
}

nav ul li a.active {
	color: rgba(255, 255, 255, 0.836);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 35px;
	text-decoration: underline;
	text-decoration-thickness: 0.1%;
	text-underline-offset: 6px;
    font-family: "Explora", sans-serif
}

.rsvp {
	color: #C5A047;

}

.rsvp:hover {
	color: #C5A047;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: underline;
	text-decoration-thickness: 0.1%;
	text-underline-offset: 6px;

}

.rsvp:active {
	color: #C5A047;
	text-decoration: underline;
	text-decoration-thickness: 0.1%;
	text-underline-offset: 6px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}


/***************/
/* HOME SPLASH */
/***************/

.splash {
    display: flex;
    justify-content: center;
	padding-left: 60px;
	padding-right: 60px;
}

.splash img {
	min-width: 520px;
    max-width: 813px;
}

.splash2 {
    display: none;
    justify-content: center;
}

#index {
	padding: 30px;
}
#index div {
	text-align: center;
}

#index h2 {
	color: rgba(255, 255, 255, 0.836);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: "Ballet", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#index h3 {
	color: rgba(255, 255, 255, 0.836);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Explora;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*********/
/* EVENT */
/*********/

#container {
	height: 100%;
}
.second-container {
	display: none;
}

.event {
	display: flex;
	padding-left: 50px;
	padding-right: 50px;
	justify-content: center;
  	align-items: center;
	width: 90%;
	
}

.event > * + {

}

.event div {
	display: block;
	margin: auto;
}

.main-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.stamp {
	width: 100%;
}


.text {
	z-index: 2;
	margin-top: -100px;
}
.photo {
	width: 80%;
	display: block;
  	margin: 0 auto;
}

#container h1{
	color: 124117;
	color: rgba(255, 255, 255, 0.836);
	font-family: "Ballet", sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#container h2 {
	color: 124117;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: "Ballet", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.container div{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.h1-container {
	display: block;
}



/********/
/* RSVP */
/********/

.main-rsvp-container {
	padding-left: 40px;
	padding-right: 40px;
}

.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.rsvp-container {
	display: flex;
	flex-direction: column;
}

.rsvp-container p {
	color: rgba(255, 255, 255, 0.836);
	font-family: "Explora", sans-serif;
	font-size: 30px;
}

.choose {
	display: flex;
	flex-direction: row;
	gap: 60px;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

/*********/
/* CHECK */
/*********/
.checkbox-wrapper-24 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .checkbox-wrapper-24 label {
    display: inline-block;
    color: rgba(255, 255, 255, 0.836);
    cursor: pointer;
    position: relative;
	font-family: "Explora", sans-serif;
	font-size: 25px;
  }
  .checkbox-wrapper-24 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0.836);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .checkbox-wrapper-24 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.836);
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.836);
    position: absolute;
    transform: rotate(305deg);
    top: 15px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .checkbox-wrapper-24 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }

  .checkbox-wrapper-24 input[type=checkbox] {
    display: none;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span {
    background-color: #C5A047(138, 21, 21, 0.836);
    transform: scale(1.25);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: rgba(255, 255, 255, 0.836);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: rgba(255, 255, 255, 0.836);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span {
    background-color: #ffffff38;
    transform: scale(1.25);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }

/*********/
/* CHECK */
/*********/
.checkbox-wrapper-25 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .checkbox-wrapper-25 label {
    display: inline-block;
    color: rgba(255, 255, 255, 0.836);
    cursor: pointer;
    position: relative;
	font-family: "Explora", sans-serif;
	font-size: 25px;
  }
  .checkbox-wrapper-25 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0.836);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .checkbox-wrapper-25 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.836);
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-25 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.836);
    position: absolute;
    transform: rotate(305deg);
    top: 15px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-25 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .checkbox-wrapper-25 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }

  .checkbox-wrapper-25 input[type=checkbox] {
    display: none;
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label span {
    background-color: rgba(255, 255, 255, 0.836)3;
    transform: scale(1.25);
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label:hover span {
    background-color: #ffffff38;
    transform: scale(1.25);
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: rgba(255, 255, 255, 0.836);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-25 input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: rgba(255, 255, 255, 0.836);
    transition: width 150ms ease 100ms;
  }
/*************/
/* CHECK END */
/*************/

/*********/
/* FORMS */
/*********/
body { background:transparent; }
form { max-width:600px; margin:50px auto; }

.feedback-input {
  color:white;
  font-family: "Explora", sans-serif;
  font-size: 25px;
  border-radius: 10px;
  line-height: 22px;
  background-color: transparent;
  border:1px solid #fff;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { 
	border:1px solid #fff; 
}

.feedback-input::placeholder {
	color: white;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"]{
	font-family: "Explora", sans-serif;
	font-weight: normal;
	width: 100%;
	background:transparent;
	border-radius:10px;
	border:1px solid #fff; 
	cursor:pointer;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	transition: all 0.3s;
	margin-top:-4px;
}
[type="submit"]:hover { font-weight: bold; background:#ffffff38;
	; }

	/*********/
	/* FOOTER */
	/*********/
.footer-logo {
	display: none;
}
	.footer-container {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	
	.footer-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		
	}
	.footer-text
	{
		font-size: 20px;
		font-family: "Explora", sans-serif;
		color:rgba(255, 255, 255, 0.836);
	}
	
/******************/
/*  MEDIA QUERIES */
/******************/

@media screen and (max-width: 850px) {
	
	/*********/
	/* EVENT */
	/*********/
	#container h1{
		color: 124117;
		color: rgba(255, 255, 255, 0.836);
		font-family: "Ballet", sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
	}

	.main-container {
		display: none;
	}

	.second-container {
		display: inline;
	}

	.event2 {
		display: flex;
		flex-direction: column;
		height: fit-content;
		display: flex;
		padding: 30px;
		justify-content: center;
		  align-items: center;
	}

	.event div {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.event2 div {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.photo {

	}
	.photo-holder {
		border-bottom: 1px solid #ffffff38;
	}

	.holder1 {
		border-bottom: 1px solid #ffffff38;
	}


	
}	
/********/
/* HOME */
/********/

@media screen and (max-width: 550px) {
	.splash {
		display: none;
		justify-content: center;
	}
	
	.splash2 {
		display: flex;
		justify-content: center;
	}

	main {
		margin-top: auto;
		margin-bottom: auto;
		}

	nav ul {
    gap: 20px;
	}

	nav ul li a {
		color: rgba(255, 255, 255, 0.836);
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 30px;
		text-decoration: none;
		font-family: "Explora", sans-serif
	}
	
	nav ul li a:hover {
		color: rgba(255, 255, 255, 0.836);
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 30px;
		text-decoration: none;
		font-family: "Explora", sans-serif;
		text-decoration: underline;
		text-decoration-thickness: 0.1%;
		text-underline-offset: 6px;
	}
	
	nav ul li a.active {
		color: rgba(255, 255, 255, 0.836);
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 30px;
		text-decoration: underline;
		text-decoration-thickness: 0.1%;
		text-underline-offset: 6px;
		font-family: "Explora", sans-serif
	}
	
	.rsvp {
		color: #C5A047;
	
	}
	
	.rsvp:hover {
		color: #C5A047;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		text-decoration: underline;
		text-decoration-thickness: 0.1%;
		text-underline-offset: 6px;
	
	}
	
	.rsvp:active {
		color: #C5A047;
		text-decoration: underline;
		text-decoration-thickness: 0.1%;
		text-underline-offset: 6px;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	
	}

	/**********/
	/* SPLASH */
	/**********/


	/*********/
	/* RSVP */
	/*********/
	.choose {
		gap: 30px;
		padding-top: 30px;
	}

	.rsvp-container p {
		font-size: 25px;
	}

	.intro {
		display: flex;
		justify-content: center;
  		align-items: center;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}

	.feedback-input {
		font-size: 25px;
	}




}