/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #fcfcfd;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
body > .container {
  padding: 80px 15px 40px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 85%;
  color: #d63384;
}

.hero-icon {
  width: 96px;
  height: 96px;
  border-radius: 22%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.screenshot-card {
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.screenshot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.screenshot-img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #121212;
}

.lang-badge {
  font-size: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  display: inline-block;
  background-color: #e9ecef;
  color: #343a40;
}

.max-width-600 {
  max-width: 600px;
}
