:root {
  --bg-bluesky: #ebf5f9;
  --bg-white: #ffffff;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

dl,
ol,
ul {
  padding-inline-start: 1rem;
}

.container-narrow {
  max-width: 940px;
}

.bg-skyblue {
  background-color: var(--bg-bluesky);
}

.bg-white {
  background-color: var(--bg-white);
}

.font-featured {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
}

.footer {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* border-top: 1px solid #eee; */
  font-weight: normal;
  width: 100%;
  height: 400px;
  position: absolute;
  background-color: #000;
  color: #949da2;
}

.footer ul {
  padding-inline-start: 0rem;
}

.footer ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer a {
  font-weight: 500;
  color: #949da2;
}

/* Navigation bar */

.navbar-dark {
  background-color: #2191ec;
  font-weight: normal;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-light {
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-brand {
  font-weight: bold;
}

img.navbar-logo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navbar .navbar-toggler {
  border: 0;
}

.navbar .navbar-toggler:focus {
  border: 0;
  outline: none;
  color: #000;
}

/* Common */

.form-control::placeholder {
  color: #b3b3b3;
}

/* Jumbotron */

.jumbotron-fluid {
  margin-bottom: 0px;
}

.jumbotron-fluid h1.display-4 {
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  font-size: 44px;
  margin-bottom: 0px;
}

.jumbotron-fluid p.lead {
  font-size: 22px;
  font-weight: 500;
  opacity: 0.7;
}

.jumbotron-fluid .btn.download {
  padding: 1rem 2rem;
  font-weight: 600;
}

/* Features */

.feature {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 16px;
}

.feature-odd {
  background-color: #f6f6f6;
}

.feature h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.feature img.feature-img {
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.feature p {
  color: #7e7e7e;
}

/* Customers */

.feature .customers {
  font-size: 40px;
  font-weight: 800;
}

.customer {
  width: 120px;
  height: 120px;
}

/* License Types */

.license-types.card-deck .card-footer {
  background-color: #ffffff;
  border: none;
}

/* Extension */

.extension-table th {
  border-top: 1px solid #dddddd;
  background-color: transparent;
  padding: 0.5rem 1.2rem;
}

.extension-table tr {
  border-bottom: 1px solid #dddddd;
}

.extension-table td {
  padding: 0.5rem 1.2rem;
}

.extension .title {
  text-align: left;
}

.extension .title a {
  font-weight: 600;
  color: #2191ec;
}

.extension .title a:hover {
  color: #68bafc;
  text-decoration: none;
}

.extension .desc {
  margin-top: 5px;
  margin-bottom: 15px;
}

.extension .card-footer {
  display: flex;
  color: #6c757d;
  background-color: #fafafa;
}

.extension .author {
  flex: initial;
  color: #6c757d;
}

.extension .author:hover {
  color: #000000;
  text-decoration: none;
}

.extension .avatar {
  border-radius: 3px;
  margin-right: 7px;
}

.extension .download {
  flex: 1;
  text-align: right;
  user-select: none;
}

/* FAQ */

div.faq-item {
  margin-top: 0.5rem;
  color: #2191ec;
}

div.faq-item > a {
  cursor: pointer;
}

div.faq-item > div {
  color: #677277;
}

table th {
  background-color: #eeeeee;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Tab */

ul.nav.nav-tabs > li.nav-item > a.active {
  color: #000;
}

.badge-secondary {
  background-color: #a1aab1;
}
