@font-face {
    font-family: segoe-script;
    src: url(/fonts/segoe-script.ttf);
}
* {
	box-sizing: border-box;
}
img {
	box-shadow: .4em .4em .5em rgba(0,0,0,.5);
}
html {
	height: 100%;
	font-family: segoe-script;
	color: #444648;
	text-align: center;
	font-size: 24px;
}
input {
	font-family: segoe-script;
	text-align: center;
}
body {
	min-height: 100%;
	padding-bottom: 4em;
	background-position: top center!important;
	overflow-x: hidden;
	margin: 0;
	background-repeat: no-repeat;
	position: relative;
}
h2 {
	font-size: 32px;
}
.container {
	margin: auto;
	max-width: 1200px;
	position: relative;
	padding: 32px;
}
.document-header {
	background: #fed;
}
.bank-account {
	line-height: 22px;
	margin-bottom: 14px;
	cursor: pointer;
	padding: 4px 16px;
	border-radius: 4px;
	background: #fed;
	width: 100%;
}
.bank-account:hover, .bank-account.selected {
	box-shadow: 1px 1px 3px #888;
}
.visible-iban {
	font-size: 18px;
    word-wrap: break-word;
    columns: 7;
    column-gap: 0;
	width: 450px;
	margin: auto;
	widows: 1;
	orphans: 1;
	margin: 24px auto;
}

.document-header .container {
	height: 600px;
}
.header-content {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flowery-portrait-container {
	width: 380px;
	height: 380px;
	margin: 100px auto;
	position: relative;
}
.flowery-portrait:before {
	display: block;
	content: '';
	background: url(/images/flower2_bird.png);
	width: 120px;
	height: 115px;
	position: absolute;
	z-index: 2;
	-webkit-background-size: cover;
	background-size: cover;
	bottom: 0;
	right: 0;
}
.flowery-portrait:after {
	background: url(/images/flower2.png);
	width: 485px;
	height: 485px;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	margin: -60px 0 0 -55px;
	-webkit-animation: rotating 425s infinite linear;
	animation: rotating 425s infinite linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.portrait-names {
	position: absolute;
	width: 60%;
	top: 50%;
	transform: translateY(-50%);
}
.portrait-names div {
	height: 64px;
}
.portrait-left-name {
	right: 100%;
	margin-right: 80px;
}
.portrait-right-name {
	left: 100%;
	margin-left: 80px;
}
.flowery-portrait img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hotels-container .container {
	border-bottom: 1px solid #444648;
}
.donate-container .container {
	border-top: 1px solid #444648;
}
.bank-accounts-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 16px;
	place-items: center;
}

.invitation-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
	padding: 32px;
}
.invitation-button {
	border-radius: 8px;
	padding: 4px;
	cursor: pointer;
	display: grid;
	place-items: center;
}
.invitation-button:hover {
	box-shadow: 0 0 4px #cba;
}
.accept-invitation {
	background: #fed;
}
.decline-invitation {
	background: #eee;
}
.number-of-guests {
	display: none;
	grid-template-columns: 1fr 48px;
	border-radius: 8px;
	background: #fed;
	width: 400px;
	margin: 0 auto 32px;
	border: none;
	box-shadow: 0 0 4px #cba;
	overflow: hidden;
}
.number-of-guests.active {
	display: grid;
}
.number-of-guests label {
	cursor: pointer;
}
#number-of-guests {
	border: none;
	background: #fff;
	padding: 4px;
}
#number-of-guests:focus {
	outline: none;
	box-shadow: inset 0 0 4px #cba;
}
.guests-names {
	display: none;
	grid-template-columns: 1fr;
	grid-gap: 2px;
	border-radius: 8px;
	background: #fed;
	width: 400px;
	margin: 0 auto 32px;
	border: none;
	box-shadow: 0 0 4px #cba;
	overflow: hidden;
}
.guests-names.active {
	display: grid;
}
.guests-names input {
	border: none;
	background: #fff;
	padding: 8px;
}
.guests-names input:focus {
	outline: none;
	box-shadow: inset 0 0 4px #cba;
}

.baladinos-container {
	background-image: url(/images/baladinos1.jpg);
	background-size: cover;
	background-position: center bottom;
	box-shadow: inset 0 0 0 99999px rgba(0,0,0,.2);
	text-shadow: 0 0 2px #000;
	padding: 128px 0;
	color: #fff;
}

.thanks-for-coming-container {
	padding: 0 32px;
}

.document-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4em;
	background: #fed;
}
.document-footer .container {
	display: grid;
	place-items: center;
	padding: 0;
}
.copyleft-icon {
	transform:rotate(180deg);
	display: inline-block;
}

#dropzone {
	width: 100%;
}
.dropzone .delete-file {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 20;
	color: #fff;
	background: #333;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	padding-left: 5px;
	font-size: 20px;
	line-height: 17px;
	cursor: pointer;
}
.tech-hide {
	display: none!important;
}
.dropzone .delete-file:hover {
	background: #888;
}
#uploader {
	width: calc(100% - 3px);
    position: relative;
    bottom: -30px;
    border: none;
    border-bottom: 2px solid #aaa;
}

@media only screen and (max-width: 1250px) {
	.container {
		margin: 0 16px;
	}
}
@media only screen and (max-width: 1000px) {
	.document-header .container {
		height: 700px;
	}
	.flowery-portrait-container {
		margin: auto auto 100px;
		width: 300px;
		height: 300px;
	}
	.flowery-portrait:after {
		width: 400px;
		height: 400px;
		margin-left: 40px;
	}
	.flowery-portrait:before {
		width: 100px;
		height: 97px;
	}
	.flowery-portrait {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 16px;
		margin: auto -80px;
	}
	.portrait-names {
		position: static;
		margin: 420px auto auto;
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.bank-accounts-container {
		grid-template-columns: 1fr 1fr;
	}
	.visible-iban {
		font-size: 15px;
		width: 350px;
	}
}
@media only screen and (max-width: 500px) {
	h2 {
		font-size: 28px;
	}
	html {
		font-size: 18px;
	}
	.visible-iban {
		font-size: 10px;
		width: 250px;
	}
	.bank-account {
		line-height: 16px;
		margin-bottom: 8px;
	}
	.document-header .container {
		height: 500px;
	}
	.header-content {
		top: 45%;
	}
	.flowery-portrait-container {
		margin: auto auto 100px;
		width: 200px;
		height: 200px;
	}
	.flowery-portrait:after {
		width: 265px;
		height: 265px;
		margin-left: 50px;
		top: 20px;
	}
	.flowery-portrait:before {
		width: 65px;
		height: 63px;
		margin-left: 50px;
		top: 25px;
	}
	.portrait-names {
		margin-top: 300px;
	}
	.invitation-buttons {
		padding-left: 0;
		padding-right: 0;
	}
	.number-of-guests, .guests-names {
		width: 100%;
	}
	.baladinos-container {
		padding: 32px 0;
	}
}