kbd {
  font-family: Consolas, Menlo, monospace;
  font-style: bold;
  padding: 0 4px 0 4px;
  border: solid 1px grey;
  border-radius: 4px;
  color: white;
  background-color: black;
  box-shadow: 2px 2px 2px 2px #ff1493;
}

.destacado {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  color: #ff1493;
  margin-top: 0rem;
  margin-bottom: 4rem;
}

.footer {
  margin-top: 8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.parrafo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

.header {
  margin-top: 1rem;
  text-align: center;
}

.docs-header {
  /* text-transform: uppercase; */
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.docs-section {
  border-top: 1px solid #ff1493;
  padding: 4rem 0;
  margin-bottom: 0;
}

.center-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto;
}

.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-40-image-size {
  max-width: 40%;
  max-height: 40%;
  box-sizing: border-box;
}

.u-60-image-size {
  max-width: 60%;
  max-height: 60%;
  box-sizing: border-box;
}

.u-80-image-size {
  max-width: 80%;
  max-height: 80%;
  box-sizing: border-box;
}

.u-max-full-width-with_glow {
  max-width: 100%;
  box-sizing: border-box;
  animation: glow-pulse 2s infinite;
  /* Continuous pulsating effect */
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px rgba(231, 61, 150, 0.8);
  }

  50% {
    box-shadow: 0 0 20px rgba(231, 61, 150, 0.9);
  }

  100% {
    box-shadow: 0 0 5px rgba(101, 210, 14, 1.0);
  }
}

.navbar {
  display: none;
}

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem;
  }

  .parrafo {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }

  .center-img {
    margin-bottom: 1rem;
  }

  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem;
  }

  .docs-section {
    padding: 6rem 0;
  }

  .example-send-yourself-copy {
    float: right;
    margin-top: 12px;
  }

  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {

  /* Navbar */
  .navbar+.docs-section {
    border-top-width: 0;
  }

  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: transparent;
    z-index: 99;
    border-top: 1px solid #ff1493;
    border-bottom: 1px solid #ff1493;
  }

  .navbar-spacer {
    display: none;
  }

  .navbar>.container {
    width: 100%;
  }

  .navbar-list {
    list-style: none;
    margin-bottom: 0;
  }

  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0;
  }

  .navbar-link {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .2rem;
    margin-right: 35px;
    margin-left: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #ff1493;
  }

  .navbar-link.active {
    color: #ff1493;
  }

  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0;
  }

  .has-docked-nav .navbar-spacer {
    display: block;
  }

  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar>.container {
    width: 80%;
  }

  /* Popover */
  .popover.open {
    display: block;
  }

  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #ff1493;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
    -moz-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .1));
  }

  .popover-item:first-child .popover-link:after,
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .popover-item:first-child .popover-link:after {
    border-color: #ff00ff;
    border-bottom-color: #ff1493;
    border-width: 10px;
    margin-left: -10px;
  }

  .popover-item:first-child .popover-link:before {
    border-color: #ff00ff;
    border-bottom-color: #ff1493;
    border-width: 11px;
    margin-left: -11px;
  }

  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .popover-item {
    padding: 0;
    margin: 0;
  }

  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #ff1493;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
  }

  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0;
  }

  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0;
  }

  .popover-link:hover {
    color: #ff1493;
    background: transparent;
  }

  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #ff1493;
  }
}

/* --------------------------------------------------------------
 * Dark Mode
 * -------------------------------------------------------------- */

@media (prefers-color-scheme: dark) {

  /* Overrides for Dark Mode. */
  body {
    color: #d7dbdd;
    background: #17202a;
  }

  kbd {
    font-family: Consolas, Menlo, monospace;
    padding: 0 4px 0 4px;
    border: solid 1px grey;
    border-radius: 4px;
    color: white;
    background-color: black;
    box-shadow: 2px 2px 2px 2px #00ff00;
  }

  .destacado {
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    color: #00ff00;
    margin-top: 0rem;
    margin-bottom: 4rem;
  }

  /* LINK FORMATING */
  a:link {
    color: #e600ac;
  }

  /* unvisited link */

  a:visited {
    color: #a904c7;
  }

  /* visited link */

  a:hover {
    color: #00ff00;
  }

  /* mouse over link */

  a:active {
    color: #a904c7;
  }
}



/* --------------------------------------------------------------
 * examples
 * -------------------------------------------------------------- */

*/ .example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0;
}

.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem;
}

.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.code-example-body {
  white-space: pre;
  word-wrap: break-word
}

.example {
  position: relative;
  margin-top: 4rem;
}

.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.example-description {
  margin-bottom: 1.5rem;
}

.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px;
}

.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
