@charset "utf-8";
/* CSS Document */
html, body{
	margin: auto;
	padding: inherit;
	overflow-x:hidden;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	color:deepskyblue;
    background-image: url("Aye\'s\ background.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	
}
/* navigation elements*/
nav{
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: .2%;
}
/*the flyers for displays and qr codes*/
.flyers{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
video{
	object-fit:fill;
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: -5;
	opacity: 30%;
	top: 0%;
    /*  clip-path: polygon(0% 0%, 100% 0%, 100% 75.5%, 50% 70.25%, 0% 75.5%);*/
    /* clip-path: inset(0 0 15% 0);*/
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 65.53%, 1.00% 65.33%, 2.00% 65.18%, 3.00% 65.08%, 4.00% 65.04%, 5.00% 65.07%, 6.00% 65.16%, 7.00% 65.32%, 8.00% 65.51%, 9.00% 65.73%, 10.00% 65.96%, 11.00% 66.17%, 12.00% 66.34%, 13.00% 66.47%, 14.00% 66.53%, 15.00% 66.53%, 16.00% 66.46%, 17.00% 66.33%, 18.00% 66.15%, 19.00% 65.94%, 20.00% 65.72%, 21.00% 65.50%, 22.00% 65.30%, 23.00% 65.16%, 24.00% 65.06%, 25.00% 65.04%, 26.00% 65.08%, 27.00% 65.19%, 28.00% 65.35%, 29.00% 65.55%, 30.00% 65.77%, 31.00% 65.99%, 32.00% 66.20%, 33.00% 66.37%, 34.00% 66.48%, 35.00% 66.54%, 36.00% 66.52%, 37.00% 66.44%, 38.00% 66.31%, 39.00% 66.12%, 40.00% 65.90%, 41.00% 65.68%, 42.00% 65.46%, 43.00% 65.28%, 44.00% 65.14%, 45.00% 65.06%, 46.00% 65.04%, 47.00% 65.09%, 48.00% 65.21%, 49.00% 65.38%, 50.00% 65.58%, 51.00% 65.81%, 52.00% 66.03%, 53.00% 66.23%, 54.00% 66.39%, 55.00% 66.50%, 56.00% 66.54%, 57.00% 66.52%, 58.00% 66.43%, 59.00% 66.28%, 60.00% 66.09%, 61.00% 65.87%, 62.00% 65.64%, 63.00% 65.43%, 64.00% 65.25%, 65.00% 65.12%, 66.00% 65.05%, 67.00% 65.04%, 68.00% 65.11%, 69.00% 65.23%, 70.00% 65.41%, 71.00% 65.62%, 72.00% 65.84%, 73.00% 66.06%, 74.00% 66.26%, 75.00% 66.41%, 76.00% 66.51%, 77.00% 66.54%, 78.00% 66.51%, 79.00% 66.40%, 80.00% 66.25%, 81.00% 66.05%, 82.00% 65.83%, 83.00% 65.60%, 84.00% 65.40%, 85.00% 65.22%, 86.00% 65.10%, 87.00% 65.04%, 88.00% 65.05%, 89.00% 65.13%, 90.00% 65.26%, 91.00% 65.44%, 92.00% 65.66%, 93.00% 65.88%, 94.00% 66.10%, 95.00% 66.29%, 96.00% 66.43%, 97.00% 66.52%, 98.00% 66.54%, 99.00% 66.49%, 100.00% 66.38%);
    animation: vidAni 1.5s ease-in;
}
@keyframes vidAni {
	from {  height: 0%;
	}
	to{  height: 100%;}
}

ul{ 
	display: flex;
	padding: 1%;
	text-shadow: 1px 1px 1px black;
	width: 100%;
	align-items: center;
	justify-content: center;
}
ol{
	justify-content: center;
	font-size: 50px;
	text-align: center;
	margin: 0;
	filter: drop-shadow(1px 1px 1px black);
}
li{ 
	list-style-type:none;
	padding: 1%;
	font-size: 1.5vh;
	text-shadow: 1px 1px 1px black;
	font-weight: 500;
	text-align: center;
	margin: auto;
} 
.LiStyle{
	font-size: 2rem;
	list-style: square;
	text-align: left;
	padding:1%;
}
.logo{
	display: inline-block;
	padding: 1%;
	filter: drop-shadow(1px 1px 1px black);
}
.Bg{
	background-image: url("Firefly_cartoon african grasslands 245297.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.theSun{
	position: relative;
	z-index: -2;
	bottom: 5%;
	left: 25%;
}

/*@media (max-width: 900px) {
  .theSun {
    max-width: 32vw;
    min-width: 60px;
  }
}
@media (max-width: 600px) {
  .theSun {
    max-width: 42vw;
    min-width: 40px;
  }
}*/

.cld1{
	right:50%;
	position: absolute;
	opacity: 90%;
	width: auto;
	filter: drop-shadow(1px 1px 1px black);
	animation: heartbeat 5s alternate infinite ease-in-out;
}
.cld2{
	left:50%;
	position: absolute;
	opacity: 90%;
	width: auto;
	filter: drop-shadow(1px 1px 1px black);
	animation: heartbeat 5s alternate infinite ease-in-out;

}
.cld3{
	right:35%;
	position: absolute;
	opacity: 90%;
	width: auto;
	filter: drop-shadow(1px 1px 1px black);
	animation: heartbeat 5s alternate infinite ease-in-out;

}
.cld4{
	left:60%;
	position: absolute;
	opacity: 90%;
	width: auto;
	filter: drop-shadow(1px 1px 1px black);
	animation: heartbeat 5s alternate infinite ease-in-out;

}
.cld5{
	left:3%;
	position: absolute;
	opacity: 90%;
	width: auto;
	filter: drop-shadow(1px 1px 1px black);
	animation: heartbeat 5s alternate infinite ease-in-out;

}
.face{
	animation: heartbeat 5s alternate infinite ease-in-out;

}
@keyframes heartbeat{
	10%{
		transform: scale(1);
	}
	20%{
		transform: scale(1.1);
	}
	30%{
		transform: scale(1);
	}
	40%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	}
	60%{
		transform: scale(1.1);
	}
	70%{
		transform: scale(1);
	}
	80%{
		transform: scale(1.1);
	}
	90%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}

/*@media (max-width: 900px) {
  .cld1, .cld2, .cld3, .cld4, .cld5{
    max-width: 38vw;
    min-width: 70px;
  }
}
@media (max-width: 600px) {
  .cld1, .cld2, .cld3, .cld4, .cld5{
    max-width: 50vw;
    min-width: 50px;
  }
}*/
div{
	position: relative;
	height: auto;
	overflow: hidden;
	width: auto;
}
h1{
	display: block;
	text-align: center;
	font-size: 1.7rem;
	filter: drop-shadow(1px 1px 1px black);
	padding: 1%;	
}
h2{
	display: block;
	text-align: center;
	font-size: 35px;
	filter: drop-shadow(1px 1px 1px black);
	padding: 2%;	
}
h3{
	display: block;
	text-align: center;
	font-size: 1rem;
	filter: drop-shadow(1px 1px 1px black);
	padding: 1%;	
}
h4{
	display: block;
	color:red;
	text-align: center;
	font-size: 1.8rem;
	filter: drop-shadow(1px 1px 1px black);
	padding: 2%;
	
}
h5{
	display: flex;
	justify-content: center;
	color:red;
	align-items: center;
	font-size: 2vh;
	filter: drop-shadow(1px 1px 1px black);
	padding: 2%;	
}
p{
	display: block;
	font-size: 2.5vh;
	filter: drop-shadow(1px 1px 1px black);
	padding: 1%;
}
em{
	color: red;
	text-transform:uppercase;
	font-weight: bolder;
}

a{  
	color:deepskyblue;
	text-decoration:none;
	font-style: italic;
	
}
a:hover {
  background-color: transparent;
  text-decoration:none;
  color: transparent;
  font-weight: 1000;
  color: tomato;
}
.MtS{
	display:inline-flex;
	text-align: left;
	font-size: 2rem;
	padding: 1%;
	width: 100%;
	float: left;
	clear: left;
}
.btKang2 {
	display: block;
	filter: drop-shadow(1px 1px 1px black);
	justify-content: center;
	align-items: center;
	animation: riseUp 6s ease-in-out alternate-reverse infinite;
	z-index: -40;
}
@keyframes  riseUp {
  from { transform: translateY(100px);
 }
  to { transform: translateY(500px);
}
}
.fence{
	background-image: url("PrivacyFence2.svg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;	
	overflow-x: hidden;
}
footer{
	display: block;
	text-align: center;
	padding: .3%;
	font-size: 1.5vh;
    text-shadow: 1px 1px 1px black;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}