/* ============================================================
   Bashhub — main.css
   ============================================================ */

:root {
  --bashhub-green: #009244;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bashhub h1,
.bashhub h2,
.bashhub h3,
.bashhub h4,
.bashhub h5 {
  font-weight: 200;
  line-height: 1.1;
}

.bashhub a {
  text-decoration: none;
}

.bashhub .container {
  max-width: 1010px;
  padding: 0 15px;
  width: 100%;
}

.bashhub .navbar {
  background-color: #ffffff;
  border-bottom: none;
  box-shadow: none;
  font-size: 14px;
}

.bashhub .navbar .navbar-brand {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.bashhub .navbar .nav-logo {
  display: inline-block;
  height: 35px;
}

.bashhub .navbar .nav-link {
  color: #777;
  font-size: 15px;
  padding: 15px;
}

.bashhub .navbar .nav-link:hover,
.bashhub .navbar .nav-link:focus {
  color: #555555;
}

@media (min-width: 768px) {
  .bashhub .navbar .navbar-nav.nav-left {
    margin-left: 50px;
  }

  .bashhub .navbar .navbar-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .bashhub .navbar .nav-link:hover,
  .bashhub .navbar .nav-link:focus {
    background-color: var(--bashhub-green);
    color: #ffffff;
  }
}

.bashhub .navbar-toggler {
  background-color: #ffffff;
  border-color: var(--bashhub-green);
}

.bashhub .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23009244' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bashhub .navbar-toggler:hover,
.bashhub .navbar-toggler:focus {
  background-color: var(--bashhub-green);
  border-color: var(--bashhub-green);
}

.bashhub .navbar-toggler:hover .navbar-toggler-icon,
.bashhub .navbar-toggler:focus .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bashhub .navbar-collapse {
  border-color: #ffffff;
}

.splash-page {
  margin: 80px auto;
  text-align: center;
  width: 100%;
}

.splash-page h1 {
  font-size: 51px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.splash-page h4 {
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.splash-page .second-part {
  display: inline-block;
  text-align: left;
}

.splash-page .second-part ul {
  padding-left: 0;
}

.splash-page li {
  list-style: none;
}

.splash-page .gif-space {
  margin: 40px 0;
}

.splash-page .demo-gif {
  border-radius: 10px;
  max-width: 100%;
}

.splash-page .early-access {
  color: #34495e;
  font-size: 20px;
  margin: 30px;
}

.splash-page .bottom {
  font-size: 20px;
  margin: 20px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn ease-in 1s forwards;
  opacity: 0;
}

.fade-in.one {
  animation-delay: 0.7s;
}

.fade-in.two {
  animation-delay: 1.7s;
}

.fade-in.three {
  animation-delay: 2.6s;
}

.about-page {
  margin-top: 100px;
  text-align: center;
}

.about-page .bashhub-logo {
  margin-bottom: 20px;
}

.about-page .details {
  font-size: 20px;
  margin: 20px auto;
  max-width: 600px;
}

.docs-container.markdown-body {
  margin: 20px 0 50px 0;
  max-width: 790px;
  min-width: 200px;
}

.password-reset-form {
  margin: 100px auto;
  max-width: 500px;
}

.password-reset-form .message {
  margin-bottom: 10px;
}

.password-reset-form .form-group {
  label {
    margin-bottom: 5px;
  }
  margin-bottom: 15px;
}

.change-password .password-reset-form input {
  margin: 15px 0;
}

.profile-container .main-section {
  margin-top: 60px;
}

.profile-container .left-side {
  padding-right: 10px;
}

.profile-container .profile-picture {
  max-width: 230px;
  width: 100%;
}

.profile-container .demo-section-title {
  color: #616161;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1;
  margin: 28px 0 8px;
}

.profile-container .user-details {
  margin: 0;
  padding-left: 0;
}

.profile-container ul.user-details li {
  color: #5e5e5e;
  font-size: 15px;
  list-style: none;
  line-height: 1.35;
  margin: 8px 0;
}

.profile-container .stats {
  margin-top: 65px;
}

.profile-container #cal-heatmap {
  margin-bottom: 8px;
  min-height: 148px;
}

.profile-container #cal-heatmap-legend {
  margin-bottom: 30px;
}

.profile-container .stats-row {
  display: flex;
  margin-top: 0;
  width: 255px;
}

.profile-container .stat-block {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #999;
  flex: 0 0 85px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  min-width: 110px;
}

.profile-container .stats-row {
  margin: 0 auto;
}

.profile-container .stat-block .number {
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.profile-container .stat-block.border-right {
  border-right: 1px solid #ddd;
}

.profile-container .cal-heatmap-container {
  width: 100%;
}

.profile-container .cal-heatmap-container svg {
  overflow: visible;
}

.profile-container .ch-domain-text,
.profile-container .ch-domain-label,
.profile-container .ch-legend-container text {
  fill: #999;
  font-size: 10px;
}

.profile-container .ch-subdomain-bg {
  rx: 0;
  ry: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-container .stats {
    margin-top: 45px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .profile-container .left-side {
    padding-right: 15px;
  }

  .profile-container .demo-section-title {
    font-size: 44px;
    margin-top: 20px;
  }

  .profile-container .stats {
    margin-top: 35px;
    padding-left: 15px;
  }

  .profile-container .stats-row {
    width: 100%;
  }

  .profile-container .stat-block {
    flex: 1 1 0;
  }
}
