body {
    padding: 0;
    margin: 0;
    background-color: black !important;
}

h1 {
    font-size: 1.5rem !important;
    margin-top: 15px !important;
}
.navbar {
    background:#6ab446;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header {
    /* background-image: url('images/header-background.jpg'); */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
} */

.description {
	/* position: absolute; */
	text-align: center;
  /* left: 50%;
	top: 45%; */
	/* transform: translate(-50%, -55%); */
  width:100%;
  max-width:400px;
  padding:10px;
}

.description h1 {
	color: #6ab446;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}



.slider-color {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.form-group {
    float: right;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 10px;
}

.form-control
{
    width: 80% !important;
    margin: auto;
}

.subtext {
  color: antiquewhite;
  font-size: small;
}

#stats {
  color:white;
}

.stats .increase, .stats .decrease {
  cursor: pointer;
      padding: 5px;
      margin: 10px;
      border: 1px solid #ddd;
      width: 50px;
}
.stats .increase {
  background-color: #4CAF50;
}
.stats .decrease {
  background-color: #af4c4e;
}
.stats .increase:hover, .stats .decrease:hover {
    background-color: #e0e0e0;
}

.stats .statVal {
  width: 90px;
  text-align: center;
  margin-top: 7px;
  padding: 18px;
}

.statVal {
  width: 50px;
  text-align: center;
  height: 25px;
}

.statName {
  width: 65px;
  text-align: left;
  margin-left: 6px;
  margin-top: 16px;
}

#log {
  color:red;
}
#forgotPasswordButton
{
  margin:20px;
}

.signout-button {
  background-color: #a84444;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right:10px;
}

.signout-button:hover {
    background-color: #45a049; /* Darker green background on hover */
}

#showStats {
  margin-right: 43px;
  background-color:darkcyan;
}

#showChores {
  background-color:brown;
}

#unassignedPoints {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: aquamarine;
  width: 90px;
}
