body {
	/*overflow-y: visible;*/
	/*overflow: visible;*/
	overflow: hidden
}

body.homepage {
	overflow: hidden;
}
/*
#agegate-bg {
	display: none!important;
}

.homepage #agegate-bg {
	display: block!important;
}
*/

#vega-bg, #agegate-bg {
	height: 100vh;
	width: 100vw;
	background-image: url(https://eclipticbrewing.com/wp-content/uploads/2020/03/agegate-bg.jpg);
  	display: block;
  	background-size: 150% auto;
  	background-repeat: no-repeat;
  	background-position: 10% 0;
  	position: relative;
  	margin-top: -200px;
  	transition: background 0.5s ease-out;
}

#vega-bg {
	background-size: 110% auto;
	height: 400px;
	margin-top: 15px;
}

#agegate-bg {
	z-index: 500;
}

.scrolled #agegate-bg {
	/*transition: background 0s;*/
}

.vega-border, .agegate-border {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left:	0;
	height: 100%;
	width: 100%;
	border-bottom: dashed 3px #4d7a91;
	transition: 0.3s;
}

.scrolled .agegate-border {
	opacity: 1;
	z-index: 999;
}

#vega-fg, #agegate-fg {
	height: 100vh;
	width: 100vw;
	background-image: url(https://eclipticbrewing.com/wp-content/uploads/2021/06/agegate-fg.png);
  	display: block;
  	z-index: 500;
  	background-size: 150% auto;
  	background-repeat: no-repeat;
 	background-position: 15% 0;
 	position: relative;
	transition: background 0.5s ease-out;
}

#vega-fg {
	height: 400px;
	background-size: 110% auto;
	display: flex;
}

#vega-logo {
	height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    width: 320px;
}

#agegate-bg.age-closed,
#agegate-fg.age-closed {
	/*background-position-y: bottom!important;*/
}

#agegate-options {
	position: absolute;
    height: 100vh;
    width: 100vw;
    display: flex;
    top: 0;
    z-index: 999;
}

#agegate-cont {
	margin: auto;
  /*  min-width: 500px;*/
}

#agegate-logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: relative;
	height: 400px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#agegate-cont #agegate-text {
	background-image: url(https://eclipticbrewing.com/wp-content/uploads/2021/06/agegate-text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: relative;
	height: 120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#agegate-buttons {
	display: flex;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 25px;
}

#agegate-buttons div {
	color: #fff;
	border: 3px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	margin: auto;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.5s;
	cursor: pointer;
	font-weight: bold;
}

#agegate-buttons div.color-1 {
  color: #73C8AF;
  border-color: #73C8AF;
}

#agegate-buttons div.color-2 {
  color: #F1EFDA;
  border-color: #F1EFDA;
}

#agegate-buttons div.color-3 {
  color: #F7A330;
  border-color: #F7A330;
}

#agegate-buttons div.color-4 {
  color: #F08571;
  border-color: #F08571;
}

#agegate-buttons div.color-5 {
  color: #E43449;
  border-color: #E43449;
}

#agegate-buttons div.color-6 {
  color: #72CCDA;
  border-color: #72CCDA;
}

.homepage .navbar {
	opacity: 0;
}

.navbar {
	opacity: 1;
}

.meteorite {
    width: 200px;
    height: 200px;
    background-image: url(https://eclipticbrewing.com/wp-content/uploads/2021/06/Shooting_Star_Flat.png);
		background-size: contain;
		background-position: center center;
    position: absolute;
		background-repeat: no-repeat;
		transform: rotate(-45deg);
}

#vega-bg .meteorite {

}

.meteor-right {
	right: -250px;
}

.meteor-top {
	top: -250px;
}

.flag {
	position: absolute;
	display: block;
	height: 0;
	width: 0;
}

.flag-bottom {
	top: 100%;
}

.flag-left {
	right: 100%;
}

@keyframes fgMove {
	0% {
		background-position: 15% 0%;
	}
	50% {
		background-position: 60% 30%;
	}
	100% {
		background-position: 15% 0%;
	}
}

@keyframes bgMove {
	0% {
		background-position: 10% 0%;
	}
	50% {
		background-position: 90% 60%;
	}
	100% {
		background-position: 10% 0%;
	}

}

/*.meteor1 {
	animation: meteor1 3s infinite;
	left: -100vw;
	bottom: -100vh;
}
.meteor2 {
	animation: meteor2 6s infinite;
	left: -50vw;
	bottom: -100vh;
}
.meteor3 {
	animation: meteor3 9s infinite;
	left: -100vw;
	bottom: -50vh;
}

@keyframes meteor1 {
	0% {
		left: 100vw; bottom: 100vh
	}
	60% {
		left: 100vw; bottom: 100vh
	}
	100% {
		left: -100px; bottom: -100px;
	}

}
@keyframes meteor2 {
	0% {
		left: 50vw; bottom: 100vh
	}
	75% {
		left: 50vw; bottom: 100vh
	}
	100% {
		left: -100px; bottom: 50vw;
	}

}
@keyframes meteor3 {
	0% {
		left: 100vw; bottom: 50vh
	}
	90% {
		left: 100vw; bottom: 50vh
	}
	100% {
		left: 50vh; bottom: -100px;
	}

}*/

@media (max-width: 767px) {
#agegate-bg, #agegate-fg {
	background-size: auto 150%;
}

	#agegate-cont #agegate-text {
		height: 90px;
		width: 85%
	}

	#agegate-logo {
		height: 275px;
		width: 275px;
	}

	#agegate-buttons {
		padding-left: 10%;
		padding-right: 10%;
	}
	.logo {
		height: 150px;
		width: auto;
	}

	.home-img {
		height: 250px;
		border-color: #000;
	}

	.home-text {
		padding: 25px;
	}

	#agegate-bg {
		animation: linear bgMove 60s infinite;
	}
	#agegate-fg {
		animation: linear fgMove 60s infinite;
	}
}