body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  ul {
    margin: 0;
  }
  
  .site-header .site-footer .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .site-footer .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .site-footer .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .account-img {
    width: 500px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }

/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #2c9d7b;
}

/* DoggySpa styles
-------------------------------------------------- */
.bg-dsgreen {
    background-color: #042c56;
}

.btn-outline-ds {
    color: #042c56;
    background-color: transparent;
    background-image: none;
    border-color: #042c56;
  }
  
.btn-outline-ds:hover {
    color: #fff;
    background-color: #042c56;
    border-color: #042c56;
}
  
.btn-outline-ds:focus, .btn-outline-ds.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
  
.btn-ds {
    color: #fff;
    background-color: #042c56;
    border-color: #042c56;
}
  
.btn-ds-org {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
}
  
.btn-ds-active {
    color: #fff;
    background-color: #9ccc65;
    border-color: #9ccc65;
}
  
.btn-ds:hover {
    color: #fff;
    background-color: #042c56;
    border-color: #2c9d7b;
}
  
.btn-ds:focus, .btn-ds.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.ds-font-size {
      font-size: 2em !important;
}

.navbar-text-copy {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  
