html {
  height: 100%;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #677277;
  height: 100%;
}

div.wrap {
  min-height: 100%;
  position: relative;
  padding-top: 65px; /* height of navbar */
  padding-bottom: 250px; /* height of footer */
}

/* Title */

.title {
  margin-top: 1em;
  margin-bottom: .5em;
  text-align: center;
}

/* Footer */

.footer {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #eee;
  font-weight: normal;
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  height: 250px; /* set the fixed height */
  /* background-color: #000000; */
  /* color: #999999; */
}

.footer a {
  color: #677277;
}

/* Navigation bar */

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

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

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

.navbar-light {
  background-color: #eeeeee;
}

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

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

/* Common */

.text-primary {
  color: #2191ec;
}

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

.btn-primary {
  border: none;
  background-color: #2191ec;
}

.headline {
  color: #000000;
  background-color: #eeeeee;
}

.subtitle {
  font-size: 20px;
  color: rgb(0, 0, 0, .5);
}

/* Jumbotron */

.jumbotron-fluid {
  background-color: #2191ec;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}

/* Features */

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

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

.feature p {
  color: #7e7e7e;
}

/* Customers */

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

/* License Types */

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

/* Extension */

.extension {
  font-size: 14px;  
}

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

.extension .title a {
  font-size: 17px;
  font-weight: 600;
  /* color: #6c757d; */
  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 {
  font-size: 14px;
  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: .5rem;
  color: #2191ec;
}

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

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

table th {
  background-color: #eeeeee;
}