html, body { height: 100%; }
body {
  /*background:radial-gradient(ellipse at center, rgba(255,254,234,1) 0%, rgba(255,254,234,1) 35%, #B7E8EB 100%);
  */
  
  overflow: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* #mainDiv{
  height: 80%;
  width:100%;
  position:absolute;
  left:0;
  top:0;
  text-align: center;
} */
#mainDiv{
  background-image: url("/pic/background.JPG");
  background-size: cover;
  background-position: 100% 100%;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
}


/* #mainBackground{
  background-image: url("/pic/background.JPG");
  background-size: cover;
  background-position: 100% 100%;
  opacity: 0.8;
  height: 110%;
  width:100%;
  position:absolute;
} */

#seeditFooter { 
  height: 20%;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
}

#logoContainer{
  position:absolute;
  max-width: 58%;
  text-align: left;
  bottom: 0;
  left:2%;
}

/*#contactContainer{
  position:absolute;
  bottom: 5%;
  left:20%;
}*/

#logo{
  
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
  margin-bottom: 0px;
}

 #badgeContainer{
  position:absolute;
  bottom: 0%;
  right:2%;
  text-align: left;
  
 }
 
 #playBadge{
  margin-top: 0%;
 }
 @media (min-aspect-ratio: 4/5) {
  .storeBadge{
    display: inline-block;
   }

}
@media (min-aspect-ratio: 4/5) {
.inlineBlock{
  display: inline-block;
}
#contactContainer{
  position: absolute;
  bottom: 5%;
}

}
@media (max-aspect-ratio: 4/5) {
  .reversedInline{
    display: inline-block;
  }
  #contactContainer{
    position: relative;
    left: 10%;
    bottom: 5%;
  }
}

.contactInfo{
  font-size: 1.9vw;
}


.fillVertical{
  position: absolute;
  height: 100%;
}

.verticalSpacer{
  height: 100%;
  min-height: 100%;
	display: flex;
	flex-direction: column;
}

.leftAlignedText{

  text-align: left;
}

#mainTitle{
  background-color: #4A82BF;
  padding: 1vw;
  margin-top: 0;
  color: white;
}

#containerDiv{
  position:relative;
  margin: auto;
  width: 70%;
  height: 60%;
  border-radius: 20px;
  padding: 10px;
  backdrop-filter: blur(5px);
  background-color:rgba(220, 220, 220, 0.8);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#deviceAndPhoneImg{
  position:absolute;
right:1%;
bottom:1%;
}

#overlayTitle{
  color: #4A82BF;
  font-size:3vw;
  font-weight: bold;
  margin-bottom: 4vw;
}

#overlaySubTitle{
  color: #4A82BF;
  font-size:1.6vw;
  font-weight: bold;
}

#askForOffer{
  color: #4A82BF;
  font-size:1.6vw;
  font-weight: bold;

  text-align: left;
}

#tryOutText{
  color: #4A82BF;
  font-size:1.6vw;
  font-weight: bold;
  
  text-align: left;
}

#footerDesc{
  color: #4A82BF;
  font-size:1vw;
  position:absolute;
  bottom: 2%;
  text-align: left;
  left: 1%;
}
 /* list-style-image: url("/pic/logo.png"); */
/* ul{
 
  list-style-image: url(
"https://contribute.geeksforgeeks.org/wp-content/uploads/listitem-1.png");
        } */
li {
  color: #4A82BF;
  font-weight: bold;
  font-size:1.6vw;
  margin: 0;
	padding: 0.8vw 0 0.8vw 3vw;
	list-style: none;
	background-image: url("/pic/logo_bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.8vw;
  margin-left: -35px;
  
  /* list-style-image: url("/pic/logo_bullet.png"); */
  
}
 

/*
.wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
  
}

*/

