body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	margin: 0;
}

h2, p {
	margin-top: 0;
}

.entryWrapper {
	background: no-repeat fixed center center;
	background-image: url('/img/home/alkoparty.pl_entry_bg_xs.jpg');
	background-size: 100% 100%;
	box-sizing: border-box;
	display: flex;
	height: 100vh;
	justify-content: center;
	padding: 20px;
	position: relative;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.entryContent {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 10%;
	padding: 30px 50px;
	z-index: 1;
}

.text {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 40px;
	max-width: 600px;
}

.entryLink {
	background-color: #cebaa6;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	padding: 16px 24px;
	text-decoration: none;
	transition: all 0.3s;
	width: fit-content;
}

.entryLink:hover {
	background-color: #c0a68c;
}

@media (min-width: 770px) {
	.entryWrapper {
		background-image: url('/img/home/alkoparty.pl_entry_bg_md.jpg');
	}

	.entryContent {
		padding: 45px 75px;
	}
}

@media (min-width: 1200px) {
	.entryWrapper {
		background-image: url('/img/home/alkoparty.pl_entry_bg_xl.jpg');
	}

	.entryContent {
		padding: 60px 100px;
	}
}
