@charset "UTF-8";

* {
	box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.nav {
    padding: 0;
    background-color: #ffffff00;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
	
.nav-menu {
	display: flex;
	width: 100%;
	background-color: #99CCCC;
	justify-content: space-between;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 5.5rem;
	padding-right: 5.5rem;
}

.nav-links {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
}

.nav-toggle {
	display: none;
	justify-content: flex-end;
	align-items: center;
	font-size: 2rem;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
}

.nav-logo {
    max-width: 100%;
    width: 7rem;
	height: auto;
    float: left;
    padding: 0px;
}

.nav-fill {
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 50rem) {
	.nav-links {
		display: none;
		flex-direction: column;
		background-color: #99cccc;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		padding: 1rem;
	}
	
	.nav-links.active {
		display: flex;
	}
	
	.nav-toggle {
		display: block;
	}
	
	.nav-fill {
		width: 50rem;
		height: auto;
		position: relative;
		text-align: center;
		overflow: hidden;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.nav-fill img {
		width: 50rem;
		height: auto;	
	}
	
	.nav-menu {
		padding-left: 11%;
		padding-right: 2%;
	}
	
	.nav-logo {
		max-width: 30%;
		height: auto;
	}
}

.main-text {
    padding: 1.5rem 1rem 0rem 1rem;
    text-align: center;
	color: #737373;
}
	
.main-text h1 {
    font-family: Times New Roman, serif;
    font-weight: 100;
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.main-text p {
    font-family: League Spartan, serif;
    font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.5rem;
}
	
.main-text h2 {
	font-family: League Spartan, serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.main-text ul {
    font-family: League Spartan, serif;
    font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.5rem;
	list-style-type: circle; /* lehet: square, disc, circle, none */
	padding: 0 15% 0 15%;
}

.main-text li {
	margin-bottom: 0.5rem;
	text-align: left;
}

.main-text ul a {
	color: #737373;
	text-decoration: underline;
	cursor: pointer;
}

.main-text ul a:hover {
	color: #99cccc;
}

.location-block {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: flex-start;
	padding: 2rem 5.5rem;
	margin: 0rem auto;
}

.location-text {
	width: 35%;
    text-align: left;
	color: #737373;
}
	
.location-text h1 {
    font-family: Times New Roman, serif;
    font-weight: 100;
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin-bottom: 0.5rem;
}

.location-text p {
    font-family: League Spartan, serif;
    font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin: 1rem 0 0.7rem 0;
}

.location-text p a {
	color: #737373;
	text-decoration: none;
	cursor: pointer;
}

.location-text p a:hover {
	color: #99cccc;
	text-decoration: underline;
}

.location-map {
	width: 60%;
}

.location-map iframe {
	width: 100%;
	height: 400px;
	border: none;
}

@media (max-width: 50rem) {
	.location-block {
		flex-direction: column;
		padding: 1rem;
		overflow: visible;
	}

	.location-text {
		width: 100%;
	}
	
	.location-text {
		margin-bottom: 0.1rem;
	}
	
	.location-map {
		width: 100vw;
		overflow-x: hidden;
		margin-left: -1rem;
		margin-right: -1rem;

	}
		
	.location-map iframe {
		width: 100vw;
		height: 300px;
		border: none;
	}
}

.location-button {
	display: flex;
	gap: 0px;
	justify-content: flex-start;
	padding: 0.5rem 0 0.5rem 0;
}

.location-button img {
	width: auto;
	height: 25px;
}

.location-button-left {
	display: flex;
	align-items: center;
	background-color: #ffffff00;
	border-top: 3px solid #99cccc;
	border-left: 3px solid #99cccc;
	border-bottom: 3px solid #99cccc;
	border-right: 0px solid #99cccc;
	border-radius: 10px 0px 0px 10px;
	padding: 7px;
	font-family: "Bakbak One", serif;
	line-height: 1.1;
	font-weight: 300;
	color: #99cccc;
}

.location-button-right {
	display: flex;
	align-items: center;
	background-color: #99cccc;
	border: 4px solid #99cccc;
	border-radius: 0px 10px 10px 0px;
	padding: 3px;
	font-family: Arial, sans-serif;
}

.location-button-right:hover {
	filter: brightness(1.1)
}

.rsvp-button-left {
	display: flex;
	align-items: center;
	background-color: #ffffff00;
	border-top: 3px solid #99cccc;
	border-left: 3px solid #99cccc;
	border-bottom: 3px solid #99cccc;
	border-right: 0px solid #99cccc;
	border-radius: 10px 0px 0px 10px;
	padding: 7px;
	font-family: "Bakbak One", serif;
	line-height: 1.1;
	font-weight: 300;
	color: #99cccc;
}

.rsvp-button-right {
	display: flex;
	align-items: center;
	background-color: #99cccc;
	border: 4px solid #99cccc;
	border-radius: 0px 10px 10px 0px;
	padding: 3px;
	font-family: Arial, sans-serif;
}

.rsvp-button-right:hover {
	filter: brightness(1.1)
}

.rsvp-embed {
	width: 100%;
	max-width: 800px;
	margin: 1rem auto;
	padding: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.cal-button {
	display: flex;
	gap: 0px;
	justify-content: center;
	padding: 0.5rem 0rem 0.5rem 0rem;
}

.cal-button-left {
	display: flex;
	align-items: center;
	background-color: #ffffff00;
	border-top: 3px solid #99cccc;
	border-left: 3px solid #99cccc;
	border-bottom: 3px solid #99cccc;
	border-right: 0px solid #99cccc;
	border-radius: 10px 0px 0px 10px;
	padding: 7px;
	font-family: "Bakbak One", serif;
	line-height: 1.1;
	font-weight: 300;
	color: #6DB6B6;
}

.cal-button-middle {
	display: flex;
	align-items: center;
	background-color: #99cccc;
	border: 4px solid #99cccc;
	border-radius: 0px 0px 0px 0px;
	padding: 7px;
	font-family: Arial, sans-serif;
}

.cal-button-middle:hover {
	filter: brightness(1.1)
}

.cal-button-right {
	display: flex;
	align-items: center;
	background-color: #99cccc;
	border: 4px solid #99cccc;
	border-radius: 0px 10px 10px 0px;
	padding: 7px;
	font-family: Arial, sans-serif;
}

.cal-button-right:hover {
	filter: brightness(1.1)
}

.cal-button img {
	width: auto;
	height: 25px;
}

.sheets-embed {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 2rem auto;
	border: none;
	height: 1140px;
	justify-content: center;
}

.sheets-wrapper {
	width: 450px;
	height: 1140px;
	overflow: hidden;
	position: relative;
}

.sheets-wrapper iframe {
	width: 100%;
	height: 1200px;
	position: absolute;
	top: -25px;
	left: 0;
	border: none;
}

.gallery-wrapper {
width: 100%;
margin-top: 20px;
display: block;
overflow: hidden;
}

.gallery-container {
grid-column-gap: 10px;
grid-row-gap: 0px;
display: flex;
overflow: auto;
}

.img_gallery {
width: auto;
height: 15rem;
}

@media (min-width: 50rem) {
	.img_gallery {
		height: 25rem;
	}
}