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

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

html,
body {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: 'Urbanist', sans-serif;
  color: #ffffff;
}

body {
  overflow-x: hidden !important;
  position: relative;
  top: 8%;
  top: 0;
}

.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;
}

/* 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/IndividualBackground.jpg);
  height: 320px !important;
}

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

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

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

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

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

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

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

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

/* Org Account Section */
.overview2 {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

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


.overviewMobile {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
  display: none;
}

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

#orgImage {
  width: 350px;
  height: auto;
}

#privateImage {
  width: 350px;
  height: auto;
}

.points {
  color: black;
}

.bullets {
  color: black;
}

.bulletsWhite {
  color: white;
}

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

.headerCard {
  width: 340px;
  height: 90px;
}

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

.pricing {
  color: black;
}

.card1 {}

/* Pricing section */
.orgPricing {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

/* .orgPricingMobile {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
  display: none;
} */

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

/* .privatePricingMobile {
  background-image: url(../Background/Option1.jpg);
  background-size: cover;
  display: none;
} */

.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;
}

.siteNumberMobile {
  font-size: 38px;
  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: 200px;
  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 */
.step2 {
  background-image: url(../img/ConstBackgroundPS.png);
  background-size: cover;
}

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

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

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

.mobileTitle {
  font-family: 'Orbitron', sans-serif;
  color: #f7a836;
  text-shadow: #3a3939 0.1em 0.1em 0.1em;
  font-weight: bold;
  font-size: 16px;
}

.mobilePointTitle {
  font-family: 'Orbitron', sans-serif;
  color: #f7a836;
  font-weight: bold;
  font-size: 22px;
  text-decoration: underline;
}

.strongTitle {
  font-family: 'Orbitron', sans-serif;
  color: #f7a836;
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
}

.strong {
  font-family: 'Orbitron', sans-serif;
  color: #f7a836;
  /* text-shadow: #858484 0.12em 0.12em 0.12em; */
  font-weight: bold;
  font-size: 22px;
}

.black {
  color: black;
}

.pointerFinger {
  width: 70px;
  height: auto;
  margin-left: 16px;
}

.pointerFingerMobile {
  width: 40px;
  height: auto;
  margin-left: 8px;
}

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

  .overview2 {
    display: none;
  }

  .overview2Mobile {
    display: block;
  }

  .overview {
    display: none;
  }

  .orgPricing {
    display: none;
  }

  .privatePricing {
    display: none;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }
}

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

  .captionMobile {
    visibility: visible;
  }

  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .overview {
    display: none;
  }

  .overview2 {
    display: none;
  }

  .overview2Mobile {
    display: block;
  }

  .orgPricing {
    display: none;
  }

  .privatePricing {
    display: none;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 1099.98px) {
  .caption {
    visibility: hidden;
  }

  .captionMobile {
    visibility: visible;
  }

  .steps {
    display: none;
  }

  .stepsMobile {
    display: contents;
  }

  .overview {
    display: none;
  }

  .overview2 {
    display: none;
  }

  .overview2Mobile {
    display: block;
  }

  .orgPricing {
    display: none;
  }

  .privatePricing {
    display: none;
  }

  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

}

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

  .stepsMobile {
    display: contents;
  }
}

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