@font-face {
  font-family: "DoppioOne";
  src: url("./fonts/doppio-one-v13-latin-regular.woff2");
}

body {
	background-color: black;
	margin: 0;
}

#wrapper {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#poster {
	position: relative;
	background-color: #ff9600;
	overflow: hidden;
}

#hands, #logo, #barbican, #barbican-library {
	position: absolute;
}

#hands, #barbican, #barbican-library, #eventbrite-link {
	mix-blend-mode: multiply;
}

#hands {
	width: 55%;
	top: 10%;
	left: -7%;
}

#logo {
	top: 11%;
	right: 4%;
	width: 70%;
}

#barbican {
	bottom: 0;
	right: 0;
	width: 60%;
}

#barbican-library {
	bottom: 2%;
	left: 10%;
	width: 22%;
}

#title {
	display: none;
}

#copy-1, #copy-2, #address, #eventbrite-link {
	margin: 0;
	position: absolute;
	right: 4%;
	font-family: DoppioOne;
	text-align: right;
}

#copy-1, #copy-2, #eventbrite-link {
	font-size: 1em;
}

#copy-1 {
	top: 25%;
}

#eventbrite-link {
	top: 45%;
	text-decoration: none;
	padding: 10px 20px;
	background-color: black;
	color: white;
	box-shadow: 5px 5px 5px black;
}

#eventbrite-link:hover {
	box-shadow: 5px 5px 10px black;
}

#copy-2 {
	top: 60%;
}


#address {
	font-size: 0.7em;
	top: 70%;
}