/* 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;
}

.buyButton {
  border-radius: 0.3em;
  font-weight: bold;
  border-color: #f7a836;
  background-color: #f7a836;
  color: black;
  padding: 10px;
  margin: 0;
}

.submitButton {
  border-radius: 0.3em;
  font-weight: bold;
  border-color: #f7a836;
  background-color: #f7a836;
  color: black;
  padding: 10px;
  margin: 0;
}

#refreshButton {
  border-radius: 0.3em;
  font-weight: bold;
  border-color: #f7a836;
  background-color: #f7a836;
  color: black;
  padding: 0;
  margin: 8px;
}

/* Navigation */
.navbar {
  padding: 0.3rem;
  margin-bottom: 0;
  padding-left: 20px !important;
}

.dropdown .dropdown-menu {
  border-radius: 0;
}

.mainLogo {
  width: 250px;
  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 and text*/
.pricing-spacer {
  background-image: url(../img/Option1.jpg);
  height: 950px;
}

.pricing-spacerMobile {
  background-image: url(../img/Option1.jpg);
  height: 1500px;
  display: none;
}

.pricing-spacerHouse {
  background-image: url(../img/Option1.jpg);
  height: 350px;
}

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

.captionMobile {
  visibility: hidden;
  font-weight: bold;
  width: 90%;
  max-width: 100%;
  position: absolute;
  top: 11%;
  left: 5%;
  padding-right: 15px;
  z-index: 1;
}

.pricingCaption {
  color: white;
  font-size: 22px;
}

.select {
  border-radius: 0.3rem;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

/* Steps section */
.step {
  border-right: solid black;
  border-left: solid black;
}

.stepSpan {
  color: white;
  text-shadow: black 0.1em 0.1em 0.1em;
  font-weight: bold;
}

.stepTitle {
  color: black;
  text-shadow: #f7a836 0.1em 0.1em 0.1em;
  font-size: 50px;
}

.stepImg {
  width: 300px;
  height: auto;
  margin: 0;
}

.stepsMobile {
  background-image: url(../img/Option1.jpg) !important;
  background-size: cover;
  display: none;
}

/* Subscription details */
.subscriptions {
  background-image: url(../img/Option1.jpg) !important;
  background-size: cover;
  padding-top: 20px;
}

.headerCard {
  background-color: #f7a836;
  border-radius: 0.3em;
  color: black;
  width: 100%;
  height: 90px;
}

.headerCardText {
  font-size: 32px;
  font-weight: bold;
}

.detailsBox {
  border-radius: 0.3em;
  border: solid #f7a836;
}

.detailsBoxText {
  color: #f7a836;
  text-decoration: underline;
  font-size: 20px;
}

.innerDetailsBox {
  background-color: #f7a836;
  color: black;
  border-radius: 0.3em;
  width: 100%;
  height: 160px;
  padding: 10px;
}

.pricing {
  color: black;
}

/* Pricing section */
.cardText {
  font-size: 20px;
  color: black;
  justify-content: center;
}

.siteNumber {
  font-size: 58px;
  font-weight: Bold;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.card-title {
  color: #f7a836;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.pricing-title {
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.sticker {
  width: 300px;
  height: auto;
}

.card {
  background-image: url(../img/Texture.jpg);
}

/* 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;
}

/* Step 2 */
.step1 {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

.step2 {
  background-image: url(../img/Option1.jpg);
  background-size: cover;
}

/* Step 3 */
.step3 {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
  height: 500px;
}

.name {
  padding: 3px;
  border-radius: 0.3em;
  border-color: lightgray;
  width: 100%;
}

.title {
  font-weight: bold;
  color: black;
}

#email {
  padding: 3px;
  border-radius: 0.3em;
  border-color: lightgray;
  width: 250px;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  font-size: 16px;
  font-weight: 100;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.italic {
  font-style: italic;
  font-size: 14px;
}

.refreshIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  padding: 6px;
  color: #fff;
  background-color: #ff4c4c;
  font-size: 14px;
  border-radius: 50px;
}

.refreshIcon:hover {
  color: #fff;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

  .pricing-spacer {
    display: none;
  }

}

/*// 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;
  }

  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

  .pricing-spacer {
    display: none;
  }

}

/*// 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;
  }

  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

  .pricing-spacer {
    display: none;
  }

}

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

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

#captchaBackground {
  height: 180px;
  width: 250px;
  background-color: black;
  border-radius: 0.3rem;
}

#captcha {
  height: 50%;
  width: 100%;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  display: block;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}

.submitButton {
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #f7a836;
  border: 0px;
  font-weight: bold;
  width: 150px;
  cursor: pointer;
}

#refreshButton {
  background-color: #f7a836;
  border: 0px;
  font-weight: bold;
}

#textBox {
  height: 35px;
  margin: 0;
  padding: 0;
}

.incorrectCaptcha {
  color: #FF0000;
}

.correctCaptcha {
  color: #7FFF00;
}

/* Password validation */
#message {
  display: none;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#confirmationMessage {
  display: none;
  color: red;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

.valid {
  color: green;
}

.invalid {
  color: red;
}

.confirmationValid {
  color: green;
}

.confirmationValid:before {
  position: relative;
  left: -15px;
  content: "✔";
}

.confirmationInvalid {
  color: red;
}