html, body {
  font-size: 16px;
}

body {
  background-repeat: no-repeat;
	background-image: url(assets/bin/bg4.jpg);
	background-image: -webkit-image-set(
		url("assets/bin/bg4.avif") 1x,
		url("assets/bin/bg4.jpg") 1x
	);
	background-image: image-set(
		url(assets/bin/bg4.avif) type("image/avif"),
		url(assets/bin/bg4.jpg) type("image/jpg")
	);
  background-size: cover;
  min-height: 100vh;
	font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
}

.logo-wrap {
	text-align: center;
}

#logo {
  display: inline-block;
	width: 30vw;
	max-width: 400px;
	height: auto;
	margin: 40px 0;
}

.small-logo {
	width: 120px;
	opacity: 0.8;
}

a #logo {
  pointer-events: auto;
}

main, a {
  color: #f7f5f3;
}

main {
  width: 70vw;
  margin-left: 15vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0px;
}

main > * {
  padding: 0px 30px 0px 30px;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 50px;
}
h2 {
  font-size: 1.5em;
  margin-top: 50px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.1em;
  margin: 20px 0px;
}

.section {
  margin: 20px;
}

video {
  width: 100%;
}

.text-center {
  text-align: center;
}

.contact-info > * {
  margin: 10px 0px;
  font-size: 0.8em;
}

.button {
  border: 2px solid #f7f5f3;
  padding: 15px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #f7f5f3;
  text-decoration: none;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 1s;
  text-align: center;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transition: background-color 1s;
}

.button:visited {
  color: #f7f5f3;
}

.space-before-after {
  margin: 40px 0px;
}

.poster {
	width: 80%;
	margin: 0px;
	padding: 0px;
}

.poster:not(.active) {
  max-width: 550px;
}

.poster.active {
  width: 90vw;
  position: absolute;
  top: 30px;
	left: calc(5vw - 30px);
	border: 30px solid rgba(0, 0, 0, 0.7);
}

.poster-description {
  padding: 0px 10%;
} 

figure.quote {
	font-style: italic;
  font-size: 1.2rem;
	margin: 20px;
}
figure.quote figcaption {
	margin-left: 60px;
	font-size: 0.8em;
}
figure.quote blockquote::before {
	content: "“";
}
figure.quote blockquote::after {
	content: "”";
}

.link-btn a {
	display: inline-block;
	min-width: 100px;
	margin: 0;
}

.link-btn {
	margin: 20px;
}

h1.logo-txt {
	text-align: center;
	font-size: 70px;
	padding-top: 10px;
}

@media only screen and (max-device-width: 800px) {
  html, body {
    font-size: 30px;
  }
  main {
    width: 90vw;
    text-align: center;
    margin-left: 5vw;
	}
	.special {
		font-size: 1.5em;
	}
}
