body {
	background: #000;
	padding-top: 50px;
}

body {
	font-family: 'Lato';
	font-weight: 400;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

.logo-nb {
	height: 150px;
}

.logo-ceo {
	width: 300px;
	margin-left: 20px;
}

@media only screen and (max-width: 996px) {
	.logo-nb {
		width: 90%;
		height: auto;
	}

	.logo-ceo {
		width: 80%;
		margin-left: 20px;
	}
}

.quote {
	display: flex;
	justify-content: center;
	position: relative;
	/*
	top: 20%;
	transform: translateY(-50%);
	*/
	width: 620px;
	height: 877px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2%;
	background-image: url('https://nocbibliotek2025.ceo.org.pl/wp-content/uploads/2025/10/karta-flirtu_25_czarny.png');
	background-size: 100%;
}

.bg-img img {
	float: left;
	top: 0;
	position: absolute;
}

.quote .overlay {
	position: absolute;
	width: 97%;
	height: 97%;
	left: 1.5%;
	z-index: 2;
}

.quote .overlay:after {
	content: '❝';
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	color: #152C46;
	line-height: .9;
	font-size: 40em;
	font-weight: 600;
	opacity: .12;
}

.quote .content {
	width: 90%;
	height: 100%;
	left: 20px;
	z-index: 4;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.quote .content {
	color: #152C46;
}

.quote .content>* {
	word-break: break-word;
}

.quote .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
}

.quote .content p {
	font-weight: 200
}

.quote .content .text small {
	font-size: .9em;
	font-weight: 700;
	color: #152C46;
	letter-spacing: .01em;
}

.generator {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 25px;
	z-index: 5;
	overflow: auto;
}

.generator .generator-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.generator h3 {
	font-weight: 700;
	margin-bottom: 20px
}

.generator .btn {
	border: 0 none;
}

.generator .generator-inner .info {
	font-size: 1.4rem;
	margin-bottom: 25px;
}

canvas {
	display: none
}

#getCartLink {
	display: none;
}

.downloadContent {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	background-color: white;
	padding: 30px;
	margin: 0 auto;
}

.downloadContent .getLink {
	margin-bottom: 15px;
}

input,
textarea {
	border: 3px solid black !important;
	padding: 5px 10px !important;
	margin-bottom: 10px !important;
}

#generateCart2 textarea,
#generateCart3 textarea,
#generateCart4 textarea {
	width: 100%;
}

#generateCart,
#generateCart2,
#generateCart3,
#generateCart4 {
	display: none;
	position: absolute;
	top: 3vh;
	left: 10vw;
	width: 90vw;
}

#contentWelcome {
	background-color: white;
	text-align: center;
	padding: 30px;
}

.c1 {
	display: flex;
	text-align: justify;
	flex-direction: column;
	margin-top: 100px;
}

.c1 p {
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	.downloadContent {
		width: 100%;
	}
}

.btn-secondary {
	background-color: black !important;
	color: white !important;
	border: 3px solid black !important;
	font-weight: bold;
}

.btn-secondary:hover {
	background-color: white !important;
	color: black !important;
}

.info-text p {
	font-size: 1.2rem;
	line-height: 1.2;
}

#getLinkImage2,
#getLinkImage3,
#getLinkImage4 {
	margin-top: 6%;
}