@import url('https://fonts.googleapis.com/css?family=Lato:100');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	scroll-snap-type: y mandatory;
}
section {
	height: 100vh;
	scroll-snap-align: start;
}
.nav {
	background-color: #020101;
	list-style: none;
	text-align: center;
	float: top;
	padding: 20px 0 20px 0;
	margin: auto;
	width: 100%;
	opacity: 0.7;
	background-color: black;
	position: fixed;
	z-index: 1000;
}
.nav > li {
	display: inline-block;
	padding: 0 3% 0 3%;
}
.nav > li > a {
	text-decoration: none;
	color: #F9F3F4;
	font-size: 2.5vmin;
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
}
.nav > li > a:hover {
	color: #e8a935;
}
.intro {
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-size: cover;
}
.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
	z-index: 100;
}
.pics {
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-size: cover;
}
.pics .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}
.content {
	max-width: 900px;
	margin: 0 auto;
	top: 50%;
	text-align: center;
}
.content h1 {
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 12vw;
	font-weight: bolder;
}
.content h2 {
	font-family: 'Lato', sans-serif;
	color: #e8a935;
	font-size: 2.5vw;
	position: relative;
}
.about{
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5)
}
.about .abouttext{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 800px;
}
.abouttext h1{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 8vmin;
	text-align: center;
	position: center;
	padding: 0% 10%;
}
.abouttext h2{
	font-family: 'Lato', sans-serif;
    text-align: justify;
    text-justify: inter-word;
	color: #F9F3F4;
	font-size: 2.5vmin;
	position: relative;
	max-width: 80%;
	padding: 0% 10%;
}
.video{
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-size: cover;
}
.video .videotext{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}
video {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.videotext h1{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 8vmin;
	text-align: center;
}
.videotext h2{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
}
.videotext .btn{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	text-decoration: none;
}
.videotext .btn:hover{
	font-family: 'Lato', sans-serif;
	color: #F25D50;
	text-decoration: none;
}
.calendar{
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5)
}
.calendar .calendartext{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align:center;
}
object {
	display: block;
    width: 80%;
    max-width: 500px;
    max-height: 80%;
    margin: 0 auto;
}
.calendartext h1{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 8vmin;
	text-align: center;
}

.contact{
	height: 100%;
	width: 100%;
	margin: auto;
	display: table;
	top: 0;
	background-size: cover;
}
.contact .contacttext{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
	padding: 50px;
	max-width: 805px;
}
.contacttext h1{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 8vmin;
	text-align: center;
}
.contacttext h3{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 2.5vmin;
	text-align: center;
}
.contacttext h4{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 90%;
	text-align: center;
}
.contacttext .btn:link{
	width: 302px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 9px;
	font-family: 'Lato:400', sans-serif;
	color: #F9F3F4;
	font-size: 150%;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border:solid #e8a935 3px;
	background-color: #e8a935;
}
.contacttext .btn:hover{
	font-family: 'Lato:400', sans-serif;
	color: #e8a935;
	text-decoration: none;
	text-transform: uppercase;
	text-align: inherit;
	background-color: #F9F3F4;
}
.contacttext h5{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 2.5vmin;
	text-align: center;
}
.contacttext h6{
	font-family: 'Lato', sans-serif;
	color: #F9F3F4;
	font-size: 90%;
	text-align: center;
}

#image-track {
  display: flex;
  gap: 4vmin;
  position: absolute;
  z-index: 1;
  user-select: none; /* -- Prevent image highlighting -- */

}

#image-track > .image {
  width: 40vmin;
  height: 40vh;
  object-fit: cover;
  object-position: 50% center;
  border-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

#pot {
  position: fixed;
  bottom: 46%;
  -webkit-animation: linear infinite;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: run;
  -webkit-animation-duration: 100s;  
}

@-webkit-keyframes run {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;    
  }
}

#pot2 {
  position: fixed;
  bottom: 90%;
  -webkit-animation: linear infinite;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: run2;
  -webkit-animation-duration: 100s;  
}

@-webkit-keyframes run2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;    
  }
}



