/* font-family: 'Urbanist',
sans-serif; */

/* Dark grey: #212121 */
/* Organish color: #f7a836 */

body {
  overflow-x: hidden;
  font-family: 'Urbanist', sans-serif;
  color: #ffffff;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: 4rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #f7a836;
  margin: 0 auto 2rem;
}

/* Navigation */
.mainLogo {
  width: 200px;
  height: auto;
}

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background-color: #212121;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-nav li {
  padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f7a836;
}

/* Top Image */
.product-spacer {
  background-image: url(../img/ProBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* Spacer with grey background at the bottom of the page */
.page-spacer {
  background-image: url(../img/Spacer.jpg);
  text-align: center;
}

/* Apple/google buttons */
.buy {
  width: 200px;
  height: 70px;
}

/* PDG section photo */
.pdg-inner {
  background-image: url(../img/PDGBackground.jpg);
}

/* ASVAB section photo */
.asvab-inner {
  background-image: url(../img/jumpmasterBackground.jpg);
}

.featurePhone {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
  margin-top: -200px;
}


.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 13%;
  z-index: 1;
}

.caption h1 {
  color: white;
  /* text-shadow: 1px 0 0 #ffffff, 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, -1px 0 0 #FFFFFF; */
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  padding-bottom: 1.2rem;
  color: black;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

.phone {
  height: 600px;
  width: 320px;
  margin-top: -200px;
  /* float: right; */
}

*/ .area {
  height: 700px;
}

/* Footer */
footer {
  background-color: #212121;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 0;
}

footer img {
  height: 4rem;
  margin: 1.5rem 0;
}

footer .svg-inline--fa {
  font-size: 3rem;
  color: white;
  margin: 1.2rem .5rem 0 0;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid grey;
  margin-top: 2rem;
}

footer .email {
  color: white;
}

/* Military mobile specific styling */
.captionMobile {
  visibility: hidden;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 13%;
  z-index: 1;
}

.proMobile {
  display: none;
}

.pdgProMobile {
  display: none;
}

.asvabMobile {
  display: none;
}

.subFooterMobile {
  display: none;
}

.mobilePhone {
  height: 600px;
  width: 320px;
  margin-top: -200px;
}

.featurePhone2 {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  height: 600px;
  width: 320px;
  margin-top: -200px;
}

.buyMobile {
  width: 100px;
  height: 40px;
}

.buyMobilePDG {
  width: 110px;
  height: 40px;
}

.buyButton {
  width: 200px;
  height: 70px;
}

.pdgButton {
  width: 160px;
  height: 55px;
}

.pdgButton2 {
  width: 170px;
  height: 55px;
}

.announcement-container {
  max-width: 900px;
  margin: 20px auto;
  padding: 40px;
  border-radius: 25px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #FFD700;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.announcement-header {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.announcement-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.text-content {
  flex: 2;
}

.app-preview {
  flex: 1;
  text-align: center;
}

.app-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.app-icon {
  width: 200px;
  height: 200px;
  border-radius: 25%;
  margin-bottom: 20px;
}

.google-play-badge {
  width: 200px;
}

.text-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}

/*Begin media breakpoints*/
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .pro {
    display: none;
  }

  .proMobile {
    display: contents;
  }

  .pdgPro {
    display: none;
  }

  .pdgProMobile {
    display: contents;
  }

  .asvab {
    display: none;
  }

  .asvabMobile {
    display: contents;
  }

  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .pro {
    display: none;
  }

  .proMobile {
    display: contents;
  }

  .pdgPro {
    display: none;
  }

  .pdgProMobile {
    display: contents;
  }

  .asvab {
    display: none;
  }

  .asvabMobile {
    display: contents;
  }

  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 1099.98px) {
  .pro {
    display: none;
  }

  .proMobile {
    display: contents;
  }

  .pdgPro {
    display: none;
  }

  .pdgProMobile {
    display: contents;
  }

  .asvab {
    display: none;
  }

  .asvabMobile {
    display: contents;
  }

  .subFooter {
    display: none;
  }

  .subFooterMobile {
    display: contents;
  }

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/*// X-Large devices (large desktops, less than 1700px)*/
@media (max-width: 1799.98px) {}