@font-face {
  font-family: "Bungee-Regular";
  src: url("../Bungee-Regular.ttf"), url("../Bungee-Regular.eot");
}

@media only screen and (max-width: 1270px) {
  .header {
    flex-direction: column;
  }

  .header nav {
    margin-top: 10px;
  }

  .header nav > div {
    margin-left: 12px;
    width: 200px;
    height: 80px;
    line-height: 80px;
  }

  .header nav a {
    font-size: 30px;
  }

  .content {
    flex-direction: column;
  }
  .content .content-text {
    margin-right: 0;
    text-align: center;
  }
  .app-stores {
    justify-content: space-between;
  }

  .body-content {
    justify-content: center;
    
  }
  .screenshot {
    display: none;
  }

  .body-wrapper .mobile-promo {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .header .title {
    font-size: 60px;
    height: 120px;
  }

  .app-stores {
    flex-direction: column;
    align-items: center;
  }

  .app-stores .google-play {
    width: 570px;
    height: 245px;
    margin-left: 0;
  }

  .app-stores .apple-app-store {
    width: 500px;
  }
}

.body-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
}

.body-content {
  max-width: 1600px;
}

html{
  height: 100%;
}

body {
  background-image: url("../images/water-bg.svg");
  background-size: 900px;
  margin: 0;
  min-height: 100%;
}


.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title {
  font-size: 40px;
  display: flex;
  font-family: Bungee-Regular;
  align-items: center;
  text-shadow: 1px 1px 2px #00000082;
}

.title > img,
.title > span {
  padding-right: 10px;
  display: inline-block;
}

.content {
  display: flex;
  padding: 70px;
  padding-top: 0;
}
.content-text {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.content-text h1 {
  font-size: 80px;
  font-family: "Baloo Thambi 2", cursive;
  line-height: 66px;
  margin-bottom: 20px;
  color: #10101099;

}

.content-text p{
  font-family: "Baloo Thambi 2", cursive;
  font-size: 25px;
  margin-top: 0;
  color: #10101099;
}

.app-stores {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.google-play {
  width: 400px;
  margin-left: -25px;
}

.apple-app-store {
  width: 320px;
}

.mobile-promo {
  display: none;
}
nav a {
  text-decoration: none;
  font-size: 20px;
  font-family: "Baloo Thambi 2", cursive;
  text-align: center;
  color: #e4e4e4d1;
}

nav a:hover {
  color: #eeeeee;
}

nav {
  display: flex;
  margin-right: 30px;
}

nav > div {
  width: 100px;
  height: 40px;
  box-shadow: 2px 2px 2px 0px #0000006e;
  align-content: center;
  border-radius: 20px;
  background-color: #0000005e;
  margin-left: 30px;
  line-height: 40px;
  text-align: center;
}
