* {
  box-sizing: border-box;
}

html, body {
  font-family: basic-sans, "Source Sans Pro", sans-serif;
  line-height: 1.5;
  width: 100vw;
  max-width: 100vw;
}

a {
  color: black;
  display: inline-block;
  text-decoration: none;
  background: rgba(161, 213, 187, 0.4);
  padding: 2px 6px;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #A1D5BB;
}
a:hover, a:focus, a:active {
  color: black;
  background: #A1D5BB;
}

a.btn {
  color: black;
  text-decoration: none;
  background: none;
  padding: 4px 8px;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #A1D5BB;
  font-weight: 500;
  border-radius: 0;
  font-size: 1rem;
}
a.btn.btn-lg {
  font-size: 1.1rem;
}
a.btn:hover, a.btn:focus, a.btn:active {
  color: black;
  background: #A1D5BB;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: -2.5rem;
}
h1::before {
  content: "//";
  padding-right: 1rem;
  color: #F77A48;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

.top-section {
  background: #f9f9f9;
}
.top-section .container {
  position: relative;
}
.top-section #nng-cert {
  position: absolute;
  right: 75px;
  width: 150px;
  bottom: -40px;
}

#methods h3, #methods h4, .icon-group h3, .icon-group h4 {
  margin-bottom: 0.5em;
}
#methods i, .icon-group i {
  font-size: 1.25em;
  margin-right: 0.6rem;
  color: rgba(249, 161, 126, 0.6);
}

#samples .client-logo-container .fa-times {
  opacity: 0.5;
}
#samples #sample-container.screencap {
  display: block;
  height: 440px;
  max-width: 680px;
  background: gray;
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-position: center top;
  overflow-y: scroll;
  position: relative;
}
#samples #sample-container.desktop {
  height: 440px;
  max-width: 600px;
}
#samples #sample-container.tablet {
  height: 440px;
  max-width: 380px;
}
#samples #sample-container.mobile {
  height: 440px;
  max-width: 250px;
}
#samples #sample-container .sticky-header {
  position: fixed;
  top: 0;
}
#samples .logo-client {
  height: 32px;
  opacity: 0.9;
}
#samples .settings {
  max-width: 600px;
}
#samples .settings i.fa-cog {
  font-size: 1.25rem;
  opacity: 0.2;
}
#samples .settings p {
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
}
#samples .settings button {
  appearance: none;
  border: 1px solid #A1D5BB;
  margin: 0;
  text-transform: uppercase;
  padding: 0.35rem 0.5rem 0.25rem 0.5rem;
  min-width: 40px;
  background-color: rgba(161, 213, 187, 0.4);
  border-radius: 0;
}
#samples .settings button:focus, #samples .settings button:hover, #samples .settings button:active {
  outline-color: purple;
}
#samples .settings button.active {
  font-weight: 600;
  background-color: #A1D5BB;
}

.long-section-background-shade {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0.28) 100%);
}

.section-shaded {
  background-color: #f9f9f9;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
}

.img-styled {
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.customer-quote {
  background-color: #f9f9f9;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
}
.customer-quote p {
  font-size: 1.25rem;
  line-height: 1.4;
}
.customer-quote.no-style {
  background: none;
  border: none;
  border-radius: 0;
}
.customer-quote.no-style p {
  font-size: 1rem;
}
.customer-quote .attribution {
  margin-left: -2rem;
  padding-left: 2rem;
}
.customer-quote .attribution::before {
  content: "//";
  padding-right: 1rem;
  color: #F77A48;
  font-size: 1.25rem;
}

#logo-main {
  max-width: 400px;
}

#footer {
  background-color: #2d2d2d;
  color: white;
}

/* Case Study Pages */
body.case-study .nav-back a {
  background: none;
}
body.case-study .top-section {
  position: relative;
}
body.case-study .top-section .top-section-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 5%;
}
body.case-study .top-section #logo-main {
  max-width: 270px;
}
body.case-study .top-section .customer-logo {
  height: 20px;
}
body.case-study .top-section h1 {
  margin-left: 0;
}
body.case-study .top-section h1::before {
  content: "";
  padding-right: 0;
}
body.case-study .top-section .key-img-lg {
  position: absolute;
  bottom: -3rem;
  right: 0;
}

/*# sourceMappingURL=style.css.map */
