body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.beta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px 0;
  color: #eaeaea;
  background-color: #cc8201;
  font-size: .8rem;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.hero {
  width: 100%;
  height: 80%;
}

.hero-wave {
  position: relative;
  background: linear-gradient(45deg, #c77b00, #ffc70b);
}

.hero-wave::before {
  content: "";
  position: absolute;
  bottom: -2;
  left: 0;
  width: 100%;
  height: 160px;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: 'center';
      -ms-flex-pack: 'center';
          justify-content: 'center';
  -webkit-box-align: 'center';
      -ms-flex-align: 'center';
          align-items: 'center';
  width: 100%;
  height: 100%;
}

.logo {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 27%;
  height: auto;
}

.phone {
  position: absolute;
  top: 10%;
  right: 20%;
  width: 375px;
  height: auto;
}

.tagline {
  position: absolute;
  top: 70%;
  left: 20%;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: Arial, Helvetica, sans-serif;
}

.store1 {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 200px;
  height: auto;
}

.store2 {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 200px;
  height: auto;
  margin-left: 215px;
}

.container-margin {
  margin-top: 10%;
}

.container-color {
  background-color: #f4f4f4;
}

.container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80%;
}

.container-content .video-promo {
  top: 0;
  left: 30%;
  width: 60%;
  height: auto;
}

.container-small {
  height: 200px;
  width: 60%;
  padding: 5% 20% 0 20%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3rem;
  color: #999;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 300px;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.footer .madeIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding: 10px 1% 30px 1%;
}

.footer .madeIn .madeIn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .7rem;
  color: #999;
  font-style: italic;
}

.footer .madeIn .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .container {
  width: 60%;
  padding: 0px 20% 0px 20%;
  text-align: center;
}

.footer .container .icon-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .container .icon-container a {
  display: inline-block;
}

.footer .container .legal {
  display: inline-block;
  width: 100%;
}

.footer .container .legal .link {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
}

.footer .container .legal .link:hover {
  color: #999;
}

.footer .container .copyright {
  margin-top: 10px;
  color: #fff;
  font-size: .7rem;
}

.footer .container .logo-brandgear {
  position: relative;
  left: 5px;
  top: 6px;
  width: 80px;
  height: auto;
}

/* BASIC BREAKPOINT FROM DESKTOP TO MOBILE/TABLET DEVICES */
@media screen and (max-width: 1400px) {
  .logo {
    top: 10%;
    left: 7.5%;
    width: 40%;
  }
  .phone {
    top: 10%;
    right: 10%;
    width: 350px;
  }
  .tagline {
    top: 70%;
    left: 10%;
    font-size: 1.5rem;
  }
  .store1 {
    left: 10%;
    width: 150px;
  }
  .store2 {
    left: 10%;
    width: 150px;
    margin-left: 165px;
  }
  .container-small {
    height: 40%;
    width: 80%;
    padding: 0% 10% 0 10%;
    font-size: 1.85rem;
    text-align: center;
    line-height: 2.7rem;
    color: #999;
  }
}

/* // BASIC BREAKPOINT FROM DESKTOP TO MOBILE/TABLET DEVICES */
@media screen and (max-width: 1050px) {
  .hero-wave {
    background: linear-gradient(120deg, #c77b00, #ffc70b);
  }
  .logo {
    top: 10%;
    left: 7.5%;
    width: 40%;
  }
  .phone {
    top: 10%;
    right: 10%;
    width: 320px;
  }
  .tagline {
    top: 70%;
    left: 10%;
    font-size: 1.5rem;
  }
  .store1 {
    left: 10%;
    width: 150px;
  }
  .store2 {
    left: 10%;
    width: 150px;
    margin-left: 165px;
  }
}

/* // BREAKPOINT FOR SMARTPHONES AND LANDSCAPE */
@media screen and (max-width: 850px) {
  .logo {
    top: 10%;
    left: 5%;
    width: 45%;
  }
  .phone {
    top: 10%;
    right: 5%;
    width: 280px;
  }
  .tagline {
    top: 55%;
    left: 7%;
    font-size: 1.2rem;
  }
  .store1 {
    top: 40%;
    left: 7%;
    width: 150px;
  }
  .store2 {
    top: 40%;
    left: 7%;
    width: 150px;
    margin-left: 165px;
  }
  .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50%;
  }
  .container-content .video-promo {
    top: 0;
    left: 3%;
    width: 94%;
    height: auto;
  }
  .container-small {
    height: 40%;
    width: 80%;
    padding: 0% 10% 0 10%;
    font-size: 1.75rem;
    text-align: center;
    line-height: 2.4rem;
    color: #999;
  }
}

/* // BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: 650px) {
  .hero {
    height: 70%;
  }
  .logo {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
  }
  .phone {
    top: 35%;
    right: 5%;
    width: 170px;
  }
  .tagline {
    display: none;
  }
  .store1 {
    top: 45%;
    left: 5%;
    width: 140px;
  }
  .store2 {
    top: 60%;
    left: 5%;
    width: 140px;
    margin-left: initial;
  }
  .container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50%;
  }
  .container-content .video-promo {
    top: 0;
    left: 3%;
    width: 94%;
    height: auto;
  }
  .container-small {
    height: 40%;
    width: 80%;
    padding: 0% 10% 0 10%;
    font-size: 1.25rem;
    text-align: center;
    line-height: 2rem;
    color: #999;
  }
  .footer .container {
    text-align: center;
  }
  .footer .container .icon-container a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer .container .legal .link {
    padding-right: 0px;
    padding-bottom: 5px;
    width: 100%;
  }
  .footer .container .legal .link:hover {
    color: #999;
  }
  .footer .container .copyright {
    margin-top: 10px;
    color: #fff;
    font-size: .7rem;
  }
}

/* // BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: 400px) {
  .logo {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
  }
  .phone {
    top: 35%;
    right: 5%;
    width: 150px;
  }
  .tagline {
    display: none;
  }
  .store1 {
    top: 40%;
    left: 5%;
    width: 120px;
  }
  .store2 {
    top: 50%;
    left: 5%;
    width: 120px;
    margin-left: initial;
  }
}
