body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  background-size: cover;
  background-position: center; 
  padding: 10px 50px 10px 50px;
  text-align: center;
  margin-bottom: 0px;
}

header a, header a:hover {
  color: #3d7c2c;
  text-decoration: none;
}

header h1 {
  font-family: 'Times New Roman', serif;
}

.btn-outline-success {
  --bs-btn-color: #3d7c2c;
  --bs-btn-border-color: #3d7c2c;
  --bs-btn-hover-bg: #3d7c2c;
  --bs-btn-hover-border-color: #3d7c2c;
  --bs-btn-active-bg: #3d7c2c;
  --bs-btn-active-border-color: #3d7c2c;
  --bs-btn-disabled-color: #3d7c2c;
  --bs-btn-disabled-border-color: #3d7c2c;
}

.navbar {
  padding: 0;
  margin-bottom: 20px;
}

#navbar {
  background-color: #3d7c2c;
}

#navbar .nav-link {
  color: white;

}

#navbar .nav-link:hover {
  color: #ffa;
}

footer {
  margin-top: auto;
  padding: 10px;
  background-color: #F6F6F6;
}

.copyright {
  padding: 50px 0;
  color: #999;
  text-align: center;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

a.badge {
  text-decoration: none;
}

.narrow {
  width: auto;
}

.session {
  display: block;
  background-color: #def;
  border-radius: 5px;
  padding:0 5px;
  margin: 5px;
  color: inherit;
  text-decoration: none;
}

.Xsession:hover {
  background-color: #eee;
  color: inherit;
  text-decoration: none;
}

.session-att {
  background-color: #efe;
}

.session-nos {
  background-color: #fee;
}

.session-cnc, .session-clt, .session-hol {
  background-color: #eee;
}

.session-holiday {
  background-color: #ffd;
}

.timeslot-available {
  background-color: #ffd;
}

tr.grey, th.grey, td.grey {
  background-color: #F6F6F6;
}

.yellow, .yellow:hover, tr.yellow, th.yellow, td.yellow {
  background-color: rgb(255, 243, 205);
}

div.form-check-input {
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 5px;
}

input[type="date"], input[type="time"], input[type="datetime-local"] {
  max-width: 200px;
}

.stealth {
  color: inherit;
  text-decoration: inherit;
}

.submission {
  max-width: 1000px;
  margin: auto;
}

td h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
