/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
  font-family: 'Libre Franklin', sans-serif;
}

.container {
  max-width: 960px;
}

.header-logo a {
  display: block;
  float: left;
}

.listed-projects-count {
  display: block;
  clear: both;
}

.listed-projects-count div {
  width: 8em;
  float: left;
}

.listed-projects-count strong {
  display: block;
  float: left;
  text-align: center;
  font-size: 4em;
  text-decoration: none;
}

.listed-projects-count span {
  display: block;
  font-size: .75em;
  margin-top: 2.2em;
}

.listed-projects-count div.listed-projects-button {
  margin-top: 20px;
  margin-left: 10px;
}

.pricing-header {
  max-width: 700px;
}

.footer {
  background-color: #f5f5f5;
  text-align: center;
}

#div_id_dependencies label.form-label {
  display: none;
}

.alert.alert-info {
  color: #87d6f6;
  border: 1px solid #0085AB;
}

.alert.alert-secondary {
  color: #e5e3e5;
}

.btn.btn-primary {
  background-color: #0085AB;
}

.btn.btn-success {
  background-color: #4e824a;
}