/*! Devices.css v0.1.16 | MIT License | github.com/picturepan2/devices.css */
.version::after {
  content: "0.1.16";
}

/*  Core style */
.section-hero {
  padding: 1rem .5rem;
}

.section-ad {
  background: #f0f1f4;
  padding: 1rem 0;
  text-align: center;
}

.section-device .container {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.section-device .anchor {
  color: #626fca;
  height: 0;
  margin-left: -2em;
  overflow: hidden;
  padding: 0 1em;
  position: absolute;
  text-align: center;
  width: 0;
}

.section-device .anchor:focus,
.section-device .anchor:hover {
  box-shadow: none;
  height: auto;
  text-decoration: none;
  width: 2em;
}

.section-device .s-title {
  color: #454d5d;
  line-height: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: static;
}

.section-device .s-title:hover .anchor {
  height: auto;
  width: 1em;
}

.section-device .column {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.section-device .dots {
  text-align: center;
}

.section-device .dots .dot {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  margin: 0 .2rem;
  width: 1rem;
}

.section-footer {
  color: #acb3c2;
  padding: 1.8rem .75rem 1rem .75rem;
  position: relative;
}

.section-footer p {
  line-height: 1;
}

.section-footer a {
  color: #727e96;
}

.grid-hero {
  letter-spacing: -.021em;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}

.grid-hero h1 {
  color: #454d5d;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.grid-hero h2 {
  color: #454d5d;
  font-size: .8rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.device {
  margin: 1rem auto;
}

.section-device:nth-of-type(even) {
  background: #f8f9fa;
}

@media (max-width: 600px) {
  .device-ipad-pro,
  .device-surface-studio,
  .device-macbook-pro,
  .device-imac-pro {
    left: 50%;
    transform: translateX(-50%) scale(.5);
  }
}

.docs-ad {
  background: #f8f9fa;
  border-radius: .1rem;
  display: block;
  margin: 2rem 0;
  padding: .4rem;
  position: relative;
}

.docs-ad ins {
  line-height: 1;
  vertical-align: middle;
}

.docs-ad .carbon-wrap .carbon-img {
  display: block;
}

.docs-ad .carbon-wrap .carbon-text {
  color: #727e96;
  display: block;
  font-size: .7rem;
}

.docs-ad .carbon-poweredby {
  color: #acb3c2;
  font-size: .6rem;
}

@media (min-width: 1366px) {
  .docs-ad.docs-ad-sidebar {
    bottom: 1rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    width: 7.3rem;
  }
}