/* Navbar positioning. */

header:nth-child(1) {
  height: 67px;
}

#intoli-navbar {
  z-index: 100;
  width: 100%;
  position: fixed;
}

#intoli-navbar > #navbar {
  z-index: 99;
  box-shadow: 2px 2px 0px #edefed;

}

@media (max-width: 767px) {
  header:nth-child(1) {
    height: 62px;
  }

  #intoli-navbar {
    position: static;
  }
}

/* Remove clicked button glow */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
}

/* The "Suggested Articles" section */
#suggested-articles img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}

/* Create simple styled selects that fit in with theme. */
/* See http://stackoverflow.com/a/37462242/7423310 */
.styled-select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #646464;
}

/* blog call for contributors */
.blog-listing-feature {
  text-align: center;
  color: #555555;
  display: block;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 0px #edefed, -2px -2px 0px #edefed, 2px -2px 0px #edefed, -2px 2px 0px #edefed;
}
@media (max-width: 700px) {
  .blog-listing-feature {
    max-width: 100%;
  }
}
.blog-listing-feature h3 {
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* advertisement shortcodes */
.article-advertisement {
  text-align: center;
  color: #666;
  display: block;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 2px 2px 0px #edefed, -2px -2px 0px #edefed, 2px -2px 0px #edefed, -2px 2px 0px #edefed;
}
.article-advertisement h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.article-advertisement .mailchimp-form,
.article-advertisement .slack-invite-form {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .article-advertisement .mailchimp-form .input-group,
  .article-advertisement .slack-invite-form .input-group {
    display: block;
  }
  .article-advertisement .mailchimp-form .input-group .btn,
  .article-advertisement .slack-invite-form .input-group .btn {
    margin-top: 20px;
  }
}

.article-advertisement .contact-button {
  margin-top: 20px;
}

/* /tags/ listing */

.tag-container {
  margin-top: 20px;

}

.tag-container a {
  border: solid 1px #eeeeee;
  border-radius: 0px;
  color: #38a7bb;
  margin-bottom: 10px;
  margin-right: 5px;

}

/* article tables */
#blog-post table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#blog-post table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

#blog-post table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

#blog-post table td, #blog-post table th {
  padding: 5px;
  border: 1px solid #ddd;
}

/* add extra padding for Ted's long title */
.testimonials .item {
  padding-bottom: 95px;
}

/* size the logo */
.navbar-brand img.logo {
    height: 100%;
}
img.logo-404 {
    width: 50%;
}

/* equations in articles */
div.has-jax {
  overflow-x: auto;
}

/* embedded youtube videos */
.outer-youtube-container {
  margin: 5%;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* banner pictures in recent posts */
.recent-posts img {
  height: auto;
  margin: auto;
  width: 200px;
}

/* banner pictures in /blog/ listings */
#blog-listing-medium div.image img {
  margin: auto;
  max-width: 300px!important;
  min-width: 0px!important;
  width: 100%;
}

/* format github buttons */
#github-buttons-container {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: -10px;
  width: 100%;
}
#github-buttons {
  float: right;
}
.github-btn {
  height: 20px;
  font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow: hidden
}
.gh-btn--pad-left {
  margin-left: 10px;
}
.gh-btn,
.gh-count,
.gh-ico {
  float: left
}
.gh-btn,
.gh-count {
  padding: 2px 5px 2px 4px;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px
}
.gh-btn {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: -moz-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: -ms-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
  background-repeat: no-repeat;
  border: 1px solid #d5d5d5
}
.gh-btn:focus,
.gh-btn:hover {
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: -moz-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: -ms-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: -o-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  border-color: #ccc
}
.gh-btn:active {
  background-image: none;
  background-color: #dcdcdc;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15)
}
.gh-ico {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMTIgMTIgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTIgMTIgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik0zMiAxMy40Yy0xMC41IDAtMTkgOC41LTE5IDE5YzAgOC40IDUuNSAxNS41IDEzIDE4YzEgMC4yIDEuMy0wLjQgMS4zLTAuOWMwLTAuNSAwLTEuNyAwLTMuMiBjLTUuMyAxLjEtNi40LTIuNi02LjQtMi42QzIwIDQxLjYgMTguOCA0MSAxOC44IDQxYy0xLjctMS4yIDAuMS0xLjEgMC4xLTEuMWMxLjkgMC4xIDIuOSAyIDIuOSAyYzEuNyAyLjkgNC41IDIuMSA1LjUgMS42IGMwLjItMS4yIDAuNy0yLjEgMS4yLTIuNmMtNC4yLTAuNS04LjctMi4xLTguNy05LjRjMC0yLjEgMC43LTMuNyAyLTUuMWMtMC4yLTAuNS0wLjgtMi40IDAuMi01YzAgMCAxLjYtMC41IDUuMiAyIGMxLjUtMC40IDMuMS0wLjcgNC44LTAuN2MxLjYgMCAzLjMgMC4yIDQuNyAwLjdjMy42LTIuNCA1LjItMiA1LjItMmMxIDIuNiAwLjQgNC42IDAuMiA1YzEuMiAxLjMgMiAzIDIgNS4xYzAgNy4zLTQuNSA4LjktOC43IDkuNCBjMC43IDAuNiAxLjMgMS43IDEuMyAzLjVjMCAyLjYgMCA0LjYgMCA1LjJjMCAwLjUgMC40IDEuMSAxLjMgMC45YzcuNS0yLjYgMTMtOS43IDEzLTE4LjFDNTEgMjEuOSA0Mi41IDEzLjQgMzIgMTMuNHoiLz48L3N2Zz4=);
  background-size: 100% 100%;
  background-repeat: no-repeat
}
.gh-ico-star {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTQgMTYiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDZsLTQuOS0uNjRMNyAxIDQuOSA1LjM2IDAgNmwzLjYgMy4yNkwyLjY3IDE0IDcgMTEuNjcgMTEuMzMgMTRsLS45My00Ljc0eiIvPjwvc3ZnPg==);
  height: 16px;
  margin-bottom: -1px;
  margin-top: -1px;
  width: 14px;
}
.gh-count {
  position: relative;
  display: none;
  margin-left: 4px;
  background-color: #fafafa;
  border: 1px solid #d4d4d4
}
.gh-count:focus,
.gh-count:hover {
  color: #4183C4
}
.gh-count:after,
.gh-count:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.gh-count:before {
  top: 50%;
  left: -3px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  border-right-color: #fafafa
}
.gh-count:after {
  top: 50%;
  left: -4px;
  z-index: -1;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #d4d4d4
}
.github-btn-large {
  height: 30px
}
.github-btn-large .gh-btn,
.github-btn-large .gh-count {
  padding: 3px 10px 3px 8px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 4px
}
.github-btn-large .gh-ico {
  width: 20px;
  height: 20px
}
.github-btn-large .gh-count {
  margin-left: 6px
}
.github-btn-large .gh-count:before {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0
}
.github-btn-large .gh-count:after {
  left: -6px;
  margin-top: -7px;
  border-width: 7px 7px 7px 0
}


/* fit images in the post content */
#post-content img,
#post-content video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 0px #edefed, -1px -1px 0px #edefed, 1px -1px 0px #edefed, -1px 1px 0px #edefed;
}

/* make the pre background match the highlight.js theme */
#blog-post pre {
  background-color: #282828;
  color: #ebdbb2;
}

/* format code for scrolling */
#blog-post pre, #blog-post code {
  word-break: break-all;
}

#blog-post pre code {
  font-size: 12px;
  overflow-x: visible;
  white-space: pre;
}

@media (max-width: 767px) {
  #blog-post pre code {
    font-size: 10px;
  }
}

/* keep the team member images from getting huge */
.team-row {
    max-width: 800px;
}

/* handle logos of different heights */
.customers .owl-wrapper {
    height: 80px;
}

.customers .owl-item img {
  max-height: 80px;
}

.customers .owl-item {
  top: 50%!important;
  -webkit-transform: translateY(-50%)!important;
  -ms-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
  position: relative!important;
}

/* testimonial and header backgrounds, courtesy of Subtle Patterns (toptal.com) */
.bar.background-pentagon {
  background: url("../img/light-gray.png");
}

#heading-breadcrumbs {
  background: url("../img/diamond-upholstery.png");
}

/* from the original theme */
.box-simple {
  min-height: 230px;
}

/* pricing page */

#pricing-period-container {
  padding-bottom: 1em;
}

#pricing-row {
  padding-bottom: 2.5em;
}

.pricing-box {
  border: 2px solid #bbbbbb;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .pricing-box {
    margin-top: 1.5em;
  }
}

.pricing-box-featured {
  border: 2px solid #38a7bb;
}

.pricing-box-featured .pricing-name {
  background-color: #38a7bb;
  color: white;
}

.pricing-name {
  font-size: 18px;
  background-color: #bbbbbb;
}

.pricing-price, .pricing-action {
  font-size: 16px;
  background-color: rgba(191, 191, 191, 0.21);
}

.pricing-price .pricing-clarify {
  font-size: 12px;
  color: #9c9c9c;
}

.pricing-features {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.pricing-features li, .pricing-name, .pricing-price, .pricing-action {
  padding: 20px;
  text-align: center;
}

.pricing-features li {
  border-bottom: 1px solid #eee;
}

.pricing-features li:last-child {
  border-bottom: 0;
}

.pricing-button {
  font-size: 18px;
  padding: 10px 20px;

}

#contracting-contact {
  text-align: center;
  margin-bottom: 3em;
}

.striking-label {
  font-weight: 500;
}

/* Carousel */
/* -------- */
.home-carousel .carousel-call-to-action {
  margin-bottom: 10px;
}

/* Hero */
/* ---- */

.home-hero {
  background: #5BA6B5;
  background: -moz-linear-gradient(45deg, rgba(91,166,181,1) 0%, rgba(42,105,61,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(91,166,181,1)), color-stop(100%, rgba(42,105,61,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, rgba(91,166,181,1) 0%, rgba(42,105,61,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, rgba(91,166,181,1) 0%, rgba(42,105,61,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(91,166,181,1) 0%, rgba(42,105,61,1) 100%); /* ie10+ */
  background: linear-gradient(45deg, rgba(91,166,181,1) 0%, rgba(42,105,61,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A693D', endColorstr='#5BA6B5',GradientType=1 ); /* ie6-9 */
}

/* Intro */

.hero-intro .action-left, .hero-intro .action-right {
  padding: 20px;
  font-size: 18px;
  margin-top: 40px;
}

.hero-intro h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 36px;
  color: white;
}

.hero-intro p {
  font-size: 18px;
  font-weight: 300;
  padding-top: 1em;
  text-transform: none !important;
  letter-spacing: 0.06em;
  color: whitesmoke;
}

/* API */

.hero-api, .hero-api h4 {
  color: whitesmoke;
  font-weight: 400;
}

.hero-api {
  font-size: 16px;
}

.hero-api pre {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hero-api pre {
  background: rgb(77, 79, 67);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
}

.hero-api pre code {
  background: transparent;
  color: #f8f8f2;
}

@media (max-width: 767px) {
  .home-hero {
    padding: 5em 0 5em 0;
  }
}

@media (min-width: 992px) {
  .home-hero {
    padding: 8em 0 8em 0;
  }
  .hero-intro {
    padding-top: 3em;
  }
  .response-title {
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-hero {
    padding: 6em 0 6em 0;
  }
}

@media (max-width: 992px) {
  .endpoint-title {
    padding-top: 44px;
  }
  .response-title{
    padding-top: 30px;
  }
}

@media (max-width: 599px) {
  .hero-intro .action-left, .hero-intro .action-right {
    margin-top: 30px;
  }
}


/* Leads on main pages */
/* ------------------- */
/* This extends the default lead styling to allow for wrapping multiple paragraphs. */
div.lead-wrapper {
  margin-bottom: 40px;
}

div.lead-wrapper {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  div.lead-wrapper {
    font-size: 21px;
  }
}


/* Example page */
/* ------------ */

#example-wrapper {
  margin-bottom: 3em;
}

.tab-content {
  border-radius: 1px;
  border-color: #38a7bb;
  border-top: 1px solid #38a7bb;
}

@media (min-width: 768px) {
  .tab-content {
    border-top: 0;
  }
}

.example-response pre {
  max-height: 500px;
  overflow-x: auto;
}

/* Contact box */
/* ----------- */

.contact-box {
  text-align: center;
  max-width: 80%;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: table;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.60)), url("../img/texture-bw.png");
  background-position: center top;
  color: white;
  padding: 3em;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
}

.contact-box h3 {
  padding: 0.1em 0 1em 0;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .contact-box {
    display: block;
    width: 95%;
    max-width: 95%;
  }

  .contact-box > div > a.btn {
    white-space: normal;
  }
}

@media (max-width: 355px) {
  .contact-box > h3 {
    font-size: 22px;
  }

  .contact-box {
    padding: 18px;
  }

  .contact-box > div > a.btn {
    max-width: 100%;
  }
}

/* Services */
/* -------- */

hr.service-separator {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(56, 167, 197, 0.75), rgba(0, 0, 0, 0));
}

hr.service-separator:last-of-type {
  height: 0;
}

.service-col {
  display: flex;
  align-items: center;
  min-height: 200px;
}

.service-heading {
  text-transform: uppercase;
  color: #38a7bb;
}

.service-heading-left {
  padding-right: 10px;
  text-align: right;
  width: 100%;
}

.service-heading-right {
  padding-left: 10px;
  text-align: left;
}

.service-lead {
  font-weight: 300;
  line-height: 1.4;
}

.service-lead-left {
  text-align: right;
}

@media (max-width: 991px) {
  .service-col {
    display: block;
    min-height: 0;
  }

  .service-lead {
    font-size: 16px;
  }

  .service-lead-left {
    text-align: left;
  }

  .service-heading {
    text-align: center;
  }

  .service-heading-left {
    padding-right: 0;
    text-align: left;
  }

  .service-heading-right {
    padding-left: 0;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .service-lead {
    font-size: 18px;
  }
}

@media (max-width: 355px) {
  .service-heading {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* Services tabs */

.service-tab-content:target, .service-tab-content.active {
  display: block;
}

.service-tab-content {
  display: none;
}

.service-tab-content {
  padding: 30px;
}

#service-tabs > .nav {
  background: #38a7bb;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#service-tabs > .nav > li > a {
  background: rgba(222, 222, 222, 0.9);
  border: 1px solid #38a7bb;
  color: #21636d;
  border-bottom: none;
}

#service-tabs > .nav > li > a:hover {
  background: rgba(246, 246, 246, 0.9);
  color: #1e5b64;
}

@media (min-width: 767px) {
  #service-tabs > .nav > li:not(:first-child) {
    padding-left: 8px;
  }
}

@media (max-width: 768px) {
  .service-tab-content {
    border-top: none;
  }
}

@media (max-width: 355px) {
  #service-tabs > .nav > li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

#service-tabs > .nav > li.active > a {
  background: white;
  color: #555555;
}

#service-tabs > .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Technologies */
/* ------------ */

#technologies .box-simple.box-white .icon {
  color: #38a7bb;
}

#technologies div.box-simple.box-white p {
  color: #7b7b7b;
}

/* Sidebar feature */

.sidebar-feature {
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.60)), url("../img/texture-bw.png");
  background-position: center top;
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.4);
  color: white;
  display: table;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
  width: 100%;
}

.sidebar-feature-title {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.sidebar-feature-heading {
  padding-bottom: 10px;
}

.sidebar-feature-body {
  padding: 5px;
}

.sidebar-feature-action {
  padding: 25px 0;
}

@media (min-width: 992px) {
  .sticky-sidebar-feature {
    position: fixed;
    top: 67px;
    width: 212px;
  }
}

@media (min-width: 1200px) {
  .sidebar-feature {
    width: 262px;
  }
}

/* Features Page */

.features-highlight-image {
    box-shadow: 1px 1px 2px;
    border-radius: 5px;
    margin: auto;
    max-width: 400px;
}

.features-highlight-chrome-logo {
    max-height: 300px;
    margin: auto;
}

@media (max-width: 991px) {
    .features-highlight-image,
    .features-highlight-chrome-logo {
        margin-bottom: 60px;
    }
}

@media (max-width: 410px) {
    .features-highlight-image,
    .features-highlight-chrome-logo {
        width: 95%;
    }
}

@media (max-width: 767px) {
    #features-page-inline-signup-form {
        margin: 0 20px;
    }

    #features-page-inline-signup-form button {
        display: block;
        width: 100%;
    }
}

.features-hero {
    padding: 90px 0;
}

.features-hero__signup {
    padding-top: 25px;
}
