
html {
    font-family: -apple-system, SF UI Text, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%
}

body,
html {}

body {
    margin: 0;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #7c7c7c;
}

.logo {
    margin: 2.0rem auto 0;
    width: 7.5rem;
    height: 7.5rem;
    position: fixed;
    top: 40px;
    border-radius: 1.3rem;
    background-image: url("logo.png");
    background-size: 100% 100%;
    box-shadow: 0px 0px 0px 0px #ffffff;
}

.connect {
    margin-top: .4rem;
}

.connect h2 {
    font-weight: 900;
    font-size: 1.4rem;
    text-align: center;
    color: #666;
}

.download-container {
    margin: 1.6rem auto 0;
}

.download-container span {
    display: block;
    font-size: .28rem;
    text-align: center;
    color: #333
}

.download-container button {
    display: block;
    margin: .4rem auto 0;
    width: 14.4rem;
    height: 2.88rem;
    background: linear-gradient(177.95deg, #1391be 3.11%, #606ac4 96.38%);
    font-size: 1.32rem;
    color: #ffffff;
    border: 1px solid #3f51b5b8;
    border-radius: 1.8rem;
}

.decor {
    position: fixed;
    /* z-index: -1; */
}

.decor.bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: url("../static/db.png");
    background-size: 100% 100%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.overlay img {
    position: absolute;
    opacity: 0.9;
    top: 8%;
    left: 50%;
    transform:
        translate(-50%, -50%);
    max-width: 100%;
    max-height: 90%;
}

.overlay p {
    position: absolute;
    top: 10%;
    left: 5%;
    color: #fff;
    font-size: 24px;
}





h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}

.inner-header {
  height: 30vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 90px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
    position: fixed;
    top: 190px;
  }
}.inner-tex {
  /* height: 35vh; */
  width:100%;
  margin: 0;
  padding: 0;
}
.fixed_web { position: fixed; bottom: 35px; color: rgb(153, 153, 153); width: 100%; font-size: 14px; text-align: center; }