@font-face {
	font-family: Neutra;
	src: url(https://file.garden/ZWzGXx9JoSEF0CWG/jazzpunk/NeutraDisplayMedium.otf);
}
html {
	background-image: url('https://file.garden/ZWzGXx9JoSEF0CWG/jazzpunk/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: black;
}
body {
	color: white;
	font-family: Neutra, "Gill Sans", sans-serif;
}
html, body {
	margin: 0 auto;
	font-size: 20px;
}
p {
	font-size: 23px;
}
img {
	box-shadow:0 0 25px #000;
}
a:hover {
	text-decoration: underline;
	color: #ff3000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #ff3000;
}
.mainwrapper {
	margin: 0 auto;
	width: 75%;
	position: relative;
}
.backimage {
	position: absolute;
	width: 14rem;
	top: 2rem;
	left: 5rem;
}
.textwrapper {
	margin: 0 auto;
	background-color: #000000bf;
	height: 100%;
	width: 60%;
	text-align: center;
	padding: 1rem;
}
#logopadding {
	width: -webkit-fill-available;
	padding: 5% 5% 0 5%;
}
.lazyload {
	opacity: 0;
    -webkit-transition: all 2s ease; 
    -moz-transition: all 2s ease; 
    -ms-transition: all 2s ease; 
    -o-transition: all 2s ease; 
}
.topbanner {
	height: 10rem;
	width: 100%;
}
.iloveyou {
	position: absolute;
  	bottom: 0;
}
.seriously a:link, .seriously a:visited, .seriously a:hover,.seriously a:active {
	font-size: 40px;
	color: #ff3000;
	text-decoration: underline;
}
.gallery {
	margin: auto -25%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.gallery img {
	max-width: 32%;
    height: auto;
    flex: 1 1 auto;
    object-fit: cover;
}
#fair {
	color: #ff3000;
	font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .backimage {
	position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
  .textwrapper {
  	position: relative;
  	z-index: 0;
  	width: 100%;
  }
  .topbanner {
  	height: 4rem;
  }
}
