/* 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: 0;
  background-color: #212121;
}

/* Navigation - matches the rest of the site */
.navbar {
  padding: 0.3rem;
  margin-bottom: 0;
  padding-left: 20px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background-color: #212121;
}

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

.mainLogo {
  width: 250px;
  height: auto;
}

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

/* ---------------------------------------------------------------
   HotSpot Finder page
   --------------------------------------------------------------- */

/* Small mono label used for the section eyebrows */
.hsLabel {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f7a836;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Hero */
.hs-hero {
  background-image: url(../img/IndividualBackground.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  padding: 150px 20px 70px;
  text-align: center;
}

.hs-hero-icon {
  width: 110px;
  height: 110px;
  border-radius: 24%;
}

/* OPS icon with the HotSpot applet badge overlapping its corner */
.hs-icon-stack {
  position: relative;
  display: inline-block;
  margin-right: 44px;
  /* room for the badge overhang */
  margin-bottom: 14px;
}

.hs-icon-main {
  width: 130px;
  height: 130px;
  border-radius: 22%;
  display: block;
}

.hs-icon-badge {
  position: absolute;
  right: -44px;
  bottom: -14px;
  width: 84px;
  height: 84px;
  border-radius: 22%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

.hs-eyebrow {
  display: inline-block;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #212121;
  background-color: #f7a836;
  border-radius: 6px;
  padding: 10px 22px;
  margin-bottom: 28px;
}

.hs-hero h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0;
  color: #ffffff;
}

.hs-hero h1 .hs-muted {
  color: rgba(255, 255, 255, 0.55);
}

.hs-kicker {
  font-size: 22px;
  line-height: 1.5;
  color: #f7a836;
  font-weight: 800;
  max-width: 700px;
  margin: 22px auto 0;
}

.hs-kicker .hs-white {
  color: #ffffff;
}

.hs-lede {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  max-width: 640px;
  margin: 40px auto 0;
}

/* Phone screenshots */
.hs-shots {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hs-phone {
  width: 230px;
  background: #0b0b0b;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.hs-phone-screen {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}

.hs-phone-screen img {
  width: 100%;
  display: block;
}

.hs-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 16px;
  background: #0b0b0b;
  border-radius: 10px;
}

/* Generic section wrapper */
.hs-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 32px 0;
}

.hs-section h2 {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 28px;
  color: #ffffff;
}

.hs-band {
  padding-bottom: 8px;
}

/* Orange highlight callout */
.hs-callout {
  background-color: #f7a836;
  border-radius: 10px;
  padding: 28px 32px;
  text-align: center;
  color: #212121;
}

.hs-callout-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #212121;
  margin-bottom: 8px;
}

.hs-callout p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #212121;
}

.hs-callout .hs-underline {
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Card grids */
.hs-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hs-grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.hs-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 22px;
}

.hs-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
}

.hs-card-dark {
  background: #0b0b0b;
  border-radius: 10px;
  padding: 22px;
}

/* Incident stat cards */
.hs-stat {
  border-radius: 10px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hs-stat-blue {
  background: #0f4dc2;
}

.hs-stat-red {
  background: #b0331f;
}

.hs-stat-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.78);
}

.hs-stat-figure {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.hs-stat p {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
}

.hs-stat-source {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 4px;
}

.hs-warning {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #f7a836;
  font-weight: 800;
}

/* Assignment section */
.hs-assignment-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #e63946;
  margin-bottom: 14px;
  text-align: center;
}

.hs-quote-attrib {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

/* Buffer pill row, mirrors the in-app control */
.hs-pills {
  display: inline-flex;
  background: #2c2c2e;
  border-radius: 9px;
  padding: 3px;
  gap: 2px;
  margin-bottom: 12px;
}

.hs-pills span {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.55);
}

.hs-pills span.hs-pill-on {
  background: #f7a836;
  color: #212121;
}

/* Grouping section */
.hs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.hs-split h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.hs-split p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.hs-split strong {
  color: #ffffff;
}

/* Pull quote */
.hs-pullquote {
  max-width: 760px;
  margin: 56px auto 0;
  padding: 0 32px;
  text-align: center;
}

.hs-pullquote p {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0;
}

.hs-pullquote .hs-hl {
  color: #f7a836;
}

/* Closing call to action */
.hs-cta {
  text-align: center;
  padding: 40px 32px 8px;
}

.hs-cta-title {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.hs-cta-line {
  font-size: 18px;
  font-weight: 700;
  color: #f7a836;
  max-width: 520px;
  margin: 0 auto 24px;
}

.buyButton {
  width: auto;
  min-width: 160px;
  border-radius: 0.5em;
  font-weight: 800;
  border: none;
  padding: 14px 28px;
  background-color: #f7a836;
  color: #212121;
  cursor: pointer;
}

/* Apple/google buttons */
.buy {
  width: 160px;
  height: auto;
}

.buyMobile {
  width: 150px;
  height: 50px;
}

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

a {
  color: #f7a836;
}

a:hover {
  color: #ffc271;
}

/*Begin media breakpoints*/
/*// Medium devices (tablets, less than 1100px)*/
@media (max-width: 1099.98px) {
  .fseIndent {
    margin-left: 15px;
  }

  .appIndent {
    margin-left: 30px;
  }

  .hs-grid3 {
    grid-template-columns: 1fr 1fr;
  }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .hs-hero {
    padding: 130px 18px 50px;
  }

  .hs-hero h1 {
    font-size: 34px;
  }

  .hs-eyebrow {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 9px 16px;
  }

  .hs-kicker {
    font-size: 19px;
  }

  .hs-section {
    padding: 44px 18px 0;
  }

  .hs-section h2 {
    font-size: 26px;
  }

  .hs-grid2,
  .hs-grid3,
  .hs-split {
    grid-template-columns: 1fr;
  }

  .hs-phone {
    width: 170px;
  }

  .hs-pullquote {
    padding: 0 18px;
  }

  .hs-cta-title {
    font-size: 24px;
  }

}

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .hs-stat-figure {
    font-size: 25px;
  }

  .hs-callout p {
    font-size: 17px;
  }

  .hs-callout-title {
    font-size: 19px;
  }

  .hs-assignment-label {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
